Home
last modified time | relevance | path

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

/external/protobuf/csharp/src/Google.Protobuf.Conformance/
DConformance.cs781 repeatedBool_ = other.repeatedBool_.Clone(); in TestAllTypes()
1210 private readonly pbc::RepeatedField<bool> repeatedBool_ = new pbc::RepeatedField<bool>(); field in Conformance.TestAllTypes
1212 get { return repeatedBool_; }
1985 if(!repeatedBool_.Equals(other.repeatedBool_)) return false; in Equals()
2099 hash ^= repeatedBool_.GetHashCode(); in GetHashCode()
2282 repeatedBool_.WriteTo(output, _repeated_repeatedBool_codec); in WriteTo()
2522 size += repeatedBool_.CalculateSize(_repeated_repeatedBool_codec); in CalculateSize()
2752 repeatedBool_.Add(other.repeatedBool_); in MergeFrom()
3095 repeatedBool_.AddEntriesFrom(input, _repeated_repeatedBool_codec); in MergeFrom()
/external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/
DUnittestProto3.cs292 repeatedBool_ = other.repeatedBool_.Clone(); in TestAllTypes()
664 private readonly pbc::RepeatedField<bool> repeatedBool_ = new pbc::RepeatedField<bool>(); field in Google.Protobuf.TestProtos.TestAllTypes
666 get { return repeatedBool_; }
857 if(!repeatedBool_.Equals(other.repeatedBool_)) return false; in Equals()
911 hash ^= repeatedBool_.GetHashCode(); in GetHashCode()
1034 repeatedBool_.WriteTo(output, _repeated_repeatedBool_codec); in WriteTo()
1142 size += repeatedBool_.CalculateSize(_repeated_repeatedBool_codec); in CalculateSize()
1261 repeatedBool_.Add(other.repeatedBool_); in MergeFrom()
1457 repeatedBool_.AddEntriesFrom(input, _repeated_repeatedBool_codec); in MergeFrom()