Searched refs:thirdPartRes (Results 1 – 1 of 1) sorted by relevance
204 bool IsThirdPartType(const uint32_t type, const std::unordered_set<uint32_t>& thirdPartRes) in IsThirdPartType() argument206 if (thirdPartRes.find(type) == thirdPartRes.end()) { in IsThirdPartType()