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.h238 bool GenerateOutput(const vector<const FileDescriptor*>& parsed_files,
Dcommand_line_interface.cc806 if (!GenerateOutput(parsed_files, output_directives_[i], *map_slot)) { in Run()
1411 bool CommandLineInterface::GenerateOutput( in GenerateOutput() function in google::protobuf::compiler::CommandLineInterface