Home
last modified time | relevance | path

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

/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/
H A DUnittestProto3.cs2238 repeatedChild_ = other.repeatedChild_.Clone(); in NestedTestAllTypes()
2273 private readonly pbc::RepeatedField<global::Google.Protobuf.TestProtos.NestedTestAllTypes> repeatedChild_ = new pbc::RepeatedField<global::Google.Protobuf.TestProtos.NestedTestAllTypes>(); field in Google.Protobuf.TestProtos.NestedTestAllTypes
2276 get { return repeatedChild_; }
2294 if(!repeatedChild_.Equals(other.repeatedChild_)) return false; in Equals()
2303 hash ^= repeatedChild_.GetHashCode(); in GetHashCode()
2328 repeatedChild_.WriteTo(output, _repeated_repeatedChild_codec); in WriteTo()
2346 repeatedChild_.WriteTo(ref output, _repeated_repeatedChild_codec); in IBufferMessage.InternalWriteTo()
2362 size += repeatedChild_ in CalculateSize()
[all...]
H A DUnittest.cs5021 repeatedChild_ = other.repeatedChild_.Clone(); in NestedTestAllTypes()
5056 private readonly pbc::RepeatedField<global::Google.Protobuf.TestProtos.Proto2.NestedTestAllTypes> repeatedChild_ = new pbc::RepeatedField<global::Google.Protobuf.TestProtos.Proto2.NestedTestAllTypes>(); field in Google.Protobuf.TestProtos.Proto2.NestedTestAllTypes
5059 get { return repeatedChild_; }
5077 if(!repeatedChild_.Equals(other.repeatedChild_)) return false; in Equals()
5086 hash ^= repeatedChild_.GetHashCode(); in GetHashCode()
5111 repeatedChild_.WriteTo(output, _repeated_repeatedChild_codec); in WriteTo()
5129 repeatedChild_.WriteTo(ref output, _repeated_repeatedChild_codec); in IBufferMessage.InternalWriteTo()
5145 size += repeatedChild_ in CalculateSize()
[all...]

Completed in 42 milliseconds