Searched refs:set_paths (Results 1 – 1 of 1) sorted by relevance
/third_party/protobuf/src/google/protobuf/ |
D | field_mask.pb.h | 192 void set_paths(int index, const std::string& value); 193 void set_paths(int index, std::string&& value); 194 void set_paths(int index, const char* value); 195 void set_paths(int index, const char* value, size_t size); 255 inline void FieldMask::set_paths(int index, const std::string& value) { in set_paths() function 259 inline void FieldMask::set_paths(int index, std::string&& value) { in set_paths() function 263 inline void FieldMask::set_paths(int index, const char* value) { in set_paths() function 268 inline void FieldMask::set_paths(int index, const char* value, size_t size) { in set_paths() function
|