Searched defs:add_file_to_generate (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
H A Dplugin.pb.h108 inline ::std::string* add_file_to_generate();
109 inline void add_file_to_generate(const ::std::string& value);
110 inline void add_file_to_generate(const char* value);
111 inline void add_file_to_generate(const char* value, size_t size);
409 inline ::std::string* CodeGeneratorRequest::add_file_to_generate() { function in class:google::protobuf::compiler::CodeGeneratorRequest
412 inline void CodeGeneratorRequest::add_file_to_generate(const ::std::string& value) { function in class:google::protobuf::compiler::CodeGeneratorRequest
415 inline void CodeGeneratorRequest::add_file_to_generate(const char* value) { function in class:google::protobuf::compiler::CodeGeneratorRequest
418 inline void CodeGeneratorRequest::add_file_to_generate(const char* value, size_t size) { function in class:google::protobuf::compiler::CodeGeneratorRequest
/external/protobuf/src/google/protobuf/compiler/
H A Dplugin.pb.h107 inline ::std::string* add_file_to_generate();
108 inline void add_file_to_generate(const ::std::string& value);
109 inline void add_file_to_generate(const char* value);
110 inline void add_file_to_generate(const char* value, size_t size);
420 inline ::std::string* CodeGeneratorRequest::add_file_to_generate() { function in class:google::protobuf::compiler::CodeGeneratorRequest
423 inline void CodeGeneratorRequest::add_file_to_generate(const ::std::string& value) { function in class:google::protobuf::compiler::CodeGeneratorRequest
426 inline void CodeGeneratorRequest::add_file_to_generate(const char* value) { function in class:google::protobuf::compiler::CodeGeneratorRequest
429 inline void CodeGeneratorRequest::add_file_to_generate(const char* value, size_t size) { function in class:google::protobuf::compiler::CodeGeneratorRequest

Completed in 377 milliseconds