Searched defs:type_hash (Results 1 – 5 of 5) sorted by relevance
58 using type_hash = std::hash<std::type_index>; variable65 struct type_hash { struct83 using type_map = std::unordered_map<std::type_index, value_type, type_hash, type_equal_to>; argument
80 size_t type_hash = reinterpret_cast<size_t>(ctx.type_name) * 2654435761; in operator ()() local
152 type_base::hash type_hash; in operator ()() local197 type_base::hash type_hash; in operator ()() local213 type_base::hash type_hash; in operator ()() local
8998 const ImGuiID type_hash = ImHashStr(type_name, 0); in FindSettingsHandler() local