Lines Matching full:symbols_to_retain_
1445 // RETURN whether SYMBOL_NAME should be kept, according to symbols_to_retain_.1449 if (symbols_to_retain_.empty()) // means flag wasn't specified1451 return symbols_to_retain_.find(symbol_name) != symbols_to_retain_.end();1670 Unordered_set<std::string> symbols_to_retain_;