Home
last modified time | relevance | path

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

/external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/
DTestMessagesProto3.cs338 repeatedBoolWrapper_ = other.repeatedBoolWrapper_.Clone(); in TestAllTypesProto3()
1301 … private readonly pbc::RepeatedField<bool?> repeatedBoolWrapper_ = new pbc::RepeatedField<bool?>(); field in ProtobufTestMessages.Proto3.TestAllTypesProto3
1304 get { return repeatedBoolWrapper_; }
1845 if(!repeatedBoolWrapper_.Equals(other.repeatedBoolWrapper_)) return false; in Equals()
1973 hash ^= repeatedBoolWrapper_.GetHashCode(); in GetHashCode()
2222 repeatedBoolWrapper_.WriteTo(output, _repeated_repeatedBoolWrapper_codec); in WriteTo()
2505 size += repeatedBoolWrapper_.CalculateSize(_repeated_repeatedBoolWrapper_codec); in CalculateSize()
2767 repeatedBoolWrapper_.Add(other.repeatedBoolWrapper_); in MergeFrom()
3299 repeatedBoolWrapper_.AddEntriesFrom(input, _repeated_repeatedBoolWrapper_codec); in MergeFrom()