Searched refs:SkipSymbol (Results 1 – 2 of 2) sorted by relevance
85 bool SkipSymbol(Visibility::Level state);86 bool SkipSymbol(const Maybe<SymbolTable::Symbol>& symbol);
194 bool JavaClassGenerator::SkipSymbol(Visibility::Level level) { in SkipSymbol() function in aapt::JavaClassGenerator207 bool JavaClassGenerator::SkipSymbol(const Maybe<SymbolTable::Symbol>& symbol) { in SkipSymbol() function in aapt::JavaClassGenerator308 return SkipSymbol(entry.symbol) || attr_comment_line.contains("@removed") in ProcessStyleable()367 if (SkipSymbol(styleable_attr.symbol)) { in ProcessStyleable()499 if (SkipSymbol(entry.visibility.level)) { in UnmangleResource()