Home
last modified time | relevance | path

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

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