Home
last modified time | relevance | path

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

/external/protobuf/csharp/src/AddressBook/
DAddressbook.cs72 phones_ = other.phones_.Clone(); in Person()
116 …d<global::Google.Protobuf.Examples.AddressBook.Person.Types.PhoneNumber> phones_ = new pbc::Repeat… field in Google.Protobuf.Examples.AddressBook.Person
118 get { return phones_; }
135 if(!phones_.Equals(other.phones_)) return false; in Equals()
144 hash ^= phones_.GetHashCode(); in GetHashCode()
165 phones_.WriteTo(output, _repeated_phones_codec); in WriteTo()
179 size += phones_.CalculateSize(_repeated_phones_codec); in CalculateSize()
196 phones_.Add(other.phones_); in MergeFrom()
219 phones_.AddEntriesFrom(input, _repeated_phones_codec); in MergeFrom()