Home
last modified time | relevance | path

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

/third_party/protobuf/csharp/src/AddressBook/
H A DAddressbook.cs84 phones_ = other.phones_.Clone(); in Person()
134 private readonly pbc::RepeatedField<global::Google.Protobuf.Examples.AddressBook.Person.Types.PhoneNumber> phones_ = new pbc::RepeatedField<global::Google.Protobuf.Examples.AddressBook.Person.Types.PhoneNumber>(); field in Google.Protobuf.Examples.AddressBook.Person
137 get { return phones_; }
167 if(!phones_.Equals(other.phones_)) return false; in Equals()
178 hash ^= phones_.GetHashCode(); in GetHashCode()
208 phones_.WriteTo(output, _repeated_phones_codec); in WriteTo()
234 phones_.WriteTo(ref output, _repeated_phones_codec); in IBufferMessage.InternalWriteTo()
257 size += phones_ in CalculateSize()
[all...]

Completed in 2 milliseconds