Home
last modified time | relevance | path

Searched refs:clear_paths (Results 1 – 2 of 2) sorted by relevance

/external/protobuf/src/google/protobuf/
Dfield_mask.pb.h206 void clear_paths();
248 inline void FieldMask::clear_paths() { in clear_paths() function
/external/rust/crates/protobuf/src/well_known_types/
Dfield_mask.rs51 pub fn clear_paths(&mut self) { in clear_paths() method