Home
last modified time | relevance | path

Searched refs:HasGenerateAll (Results 1 – 4 of 4) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/
Dcode_generator.h111 virtual bool HasGenerateAll() const { return false; } in HasGenerateAll() function
Dplugin.cc121 if (generator.HasGenerateAll()) { in GenerateCode()
Dcommand_line_interface.cc1450 if (output_directive.generator->HasGenerateAll()) { in GenerateOutput()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/js/
Djs_generator.h106 virtual bool HasGenerateAll() const { return true; } in HasGenerateAll() function