Home
last modified time | relevance | path

Searched refs:DDefaultValue (Results 1 - 2 of 2) sorted by relevance

/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/
H A DUnittestImport.cs104 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 DUnittest.cs5718 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