Lines Matching refs:JavaClassGenerator
66 std::string JavaClassGenerator::TransformToFieldName(const StringPiece& symbol) { in TransformToFieldName()
94 output += "_" + JavaClassGenerator::TransformToFieldName(attr_name.package); in TransformNestedAttr()
96 output += "_" + JavaClassGenerator::TransformToFieldName(attr_name.entry); in TransformNestedAttr()
189 JavaClassGenerator::JavaClassGenerator(IAaptContext* context, in JavaClassGenerator() function in aapt::JavaClassGenerator
194 bool JavaClassGenerator::SkipSymbol(Visibility::Level level) { in SkipSymbol()
207 bool JavaClassGenerator::SkipSymbol(const Maybe<SymbolTable::Symbol>& symbol) { in SkipSymbol()
230 void JavaClassGenerator::ProcessStyleable(const ResourceNameRef& name, const ResourceId& id, in ProcessStyleable()
440 void JavaClassGenerator::ProcessResource(const ResourceNameRef& name, const ResourceId& id, in ProcessResource()
498 Maybe<std::string> JavaClassGenerator::UnmangleResource(const StringPiece& package_name, in UnmangleResource()
522 bool JavaClassGenerator::ProcessType(const StringPiece& package_name_to_generate, in ProcessType()
571 bool JavaClassGenerator::Generate(const StringPiece& package_name_to_generate, OutputStream* out, in Generate()
585 bool JavaClassGenerator::Generate(const StringPiece& package_name_to_generate, in Generate()