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()
192 JavaClassGenerator::JavaClassGenerator(IAaptContext* context, in JavaClassGenerator() function in aapt::JavaClassGenerator
197 bool JavaClassGenerator::SkipSymbol(Visibility::Level level) { in SkipSymbol()
210 bool JavaClassGenerator::SkipSymbol(const std::optional<SymbolTable::Symbol>& symbol) { in SkipSymbol()
233 const std::string entry = JavaClassGenerator::TransformToFieldName(name.entry); in GetRFieldReference()
238 bool JavaClassGenerator::ProcessStyleable(const ResourceNameRef& name, const ResourceId& id, in ProcessStyleable()
452 void JavaClassGenerator::ProcessResource(const ResourceNameRef& name, const ResourceId& id, in ProcessResource()
510 std::optional<std::string> JavaClassGenerator::UnmangleResource( in UnmangleResource()
533 bool JavaClassGenerator::ProcessType(StringPiece package_name_to_generate, in ProcessType()
582 bool JavaClassGenerator::Generate(StringPiece package_name_to_generate, OutputStream* out, in Generate()
596 bool JavaClassGenerator::Generate(StringPiece package_name_to_generate, in Generate()