Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/
Dfield_mask.pb.h106 void set_paths(int index, const ::std::string& value);
107 void set_paths(int index, const char* value);
108 void set_paths(int index, const char* value, size_t size);
153 inline void FieldMask::set_paths(int index, const ::std::string& value) { in set_paths() function
157 inline void FieldMask::set_paths(int index, const char* value) { in set_paths() function
161 inline void FieldMask::set_paths(int index, const char* value, size_t size) { in set_paths() function
Dfield_mask.pb.cc358 void FieldMask::set_paths(int index, const ::std::string& value) { in set_paths() function in google::protobuf::FieldMask
362 void FieldMask::set_paths(int index, const char* value) { in set_paths() function in google::protobuf::FieldMask
366 void FieldMask::set_paths(int index, const char* value, size_t size) { in set_paths() function in google::protobuf::FieldMask