Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/
Dfield_mask.pb.h259 inline void FieldMask::set_paths(int index, const std::string& value) { in set_paths() function
263 inline void FieldMask::set_paths(int index, std::string&& value) { in set_paths() function
267 inline void FieldMask::set_paths(int index, const char* value) { in set_paths() function
272 inline void FieldMask::set_paths(int index, const char* value, size_t size) { in set_paths() function
/external/rust/crates/protobuf/src/well_known_types/
Dfield_mask.rs56 pub fn set_paths(&mut self, v: crate::RepeatedField<::std::string::String>) { in set_paths() method