Home
last modified time | relevance | path

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

/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/
H A DTestMessagesProto2.cs432 private readonly static int OptionalInt32DefaultValue = 0; field in ProtobufTestMessages.Proto2.TestAllTypesProto2
440 get { if ((_hasBits0 & 1) != 0) { return optionalInt32_; } else { return OptionalInt32DefaultValue; } }
6024 private readonly static int OptionalInt32DefaultValue = 0; field in ProtobufTestMessages.Proto2.UnknownToTestAllTypes
6029 get { if ((_hasBits0 & 1) != 0) { return optionalInt32_; } else { return OptionalInt32DefaultValue; } }
H A DUnittest.cs1252 private readonly static int OptionalInt32DefaultValue = 0; field in Google.Protobuf.TestProtos.Proto2.TestAllTypes
1260 get { if ((_hasBits0 & 1) != 0) { return optionalInt32_; } else { return OptionalInt32DefaultValue; } }
11733 private readonly static int OptionalInt32DefaultValue = 0; field in Google.Protobuf.TestProtos.Proto2.TestMutualRecursionB
11738 get { if ((_hasBits0 & 1) != 0) { return optionalInt32_; } else { return OptionalInt32DefaultValue; } }
27947 private readonly static int OptionalInt32DefaultValue = 0; global() field in Google.Protobuf.TestProtos.Proto2.TestHugeFieldNumbers
[all...]

Completed in 48 milliseconds