Home
last modified time | relevance | path

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

/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/
H A DTestMessagesProto3.cs391 repeatedBoolWrapper_ = other.repeatedBoolWrapper_.Clone(); in TestAllTypesProto3()
1640 private readonly pbc::RepeatedField<bool?> repeatedBoolWrapper_ = new pbc::RepeatedField<bool?>(); field in ProtobufTestMessages.Proto3.TestAllTypesProto3
1643 get { return repeatedBoolWrapper_; }
2212 if(!repeatedBoolWrapper_.Equals(other.repeatedBoolWrapper_)) return false; in Equals()
2368 hash ^= repeatedBoolWrapper_.GetHashCode(); in GetHashCode()
2648 repeatedBoolWrapper_.WriteTo(output, _repeated_repeatedBoolWrapper_codec); in WriteTo()
2992 repeatedBoolWrapper_.WriteTo(ref output, _repeated_repeatedBoolWrapper_codec); in IBufferMessage.InternalWriteTo()
3304 size += repeatedBoolWrapper_ in CalculateSize()
[all...]

Completed in 6 milliseconds