Home
last modified time | relevance | path

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

/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/
H A DTestMessagesProto3.cs361 unpackedBool_ = other.unpackedBool_.Clone(); in TestAllTypesProto3()
1208 private readonly pbc::RepeatedField<bool> unpackedBool_ = new pbc::RepeatedField<bool>(); field in ProtobufTestMessages.Proto3.TestAllTypesProto3
1211 get { return unpackedBool_; }
2173 if(!unpackedBool_.Equals(other.unpackedBool_)) return false; in Equals()
2329 hash ^= unpackedBool_.GetHashCode(); in GetHashCode()
2583 unpackedBool_.WriteTo(output, _repeated_unpackedBool_codec); in WriteTo()
2927 unpackedBool_.WriteTo(ref output, _repeated_unpackedBool_codec); in IBufferMessage.InternalWriteTo()
3229 size += unpackedBool_ in CalculateSize()
[all...]
H A DTestMessagesProto2.cs351 unpackedBool_ = other.unpackedBool_.Clone(); in TestAllTypesProto2()
1401 private readonly pbc::RepeatedField<bool> unpackedBool_ = new pbc::RepeatedField<bool>(); field in ProtobufTestMessages.Proto2.TestAllTypesProto2
1404 get { return unpackedBool_; }
2370 if(!unpackedBool_.Equals(other.unpackedBool_)) return false; in Equals()
2498 hash ^= unpackedBool_.GetHashCode(); in GetHashCode()
2721 unpackedBool_.WriteTo(output, _repeated_unpackedBool_codec); in WriteTo()
3002 unpackedBool_.WriteTo(ref output, _repeated_unpackedBool_codec); in IBufferMessage.InternalWriteTo()
3242 size += unpackedBool_ in CalculateSize()
[all...]
H A DUnittestProto3.cs7610 unpackedBool_ = other.unpackedBool_.Clone(); in TestUnpackedTypes()
7744 private readonly pbc::RepeatedField<bool> unpackedBool_ = new pbc::RepeatedField<bool>(); field in Google.Protobuf.TestProtos.TestUnpackedTypes
7747 get { return unpackedBool_; }
7785 if(!unpackedBool_.Equals(other.unpackedBool_)) return false; in Equals()
7805 hash ^= unpackedBool_.GetHashCode(); in GetHashCode()
7835 unpackedBool_.WriteTo(output, _repeated_unpackedBool_codec); in WriteTo()
7858 unpackedBool_.WriteTo(ref output, _repeated_unpackedBool_codec); in IBufferMessage.InternalWriteTo()
7881 size += unpackedBool_ in CalculateSize()
[all...]
H A DUnittest.cs23196 unpackedBool_ = other.unpackedBool_.Clone(); in TestUnpackedTypes()
23330 private readonly pbc::RepeatedField<bool> unpackedBool_ = new pbc::RepeatedField<bool>(); field in Google.Protobuf.TestProtos.Proto2.TestUnpackedTypes
23333 get { return unpackedBool_; }
23371 if(!unpackedBool_.Equals(other.unpackedBool_)) return false; in Equals()
23391 hash ^= unpackedBool_.GetHashCode(); in GetHashCode()
23421 unpackedBool_.WriteTo(output, _repeated_unpackedBool_codec); in WriteTo()
23444 unpackedBool_.WriteTo(ref output, _repeated_unpackedBool_codec); in IBufferMessage.InternalWriteTo()
23467 size += unpackedBool_ in CalculateSize()
[all...]

Completed in 59 milliseconds