Home
last modified time | relevance | path

Searched defs:has_bool_value (Results 1 – 2 of 2) sorted by relevance

/external/protobuf/src/google/protobuf/
Dstruct.pb.h930 inline bool Value::has_bool_value() const { in has_bool_value() function
/external/rust/crates/protobuf/src/well_known_types/
Dstruct_pb.rs325 pub fn has_bool_value(&self) -> bool { in has_bool_value() method