Home
last modified time | relevance | path

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

/dports/www/chromium-legacy/chromium-88.0.4324.182/components/feedback/
H A Dfeedback_report.h69 bool has_email() const { return has_email_; } in has_email()
82 const bool has_email_; variable
H A Dfeedback_report.cc48 : has_email_(has_email), in FeedbackReport()
70 has_email_(has_email), in FeedbackReport()
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/googlecloudsdk/third_party/appengine/api/
H A Duser_service_pb.py800 has_email_ = 0 variable in GetOAuthUserResponse
822 self.has_email_ = 1
826 if self.has_email_:
827 self.has_email_ = 0
830 def has_email(self): return self.has_email_
939 if self.has_email_ != x.has_email_: return 0
940 if self.has_email_ and self.email_ != x.email_: return 0
964 if (self.has_email_): n += 1 + self.lengthString(len(self.email_))
977 if (self.has_email_): n += 1 + self.lengthString(len(self.email_))
999 if (self.has_email_):
[all …]
/dports/science/libkml/libkml-1.3.0/src/kml/dom/
H A Datom.h67 bool has_email() const { return has_email_; } in has_email()
70 has_email_ = true; in set_email()
74 has_email_ = false; in clear_email()
82 bool has_email_; variable
H A Datom.cc53 has_email_(false) { in AtomAuthor()
67 has_email_ = element->SetString(&email_); in AddElement()
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/googlecloudsdk/third_party/appengine/googlestorage/onestore/v3/
H A Dentity_pb.py294 has_email_ = 0 variable in PropertyValue_UserValue
315 self.has_email_ = 1
319 if self.has_email_:
320 self.has_email_ = 0
416 if self.has_email_ != x.has_email_: return 0
461 if (self.has_email_):
506 if (self.has_email_):
1994 has_email_ = 0 variable in User
2015 self.has_email_ = 1
2019 if self.has_email_:
[all …]
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/googlecloudsdk/third_party/appengine/release/v3/
H A Dentity_pb.py291 has_email_ = 0 variable in PropertyValue_UserValue
312 self.has_email_ = 1
316 if self.has_email_:
317 self.has_email_ = 0
413 if self.has_email_ != x.has_email_: return 0
458 if (self.has_email_):
503 if (self.has_email_):
1991 has_email_ = 0 variable in User
2012 self.has_email_ = 1
2016 if self.has_email_:
[all …]