Searched refs:fieldname1_ (Results 1 - 2 of 2) sorted by relevance
/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/ | ||
H A D | TestMessagesProto3.cs | 413 fieldname1_ = other.fieldname1_; in TestAllTypesProto3() 1864 private int fieldname1_; field in ProtobufTestMessages.Proto3.TestAllTypesProto3 1871 get { return fieldname1_; } 1873 fieldname1_ = value; |
H A D | TestMessagesProto2.cs | 373 fieldname1_ = other.fieldname1_; in TestAllTypesProto2() 1830 private int fieldname1_; field in ProtobufTestMessages.Proto2.TestAllTypesProto2 1837 get { if ((_hasBits0 & 32768) != 0) { return fieldname1_; } else { return Fieldname1DefaultValue; } } 1840 fieldname1_ = value; |
Completed in 17 milliseconds