Searched refs:deprecatedInt32_ (Results 1 - 2 of 2) sorted by relevance
/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/ | ||
H A D | UnittestProto3.cs | 2487 deprecatedInt32_ = other.deprecatedInt32_; in TestDeprecatedFields() 2498 private int deprecatedInt32_; field in Google.Protobuf.TestProtos.TestDeprecatedFields 2502 get { return deprecatedInt32_; } 2504 deprecatedInt32_ = value; |
H A D | Unittest.cs | 5272 deprecatedInt32_ = other.deprecatedInt32_; in TestDeprecatedFields() 5291 private int deprecatedInt32_; field in Google.Protobuf.TestProtos.Proto2.TestDeprecatedFields 5295 get { if ((_hasBits0 & 1) != 0) { return deprecatedInt32_; } else { return DeprecatedInt32DefaultValue; } } 5298 deprecatedInt32_ = value; [all...] |
Completed in 51 milliseconds