Home
last modified time | relevance | path

Searched refs:testMap_ (Results 1 - 1 of 1) sorted by relevance

/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/
H A DMapUnittestProto3.cs769 testMap_ = other.testMap_ != null ? other.testMap_.Clone() : null; in TestMapSubmessage()
780 private global::Google.Protobuf.TestProtos.TestMap testMap_; field in Google.Protobuf.TestProtos.TestMapSubmessage
783 get { return testMap_; }
785 testMap_ = value;
809 if (testMap_ != null) hash ^= TestMap.GetHashCode(); in GetHashCode()
826 if (testMap_ != null) { in WriteTo()
839 if (testMap_ != null) { in IBufferMessage.InternalWriteTo()
852 if (testMap_ ! in CalculateSize()
[all...]

Completed in 3 milliseconds