Searched refs:FieldName3_ (Results 1 - 2 of 2) sorted by relevance
/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/ | ||
H A D | TestMessagesProto3.cs | 415 FieldName3_ = other.FieldName3_; in TestAllTypesProto3() 1890 private int FieldName3_; field in ProtobufTestMessages.Proto3.TestAllTypesProto3 1893 get { return FieldName3_; } 1895 FieldName3_ = value; |
H A D | TestMessagesProto2.cs | 375 FieldName3_ = other.FieldName3_; in TestAllTypesProto2() 1882 private int FieldName3_; field in ProtobufTestMessages.Proto2.TestAllTypesProto2 1885 get { if ((_hasBits0 & 131072) != 0) { return FieldName3_; } else { return FieldName3DefaultValue; } } 1888 FieldName3_ = value; |
Completed in 17 milliseconds