Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Conformance/
DConformance.cs825 repeatedBytes_ = other.repeatedBytes_.Clone(); in TestAllTypes()
1307 …private readonly pbc::RepeatedField<pb::ByteString> repeatedBytes_ = new pbc::RepeatedField<pb::By… field in Conformance.TestAllTypes
1310 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()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Test/TestProtos/
DUnittestProto3.cs297 repeatedBytes_ = other.repeatedBytes_.Clone(); in TestAllTypes()
722 …private readonly pbc::RepeatedField<pb::ByteString> repeatedBytes_ = new pbc::RepeatedField<pb::By… field in Google.Protobuf.TestProtos.TestAllTypes
725 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()