Home
last modified time | relevance | path

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

/external/protobuf/csharp/src/Google.Protobuf.Conformance/
DConformance.cs836 repeatedStruct_ = other.repeatedStruct_.Clone(); in TestAllTypes()
1775 …ly pbc::RepeatedField<global::Google.Protobuf.WellKnownTypes.Struct> repeatedStruct_ = new pbc::Re… field in Conformance.TestAllTypes
1777 get { return repeatedStruct_; }
2044 if(!repeatedStruct_.Equals(other.repeatedStruct_)) return false; in Equals()
2158 hash ^= repeatedStruct_.GetHashCode(); in GetHashCode()
2391 repeatedStruct_.WriteTo(output, _repeated_repeatedStruct_codec); in WriteTo()
2619 size += repeatedStruct_.CalculateSize(_repeated_repeatedStruct_codec); in CalculateSize()
2873 repeatedStruct_.Add(other.repeatedStruct_); in MergeFrom()
3391 repeatedStruct_.AddEntriesFrom(input, _repeated_repeatedStruct_codec); in MergeFrom()