Lines Matching full:email
38 …Google.Protobuf.Examples.AddressBook.Person.Parser, new[]{ "Name", "Id", "Email", "Phones" }, null… in AddressbookReflection()
102 /// <summary>Field number for the "email" field.</summary>
105 public string Email { property in Google.Protobuf.Examples.AddressBook.Person
134 if (Email != other.Email) return false; in Equals()
143 if (Email.Length != 0) hash ^= Email.GetHashCode(); in GetHashCode()
161 if (Email.Length != 0) { in WriteTo()
163 output.WriteString(Email); in WriteTo()
176 if (Email.Length != 0) { in CalculateSize()
177 size += 1 + pb::CodedOutputStream.ComputeStringSize(Email); in CalculateSize()
193 if (other.Email.Length != 0) { in MergeFrom()
194 Email = other.Email; in MergeFrom()
215 Email = input.ReadString(); in MergeFrom()