Home
last modified time | relevance | path

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

/external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/
DUnittestProto3.cs4602 packedEnum_ = other.packedEnum_.Clone(); in TestPackedTypes()
4730 …private readonly pbc::RepeatedField<global::Google.Protobuf.TestProtos.ForeignEnum> packedEnum_ = … field in Google.Protobuf.TestProtos.TestPackedTypes
4732 get { return packedEnum_; }
4759 if(!packedEnum_.Equals(other.packedEnum_)) return false; in Equals()
4778 hash ^= packedEnum_.GetHashCode(); in GetHashCode()
4800 packedEnum_.WriteTo(output, _repeated_packedEnum_codec); in WriteTo()
4818 size += packedEnum_.CalculateSize(_repeated_packedEnum_codec); in CalculateSize()
4839 packedEnum_.Add(other.packedEnum_); in MergeFrom()
4916 packedEnum_.AddEntriesFrom(input, _repeated_packedEnum_codec); in MergeFrom()