Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Conformance/
DConformance.cs823 repeatedBool_ = other.repeatedBool_.Clone(); in TestAllTypes()
1287 private readonly pbc::RepeatedField<bool> repeatedBool_ = new pbc::RepeatedField<bool>(); field in Conformance.TestAllTypes
1290 get { return repeatedBool_; }
2140 if(!repeatedBool_.Equals(other.repeatedBool_)) return false; in Equals()
2255 hash ^= repeatedBool_.GetHashCode(); in GetHashCode()
2440 repeatedBool_.WriteTo(output, _repeated_repeatedBool_codec); in WriteTo()
2681 size += repeatedBool_.CalculateSize(_repeated_repeatedBool_codec); in CalculateSize()
2912 repeatedBool_.Add(other.repeatedBool_); in MergeFrom()
3256 repeatedBool_.AddEntriesFrom(input, _repeated_repeatedBool_codec); in MergeFrom()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Test/TestProtos/
DUnittestProto3.cs295 repeatedBool_ = other.repeatedBool_.Clone(); in TestAllTypes()
702 private readonly pbc::RepeatedField<bool> repeatedBool_ = new pbc::RepeatedField<bool>(); field in Google.Protobuf.TestProtos.TestAllTypes
705 get { return repeatedBool_; }
913 if(!repeatedBool_.Equals(other.repeatedBool_)) return false; in Equals()
968 hash ^= repeatedBool_.GetHashCode(); in GetHashCode()
1093 repeatedBool_.WriteTo(output, _repeated_repeatedBool_codec); in WriteTo()
1202 size += repeatedBool_.CalculateSize(_repeated_repeatedBool_codec); in CalculateSize()
1322 repeatedBool_.Add(other.repeatedBool_); in MergeFrom()
1519 repeatedBool_.AddEntriesFrom(input, _repeated_repeatedBool_codec); in MergeFrom()