Home
last modified time | relevance | path

Searched refs:GenerateOutput (Results 1 – 2 of 2) sorted by relevance

/external/protobuf/src/google/protobuf/compiler/
Dcommand_line_interface.h280 bool GenerateOutput(const std::vector<const FileDescriptor*>& parsed_files,
Dcommand_line_interface.cc906 if (!GenerateOutput(parsed_files, output_directives_[i], *map_slot)) { in Run()
1900 bool CommandLineInterface::GenerateOutput( in GenerateOutput() function in google::protobuf::compiler::CommandLineInterface