Home
last modified time | relevance | path

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

/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/
H A DTestMessagesProto2.cs531 private readonly static int OptionalSint32DefaultValue = 0; field in ProtobufTestMessages.Proto2.TestAllTypesProto2
536 get { if ((_hasBits0 & 16) != 0) { return optionalSint32_; } else { return OptionalSint32DefaultValue; } }
H A DUnittest.cs1351 private readonly static int OptionalSint32DefaultValue = 0; field in Google.Protobuf.TestProtos.Proto2.TestAllTypes
1356 get { if ((_hasBits0 & 16) != 0) { return optionalSint32_; } else { return OptionalSint32DefaultValue; } }
[all...]

Completed in 48 milliseconds