Home
last modified time | relevance | path

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

/third_party/protobuf/csharp/src/AddressBook/
H A DAddressbook.cs372 [pbr::OriginalName("MOBILE")] Mobile = 0, enumerator
429 private global::Google.Protobuf.Examples.AddressBook.Person.Types.PhoneType type_ = global::Google.Protobuf.Examples.AddressBook.Person.Types.PhoneType.Mobile;
460 if (Type != global::Google.Protobuf.Examples.AddressBook.Person.Types.PhoneType.Mobile) hash ^= Type.GetHashCode(); in GetHashCode()
481 if (Type != global::Google.Protobuf.Examples.AddressBook.Person.Types.PhoneType.Mobile) { in WriteTo()
498 if (Type != global::Google.Protobuf.Examples.AddressBook.Person.Types.PhoneType.Mobile) { in IBufferMessage.InternalWriteTo()
514 if (Type != global::Google.Protobuf.Examples.AddressBook.Person.Types.PhoneType.Mobile) { in CalculateSize()
531 if (other.Type != global::Google.Protobuf.Examples.AddressBook.Person.Types.PhoneType.Mobile) { in MergeFrom()
H A DListPeople.cs58 case Person.Types.PhoneType.Mobile: in Print()
59 Console.Write(" Mobile phone #: "); in Print()
H A DAddPerson.cs76 phoneNumber.Type = Person.Types.PhoneType.Mobile; in PromptForAddress()

Completed in 2 milliseconds