Home
last modified time | relevance | path

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

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