Home
last modified time | relevance | path

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

/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/
H A DUnittestProto3.cs7093 packedEnum_ = other.packedEnum_.Clone(); in TestPackedTypes()
7236 private readonly pbc::RepeatedField<global::Google.Protobuf.TestProtos.ForeignEnum> packedEnum_ = new pbc::RepeatedField<global::Google.Protobuf.TestProtos.ForeignEnum>(); field in Google.Protobuf.TestProtos.TestPackedTypes
7239 get { return packedEnum_; }
7268 if(!packedEnum_.Equals(other.packedEnum_)) return false; in Equals()
7288 hash ^= packedEnum_.GetHashCode(); in GetHashCode()
7318 packedEnum_.WriteTo(output, _repeated_packedEnum_codec); in WriteTo()
7341 packedEnum_.WriteTo(ref output, _repeated_packedEnum_codec); in IBufferMessage.InternalWriteTo()
7364 size += packedEnum_ in CalculateSize()
[all...]
H A DUnittest.cs22679 packedEnum_ = other.packedEnum_.Clone(); in TestPackedTypes()
22822 private readonly pbc::RepeatedField<global::Google.Protobuf.TestProtos.Proto2.ForeignEnum> packedEnum_ = new pbc::RepeatedField<global::Google.Protobuf.TestProtos.Proto2.ForeignEnum>(); field in Google.Protobuf.TestProtos.Proto2.TestPackedTypes
22825 get { return packedEnum_; }
22854 if(!packedEnum_.Equals(other.packedEnum_)) return false; in Equals()
22874 hash ^= packedEnum_.GetHashCode(); in GetHashCode()
22904 packedEnum_.WriteTo(output, _repeated_packedEnum_codec); in WriteTo()
22927 packedEnum_.WriteTo(ref output, _repeated_packedEnum_codec); in IBufferMessage.InternalWriteTo()
22950 size += packedEnum_ in CalculateSize()
[all...]

Completed in 69 milliseconds