Home
last modified time | relevance | path

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

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