Home
last modified time | relevance | path

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

/external/google-breakpad/src/common/linux/
Dgoogle_crashdump_uploader.cc112 email_ = email; in Init()
130 if (!email_.empty()) { in Init()
131 std::cout << "\tEmail: " << email_; in Init()
189 parameters_["email"] = email_; in Upload()
Dgoogle_crashdump_uploader.h95 string email_; variable
/external/protobuf/csharp/src/AddressBook/
DAddressbook.cs79 email_ = other.email_; in Person()
117 private string email_ = ""; field in Google.Protobuf.Examples.AddressBook.Person
120 get { return email_; }
122 email_ = pb::ProtoPreconditions.CheckNotNull(value, "value");