Searched refs:hash_model (Results 1 – 1 of 1) sorted by relevance
1820 auto hash_model = std::hash<uint32_t>()(value.model); in operator ()() local1822 auto tmp_hash = (hash_model * 0x10001b31) ^ hash_set; in operator ()()