Home
last modified time | relevance | path

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

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