Searched refs:repeatedBytes_ (Results 1 – 2 of 2) sorted by relevance
825 repeatedBytes_ = other.repeatedBytes_.Clone(); in TestAllTypes()1307 …private readonly pbc::RepeatedField<pb::ByteString> repeatedBytes_ = new pbc::RepeatedField<pb::By… field in Conformance.TestAllTypes1310 get { return repeatedBytes_; }2142 if(!repeatedBytes_.Equals(other.repeatedBytes_)) return false; in Equals()2257 hash ^= repeatedBytes_.GetHashCode(); in GetHashCode()2442 repeatedBytes_.WriteTo(output, _repeated_repeatedBytes_codec); in WriteTo()2683 size += repeatedBytes_.CalculateSize(_repeated_repeatedBytes_codec); in CalculateSize()2914 repeatedBytes_.Add(other.repeatedBytes_); in MergeFrom()3264 repeatedBytes_.AddEntriesFrom(input, _repeated_repeatedBytes_codec); in MergeFrom()
297 repeatedBytes_ = other.repeatedBytes_.Clone(); in TestAllTypes()722 …private readonly pbc::RepeatedField<pb::ByteString> repeatedBytes_ = new pbc::RepeatedField<pb::By… field in Google.Protobuf.TestProtos.TestAllTypes725 get { return repeatedBytes_; }915 if(!repeatedBytes_.Equals(other.repeatedBytes_)) return false; in Equals()970 hash ^= repeatedBytes_.GetHashCode(); in GetHashCode()1095 repeatedBytes_.WriteTo(output, _repeated_repeatedBytes_codec); in WriteTo()1204 size += repeatedBytes_.CalculateSize(_repeated_repeatedBytes_codec); in CalculateSize()1324 repeatedBytes_.Add(other.repeatedBytes_); in MergeFrom()1527 repeatedBytes_.AddEntriesFrom(input, _repeated_repeatedBytes_codec); in MergeFrom()