Home
last modified time | relevance | path

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

/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/
H A DTestMessagesProto3.cs331 repeatedNestedEnum_ = other.repeatedNestedEnum_.Clone(); in TestAllTypesProto3()
902 private readonly pbc::RepeatedField<global::ProtobufTestMessages.Proto3.TestAllTypesProto3.Types.NestedEnum> repeatedNestedEnum_ = new pbc::RepeatedField<global::ProtobufTestMessages.Proto3.TestAllTypesProto3.Types.NestedEnum>(); field in ProtobufTestMessages.Proto3.TestAllTypesProto3
905 get { return repeatedNestedEnum_; }
2143 if(!repeatedNestedEnum_.Equals(other.repeatedNestedEnum_)) return false; in Equals()
2299 hash ^= repeatedNestedEnum_.GetHashCode(); in GetHashCode()
2534 repeatedNestedEnum_.WriteTo(output, _repeated_repeatedNestedEnum_codec); in WriteTo()
2878 repeatedNestedEnum_.WriteTo(ref output, _repeated_repeatedNestedEnum_codec); in IBufferMessage.InternalWriteTo()
3199 size += repeatedNestedEnum_ in CalculateSize()
[all...]
H A DTestMessagesProto2.cs321 repeatedNestedEnum_ = other.repeatedNestedEnum_.Clone(); in TestAllTypesProto2()
1095 private readonly pbc::RepeatedField<global::ProtobufTestMessages.Proto2.TestAllTypesProto2.Types.NestedEnum> repeatedNestedEnum_ = new pbc::RepeatedField<global::ProtobufTestMessages.Proto2.TestAllTypesProto2.Types.NestedEnum>(); field in ProtobufTestMessages.Proto2.TestAllTypesProto2
1098 get { return repeatedNestedEnum_; }
2340 if(!repeatedNestedEnum_.Equals(other.repeatedNestedEnum_)) return false; in Equals()
2468 hash ^= repeatedNestedEnum_.GetHashCode(); in GetHashCode()
2672 repeatedNestedEnum_.WriteTo(output, _repeated_repeatedNestedEnum_codec); in WriteTo()
2953 repeatedNestedEnum_.WriteTo(ref output, _repeated_repeatedNestedEnum_codec); in IBufferMessage.InternalWriteTo()
3212 size += repeatedNestedEnum_ in CalculateSize()
[all...]
H A DUnittestProto3.cs326 repeatedNestedEnum_ = other.repeatedNestedEnum_.Clone(); in TestAllTypes()
788 private readonly pbc::RepeatedField<global::Google.Protobuf.TestProtos.TestAllTypes.Types.NestedEnum> repeatedNestedEnum_ = new pbc::RepeatedField<global::Google.Protobuf.TestProtos.TestAllTypes.Types.NestedEnum>(); field in Google.Protobuf.TestProtos.TestAllTypes
791 get { return repeatedNestedEnum_; }
945 if(!repeatedNestedEnum_.Equals(other.repeatedNestedEnum_)) return false; in Equals()
1000 hash ^= repeatedNestedEnum_.GetHashCode(); in GetHashCode()
1131 repeatedNestedEnum_.WriteTo(output, _repeated_repeatedNestedEnum_codec); in WriteTo()
1266 repeatedNestedEnum_.WriteTo(ref output, _repeated_repeatedNestedEnum_codec); in IBufferMessage.InternalWriteTo()
1379 size += repeatedNestedEnum_ in CalculateSize()
[all...]
H A DUnittest.cs1201 repeatedNestedEnum_ = other.repeatedNestedEnum_.Clone(); in TestAllTypes()
2005 private readonly pbc::RepeatedField<global::Google.Protobuf.TestProtos.Proto2.TestAllTypes.Types.NestedEnum> repeatedNestedEnum_ = new pbc::RepeatedField<global::Google.Protobuf.TestProtos.Proto2.TestAllTypes.Types.NestedEnum>(); field in Google.Protobuf.TestProtos.Proto2.TestAllTypes
2008 get { return repeatedNestedEnum_; }
2699 if(!repeatedNestedEnum_.Equals(other.repeatedNestedEnum_)) return false; in Equals()
2781 hash ^= repeatedNestedEnum_.GetHashCode(); in GetHashCode()
2952 repeatedNestedEnum_.WriteTo(output, _repeated_repeatedNestedEnum_codec); in WriteTo()
3187 repeatedNestedEnum_.WriteTo(ref output, _repeated_repeatedNestedEnum_codec); in IBufferMessage.InternalWriteTo()
3395 size += repeatedNestedEnum_ in CalculateSize()
[all...]

Completed in 45 milliseconds