Searched refs:fun_hash (Results 1 – 1 of 1) sorted by relevance
98 std::size_t fun_hash = std::hash<fun_t>()(reinterpret_cast<fun_t>(erased_fun)); in hashCode() local100 return combineHashes(fun_hash, args_hash); in hashCode()