Searched refs:IsInList (Results 1 – 1 of 1) sorted by relevance
43 if (IsInList(name, blacklist_)) { in GetApiList()45 } else if (IsInList(name, dark_greylist_)) { in GetApiList()47 } else if (IsInList(name, light_greylist_)) { in GetApiList()73 static bool IsInList(const std::string& name, const std::set<std::string>& list) { in IsInList() function