Home
last modified time | relevance | path

Searched refs:fun_hash (Results 1 – 1 of 1) sorted by relevance

/external/google-fruit/include/fruit/impl/component_storage/
Dcomponent_storage_entry.defn.h98 std::size_t fun_hash = std::hash<fun_t>()(reinterpret_cast<fun_t>(erased_fun)); in hashCode() local
100 return combineHashes(fun_hash, args_hash); in hashCode()