Searched refs:myInt_ (Results 1 - 2 of 2) sorted by relevance
/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/ | ||
H A D | UnittestProto3.cs | 4563 myInt_ = other.myInt_; in TestFieldOrderings() 4587 private long myInt_; field in Google.Protobuf.TestProtos.TestFieldOrderings 4590 get { return myInt_; } 4592 myInt_ = value; |
H A D | Unittest.cs | 14554 myInt_ = other.myInt_; in TestFieldOrderings() 14593 private long myInt_; field in Google.Protobuf.TestProtos.Proto2.TestFieldOrderings 14596 get { if ((_hasBits0 & 1) != 0) { return myInt_; } else { return MyIntDefaultValue; } } 14599 myInt_ = value; [all...] |
Completed in 55 milliseconds