Searched refs:set_file_to_generate (Results 1 – 2 of 2) sorted by relevance
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/ |
D | plugin.pb.h | 122 void set_file_to_generate(int index, const ::std::string& value); 123 void set_file_to_generate(int index, const char* value); 124 void set_file_to_generate(int index, const char* value, size_t size); 438 inline void CodeGeneratorRequest::set_file_to_generate(int index, const ::std::string& value) { in set_file_to_generate() function 442 inline void CodeGeneratorRequest::set_file_to_generate(int index, const char* value) { in set_file_to_generate() function 446 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 | 539 void CodeGeneratorRequest::set_file_to_generate(int index, const ::std::string& value) { in set_file_to_generate() function in google::protobuf::compiler::CodeGeneratorRequest 543 void CodeGeneratorRequest::set_file_to_generate(int index, const char* value) { in set_file_to_generate() function in google::protobuf::compiler::CodeGeneratorRequest 547 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
|