Searched refs:set_identifier_value (Results 1 - 3 of 3) sorted by relevance

/external/protobuf/src/google/protobuf/
H A Ddescriptor.pb.h3083 void set_identifier_value(const ::std::string& value);
3084 void set_identifier_value(const char* value);
3085 void set_identifier_value(const char* value, size_t size);
6978 inline void UninterpretedOption::set_identifier_value(const ::std::string& value) { function in class:google::protobuf::UninterpretedOption
6983 inline void UninterpretedOption::set_identifier_value(const char* value) { function in class:google::protobuf::UninterpretedOption
6988 inline void UninterpretedOption::set_identifier_value(const char* value, size_t size) { function in class:google::protobuf::UninterpretedOption
H A Ddescriptor.pb.cc13120 void UninterpretedOption::set_identifier_value(const ::std::string& value) { function in class:google::protobuf::UninterpretedOption
13125 void UninterpretedOption::set_identifier_value(const char* value) { function in class:google::protobuf::UninterpretedOption
13130 void UninterpretedOption::set_identifier_value(const char* value, size_t size) { function in class:google::protobuf::UninterpretedOption
/external/protobuf/src/google/protobuf/compiler/
H A Dparser.cc1363 uninterpreted_option->set_identifier_value(value);

Completed in 137 milliseconds