Home
last modified time | relevance | path

Searched refs:GenerateAll (Results 1 – 5 of 5) sorted by relevance

/external/protobuf/src/google/protobuf/compiler/
Dcode_generator.h100 virtual bool GenerateAll(const vector<const FileDescriptor*>& files, in GenerateAll() function
Dplugin.cc123 bool succeeded = generator.GenerateAll( in GenerateCode()
Dcommand_line_interface.cc1443 if (!output_directive.generator->GenerateAll( in GenerateOutput()
/external/protobuf/src/google/protobuf/compiler/js/
Djs_generator.h108 virtual bool GenerateAll(const vector<const FileDescriptor*>& files,
Djs_generator.cc2881 bool Generator::GenerateAll(const vector<const FileDescriptor*>& files, in GenerateAll() function in google::protobuf::compiler::js::Generator