Home
last modified time | relevance | path

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

/external/protobuf/csharp/src/AddressBook/
DAddressbook.cs80 phones_ = other.phones_.Clone(); in Person()
130 …d<global::Google.Protobuf.Examples.AddressBook.Person.Types.PhoneNumber> phones_ = new pbc::Repeat… field in Google.Protobuf.Examples.AddressBook.Person
133 get { return phones_; }
163 if(!phones_.Equals(other.phones_)) return false; in Equals()
174 hash ^= phones_.GetHashCode(); in GetHashCode()
201 phones_.WriteTo(output, _repeated_phones_codec); in WriteTo()
223 size += phones_.CalculateSize(_repeated_phones_codec); in CalculateSize()
247 phones_.Add(other.phones_); in MergeFrom()
278 phones_.AddEntriesFrom(input, _repeated_phones_codec); in MergeFrom()