Home
last modified time | relevance | path

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

/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/
H A DTestMessagesProto3.cs393 repeatedInt64Wrapper_ = other.repeatedInt64Wrapper_.Clone(); in TestAllTypesProto3()
1660 private readonly pbc::RepeatedField<long?> repeatedInt64Wrapper_ = new pbc::RepeatedField<long?>(); field in ProtobufTestMessages.Proto3.TestAllTypesProto3
1663 get { return repeatedInt64Wrapper_; }
2214 if(!repeatedInt64Wrapper_.Equals(other.repeatedInt64Wrapper_)) return false; in Equals()
2370 hash ^= repeatedInt64Wrapper_.GetHashCode(); in GetHashCode()
2650 repeatedInt64Wrapper_.WriteTo(output, _repeated_repeatedInt64Wrapper_codec); in WriteTo()
2994 repeatedInt64Wrapper_.WriteTo(ref output, _repeated_repeatedInt64Wrapper_codec); in IBufferMessage.InternalWriteTo()
3306 size += repeatedInt64Wrapper_ in CalculateSize()
[all...]

Completed in 6 milliseconds