Searched refs:set_file_to_generate (Results 1 – 2 of 2) sorted by relevance
/external/protobuf/src/google/protobuf/compiler/ |
D | plugin.pb.h | 118 void set_file_to_generate(int index, const ::std::string& value); 119 void set_file_to_generate(int index, const char* value); 120 void set_file_to_generate(int index, const char* value, size_t size); 426 inline void CodeGeneratorRequest::set_file_to_generate(int index, const ::std::string& value) { in set_file_to_generate() function 430 inline void CodeGeneratorRequest::set_file_to_generate(int index, const char* value) { in set_file_to_generate() function 434 inline void CodeGeneratorRequest::set_file_to_generate(int index, const char* value, size_t size) { in set_file_to_generate() function
|
D | plugin.pb.cc | 542 void CodeGeneratorRequest::set_file_to_generate(int index, const ::std::string& value) { in set_file_to_generate() function in google::protobuf::compiler::CodeGeneratorRequest 546 void CodeGeneratorRequest::set_file_to_generate(int index, const char* value) { in set_file_to_generate() function in google::protobuf::compiler::CodeGeneratorRequest 550 void CodeGeneratorRequest::set_file_to_generate(int index, const char* value, size_t size) { in set_file_to_generate() function in google::protobuf::compiler::CodeGeneratorRequest
|