Home
last modified time | relevance | path

Searched defs:has_identifier_value (Results 1 – 3 of 3) sorted by relevance

/external/protobuf/php/src/Google/Protobuf/Internal/
DUninterpretedOption.php37 private $has_identifier_value = false; variable in Google\\Protobuf\\Internal\\UninterpretedOption
/external/protobuf/src/google/protobuf/
Ddescriptor.pb.h11114 inline bool UninterpretedOption::has_identifier_value() const { in has_identifier_value() function
/external/rust/crates/protobuf/src/
Ddescriptor.rs7820 pub fn has_identifier_value(&self) -> bool { in has_identifier_value() method