Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Test/TestProtos/
DUnittestProto3.cs5023 packedEnum_ = other.packedEnum_.Clone(); in TestPackedTypes()
5165 …private readonly pbc::RepeatedField<global::Google.Protobuf.TestProtos.ForeignEnum> packedEnum_ = … field in Google.Protobuf.TestProtos.TestPackedTypes
5168 get { return packedEnum_; }
5197 if(!packedEnum_.Equals(other.packedEnum_)) return false; in Equals()
5217 hash ^= packedEnum_.GetHashCode(); in GetHashCode()
5241 packedEnum_.WriteTo(output, _repeated_packedEnum_codec); in WriteTo()
5260 size += packedEnum_.CalculateSize(_repeated_packedEnum_codec); in CalculateSize()
5282 packedEnum_.Add(other.packedEnum_); in MergeFrom()
5360 packedEnum_.AddEntriesFrom(input, _repeated_packedEnum_codec); in MergeFrom()