Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Test/TestProtos/
DUnittestProto3.cs5409 unpackedBool_ = other.unpackedBool_.Clone(); in TestUnpackedTypes()
5542 private readonly pbc::RepeatedField<bool> unpackedBool_ = new pbc::RepeatedField<bool>(); field in Google.Protobuf.TestProtos.TestUnpackedTypes
5545 get { return unpackedBool_; }
5583 if(!unpackedBool_.Equals(other.unpackedBool_)) return false; in Equals()
5603 hash ^= unpackedBool_.GetHashCode(); in GetHashCode()
5627 unpackedBool_.WriteTo(output, _repeated_unpackedBool_codec); in WriteTo()
5646 size += unpackedBool_.CalculateSize(_repeated_unpackedBool_codec); in CalculateSize()
5668 unpackedBool_.Add(other.unpackedBool_); in MergeFrom()
5742 unpackedBool_.AddEntriesFrom(input, _repeated_unpackedBool_codec); in MergeFrom()