Searched refs:OptionalFixed32DefaultValue (Results 1 - 2 of 2) sorted by relevance
/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/ | ||
H A D | TestMessagesProto2.cs | 579 private readonly static uint OptionalFixed32DefaultValue = 0; field in ProtobufTestMessages.Proto2.TestAllTypesProto2 584 get { if ((_hasBits0 & 64) != 0) { return optionalFixed32_; } else { return OptionalFixed32DefaultValue; } } |
H A D | Unittest.cs | 1399 private readonly static uint OptionalFixed32DefaultValue = 0; field in Google.Protobuf.TestProtos.Proto2.TestAllTypes 1404 get { if ((_hasBits0 & 64) != 0) { return optionalFixed32_; } else { return OptionalFixed32DefaultValue; } } [all...] |
Completed in 55 milliseconds