Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/
Ddescriptor.pb.h7158 inline void UninterpretedOption::set_aggregate_value(const ::std::string& value) { in set_aggregate_value() function
7163 inline void UninterpretedOption::set_aggregate_value(const char* value) { in set_aggregate_value() function
7168 inline void UninterpretedOption::set_aggregate_value(const char* value, size_t size) { in set_aggregate_value() function
Ddescriptor.pb.cc13300 void UninterpretedOption::set_aggregate_value(const ::std::string& value) { in set_aggregate_value() function in google::protobuf::UninterpretedOption
13305 void UninterpretedOption::set_aggregate_value(const char* value) { in set_aggregate_value() function in google::protobuf::UninterpretedOption
13310 void UninterpretedOption::set_aggregate_value(const char* value, size_t size) { in set_aggregate_value() function in google::protobuf::UninterpretedOption