Home
last modified time | relevance | path

Searched refs:repeatedStruct_ (Results 1 – 1 of 1) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Conformance/
DConformance.cs878 repeatedStruct_ = other.repeatedStruct_.Clone(); in TestAllTypes()
1911 …ly pbc::RepeatedField<global::Google.Protobuf.WellKnownTypes.Struct> repeatedStruct_ = new pbc::Re… field in Conformance.TestAllTypes
1914 get { return repeatedStruct_; }
2199 if(!repeatedStruct_.Equals(other.repeatedStruct_)) return false; in Equals()
2314 hash ^= repeatedStruct_.GetHashCode(); in GetHashCode()
2549 repeatedStruct_.WriteTo(output, _repeated_repeatedStruct_codec); in WriteTo()
2778 size += repeatedStruct_.CalculateSize(_repeated_repeatedStruct_codec); in CalculateSize()
3033 repeatedStruct_.Add(other.repeatedStruct_); in MergeFrom()
3552 repeatedStruct_.AddEntriesFrom(input, _repeated_repeatedStruct_codec); in MergeFrom()