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()
231 const std::string entry = JavaClassGenerator::TransformToFieldName(name.entry); in GetRFieldReference()
236 bool JavaClassGenerator::ProcessStyleable(const ResourceNameRef& name, const ResourceId& id, in ProcessStyleable()
449 void JavaClassGenerator::ProcessResource(const ResourceNameRef& name, const ResourceId& id, in ProcessResource()
507 Maybe<std::string> JavaClassGenerator::UnmangleResource(const StringPiece& package_name, in UnmangleResource()
531 bool JavaClassGenerator::ProcessType(const StringPiece& package_name_to_generate, in ProcessType()
579 bool JavaClassGenerator::Generate(const StringPiece& package_name_to_generate, OutputStream* out, in Generate()
593 bool JavaClassGenerator::Generate(const StringPiece& package_name_to_generate, in Generate()