Home | History | Annotate | Download | only in java

Lines Matching defs:JavaClassGenerator

17 #include "java/JavaClassGenerator.h"
187 JavaClassGenerator::JavaClassGenerator(IAaptContext* context,
192 bool JavaClassGenerator::SkipSymbol(SymbolState state) {
205 bool JavaClassGenerator::SkipSymbol(const Maybe<SymbolTable::Symbol>& symbol) {
228 void JavaClassGenerator::ProcessStyleable(const ResourceNameRef& name, const ResourceId& id,
430 void JavaClassGenerator::ProcessResource(const ResourceNameRef& name, const ResourceId& id,
479 Maybe<std::string> JavaClassGenerator::UnmangleResource(const StringPiece& package_name,
503 bool JavaClassGenerator::ProcessType(const StringPiece& package_name_to_generate,
552 bool JavaClassGenerator::Generate(const StringPiece& package_name_to_generate, std::ostream* out,
566 bool JavaClassGenerator::Generate(const StringPiece& package_name_to_generate,