Home
last modified time | relevance | path

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

/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/
H A DTestMessagesProto3.cs348 packedNestedEnum_ = other.packedNestedEnum_.Clone(); in TestAllTypesProto3()
1075 private readonly pbc::RepeatedField<global::ProtobufTestMessages.Proto3.TestAllTypesProto3.Types.NestedEnum> packedNestedEnum_ = new pbc::RepeatedField<global::ProtobufTestMessages.Proto3.TestAllTypesProto3.Types.NestedEnum>(); field in ProtobufTestMessages.Proto3.TestAllTypesProto3
1078 get { return packedNestedEnum_; }
2160 if(!packedNestedEnum_.Equals(other.packedNestedEnum_)) return false; in Equals()
2316 hash ^= packedNestedEnum_.GetHashCode(); in GetHashCode()
2570 packedNestedEnum_.WriteTo(output, _repeated_packedNestedEnum_codec); in WriteTo()
2914 packedNestedEnum_.WriteTo(ref output, _repeated_packedNestedEnum_codec); in IBufferMessage.InternalWriteTo()
3216 size += packedNestedEnum_ in CalculateSize()
[all...]
H A DTestMessagesProto2.cs338 packedNestedEnum_ = other.packedNestedEnum_.Clone(); in TestAllTypesProto2()
1268 private readonly pbc::RepeatedField<global::ProtobufTestMessages.Proto2.TestAllTypesProto2.Types.NestedEnum> packedNestedEnum_ = new pbc::RepeatedField<global::ProtobufTestMessages.Proto2.TestAllTypesProto2.Types.NestedEnum>(); field in ProtobufTestMessages.Proto2.TestAllTypesProto2
1271 get { return packedNestedEnum_; }
2357 if(!packedNestedEnum_.Equals(other.packedNestedEnum_)) return false; in Equals()
2485 hash ^= packedNestedEnum_.GetHashCode(); in GetHashCode()
2708 packedNestedEnum_.WriteTo(output, _repeated_packedNestedEnum_codec); in WriteTo()
2989 packedNestedEnum_.WriteTo(ref output, _repeated_packedNestedEnum_codec); in IBufferMessage.InternalWriteTo()
3229 size += packedNestedEnum_ in CalculateSize()
[all...]

Completed in 14 milliseconds