Searched refs:set_paths (Results 1 – 2 of 2) sorted by relevance
/external/protobuf/src/google/protobuf/ |
D | field_mask.pb.h | 209 void set_paths(int index, const std::string& value); 210 void set_paths(int index, std::string&& value); 211 void set_paths(int index, const char* value); 212 void set_paths(int index, const char* value, size_t size); 259 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/ |
D | field_mask.rs | 56 pub fn set_paths(&mut self, v: crate::RepeatedField<::std::string::String>) { in set_paths() method
|