Home
last modified time | relevance | path

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

/external/protobuf/csharp/src/Google.Protobuf.Conformance/
DConformance.cs783 repeatedBytes_ = other.repeatedBytes_.Clone(); in TestAllTypes()
1228 …private readonly pbc::RepeatedField<pb::ByteString> repeatedBytes_ = new pbc::RepeatedField<pb::By… field in Conformance.TestAllTypes
1230 get { return repeatedBytes_; }
1987 if(!repeatedBytes_.Equals(other.repeatedBytes_)) return false; in Equals()
2101 hash ^= repeatedBytes_.GetHashCode(); in GetHashCode()
2284 repeatedBytes_.WriteTo(output, _repeated_repeatedBytes_codec); in WriteTo()
2524 size += repeatedBytes_.CalculateSize(_repeated_repeatedBytes_codec); in CalculateSize()
2754 repeatedBytes_.Add(other.repeatedBytes_); in MergeFrom()
3103 repeatedBytes_.AddEntriesFrom(input, _repeated_repeatedBytes_codec); in MergeFrom()
/external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/
DUnittestProto3.cs294 repeatedBytes_ = other.repeatedBytes_.Clone(); in TestAllTypes()
682 …private readonly pbc::RepeatedField<pb::ByteString> repeatedBytes_ = new pbc::RepeatedField<pb::By… field in Google.Protobuf.TestProtos.TestAllTypes
684 get { return repeatedBytes_; }
859 if(!repeatedBytes_.Equals(other.repeatedBytes_)) return false; in Equals()
913 hash ^= repeatedBytes_.GetHashCode(); in GetHashCode()
1036 repeatedBytes_.WriteTo(output, _repeated_repeatedBytes_codec); in WriteTo()
1144 size += repeatedBytes_.CalculateSize(_repeated_repeatedBytes_codec); in CalculateSize()
1263 repeatedBytes_.Add(other.repeatedBytes_); in MergeFrom()
1465 repeatedBytes_.AddEntriesFrom(input, _repeated_repeatedBytes_codec); in MergeFrom()