Lines Matching refs:JavaClassGenerator
66 std::string JavaClassGenerator::TransformToFieldName(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 std::optional<SymbolTable::Symbol>& symbol) { in SkipSymbol()
230 const std::string entry = JavaClassGenerator::TransformToFieldName(name.entry); in GetRFieldReference()
235 bool JavaClassGenerator::ProcessStyleable(const ResourceNameRef& name, const ResourceId& id, in ProcessStyleable()
449 void JavaClassGenerator::ProcessResource(const ResourceNameRef& name, const ResourceId& id, in ProcessResource()
507 std::optional<std::string> JavaClassGenerator::UnmangleResource( in UnmangleResource()
530 bool JavaClassGenerator::ProcessType(StringPiece package_name_to_generate, in ProcessType()
579 bool JavaClassGenerator::Generate(StringPiece package_name_to_generate, OutputStream* out, in Generate()
593 bool JavaClassGenerator::Generate(StringPiece package_name_to_generate, in Generate()