Home
last modified time | relevance | path

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

/external/protobuf/csharp/src/Google.Protobuf.Conformance/
DConformance.cs826 repeatedBytesWrapper_ = other.repeatedBytesWrapper_.Clone(); in TestAllTypes()
1679 …private readonly pbc::RepeatedField<pb::ByteString> repeatedBytesWrapper_ = new pbc::RepeatedField… field in Conformance.TestAllTypes
1681 get { return repeatedBytesWrapper_; }
2034 if(!repeatedBytesWrapper_.Equals(other.repeatedBytesWrapper_)) return false; in Equals()
2148 hash ^= repeatedBytesWrapper_.GetHashCode(); in GetHashCode()
2361 repeatedBytesWrapper_.WriteTo(output, _repeated_repeatedBytesWrapper_codec); in WriteTo()
2597 size += repeatedBytesWrapper_.CalculateSize(_repeated_repeatedBytesWrapper_codec); in CalculateSize()
2833 repeatedBytesWrapper_.Add(other.repeatedBytesWrapper_); in MergeFrom()
3325 repeatedBytesWrapper_.AddEntriesFrom(input, _repeated_repeatedBytesWrapper_codec); in MergeFrom()