Searched refs:FieldName14_ (Results 1 - 2 of 2) sorted by relevance
/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/ | ||
H A D | TestMessagesProto3.cs | 426 FieldName14_ = other.FieldName14_; in TestAllTypesProto3() 2011 private int FieldName14_; field in ProtobufTestMessages.Proto3.TestAllTypesProto3 2014 get { return FieldName14_; } 2016 FieldName14_ = value; |
H A D | TestMessagesProto2.cs | 386 FieldName14_ = other.FieldName14_; in TestAllTypesProto2() 2146 private int FieldName14_; field in ProtobufTestMessages.Proto2.TestAllTypesProto2 2149 get { if ((_hasBits0 & 268435456) != 0) { return FieldName14_; } else { return FieldName14DefaultValue; } } 2152 FieldName14_ = value; |
Completed in 17 milliseconds