Home
last modified time | relevance | path

Searched refs:SkipSymbol (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/tools/aapt2/java/
DJavaClassGenerator.h84 bool SkipSymbol(Visibility::Level state);
85 bool SkipSymbol(const std::optional<SymbolTable::Symbol>& symbol);
DJavaClassGenerator.cpp197 bool JavaClassGenerator::SkipSymbol(Visibility::Level level) { in SkipSymbol() function in aapt::JavaClassGenerator
210 bool JavaClassGenerator::SkipSymbol(const std::optional<SymbolTable::Symbol>& symbol) { in SkipSymbol() function in aapt::JavaClassGenerator
315 if (SkipSymbol(entry.symbol)) { in ProcessStyleable()
393 if (SkipSymbol(styleable_attr.symbol)) { in ProcessStyleable()
512 if (SkipSymbol(entry.visibility.level)) { in UnmangleResource()