Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Ddescriptor.pb.h3320 void set_aggregate_value(const ::std::string& value);
3321 void set_aggregate_value(const char* value);
3322 void set_aggregate_value(const char* value, size_t size);
7444 inline void UninterpretedOption::set_aggregate_value(const ::std::string& value) { in set_aggregate_value() function
7449 inline void UninterpretedOption::set_aggregate_value(const char* value) { in set_aggregate_value() function
7454 inline void UninterpretedOption::set_aggregate_value(const char* value, size_t size) { in set_aggregate_value() function
Ddescriptor.pb.cc13796 void UninterpretedOption::set_aggregate_value(const ::std::string& value) { in set_aggregate_value() function in google::protobuf::UninterpretedOption
13801 void UninterpretedOption::set_aggregate_value(const char* value) { in set_aggregate_value() function in google::protobuf::UninterpretedOption
13806 void UninterpretedOption::set_aggregate_value(const char* value, size_t size) { in set_aggregate_value() function in google::protobuf::UninterpretedOption