Searched refs:function_ids (Results 1 – 1 of 1) sorted by relevance
130 std::unordered_set<uint64> function_ids; in CheckValid() local134 const bool insert_successful = function_ids.insert(id).second; in CheckValid()159 if (function_id != 0 && function_ids.count(function_id) == 0) { in CheckValid()