Searched refs:fieldName2_ (Results 1 - 3 of 3) sorted by relevance
/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/ | ||
H A D | TestMessagesProto3.cs | 414 fieldName2_ = other.fieldName2_; in TestAllTypesProto3() 1879 private int fieldName2_; field in ProtobufTestMessages.Proto3.TestAllTypesProto3 1882 get { return fieldName2_; } 1884 fieldName2_ = value; |
H A D | TestMessagesProto2.cs | 374 fieldName2_ = other.fieldName2_; in TestAllTypesProto2() 1858 private int fieldName2_; field in ProtobufTestMessages.Proto2.TestAllTypesProto2 1861 get { if ((_hasBits0 & 65536) != 0) { return fieldName2_; } else { return FieldName2DefaultValue; } } 1864 fieldName2_ = value; |
H A D | Unittest.cs | 27519 private int fieldName2_; global() field in Google.Protobuf.TestProtos.Proto2.TestJsonName [all...] |
Completed in 59 milliseconds