Home
last modified time | relevance | path

Searched refs:add_file_to_generate (Results 1 – 3 of 3) sorted by relevance

/external/protobuf/src/google/protobuf/compiler/
Dplugin.pb.h395 std::string* add_file_to_generate();
396 void add_file_to_generate(const std::string& value);
397 void add_file_to_generate(std::string&& value);
398 void add_file_to_generate(const char* value);
399 void add_file_to_generate(const char* value, size_t size);
942 inline std::string* CodeGeneratorRequest::add_file_to_generate() { in add_file_to_generate() function
946 inline void CodeGeneratorRequest::add_file_to_generate(const std::string& value) { in add_file_to_generate() function
950 inline void CodeGeneratorRequest::add_file_to_generate(std::string&& value) { in add_file_to_generate() function
954 inline void CodeGeneratorRequest::add_file_to_generate(const char* value) { in add_file_to_generate() function
959 inline void CodeGeneratorRequest::add_file_to_generate(const char* value, size_t size) { in add_file_to_generate() function
Dplugin.pb.cc754 …OTOBUF_NAMESPACE_ID::internal::InlineGreedyStringParserUTF8Verify(add_file_to_generate(), ptr, ctx… in _InternalParse()
821 input, this->add_file_to_generate())); in MergePartialFromCodedStream()
Dcommand_line_interface.cc2031 request.add_file_to_generate(parsed_files[i]->name()); in GeneratePluginOutput()