Searched refs:DDefaultValue (Results 1 - 2 of 2) sorted by relevance
/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/ | ||
H A D | UnittestImport.cs | 104 private readonly static int DDefaultValue = 0; field in Google.Protobuf.TestProtos.Proto2.ImportMessage 109 get { if ((_hasBits0 & 1) != 0) { return d_; } else { return DDefaultValue; } } |
H A D | Unittest.cs | 5718 private readonly static int DDefaultValue = 0; field in Google.Protobuf.TestProtos.Proto2.ForeignMessage 5723 get { if ((_hasBits0 & 2) != 0) { return d_; } else { return DDefaultValue; } } [all...] |
Completed in 62 milliseconds