Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/hash_fn/
Dranged_hash_fn.hpp159 typedef std::pair<size_type, size_type> comp_hash; typedef in __gnu_pbds::detail::ranged_hash_fn
177 inline comp_hash
180 inline comp_hash
218 inline typename PB_DS_CLASS_C_DEC::comp_hash
227 inline typename PB_DS_CLASS_C_DEC::comp_hash
Dranged_probe_fn.hpp182 typedef std::pair<size_type, size_type> comp_hash; typedef in __gnu_pbds::detail::ranged_probe_fn
205 inline comp_hash
257 inline typename PB_DS_CLASS_C_DEC::comp_hash
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/
Dinsert_store_hash_fn_imps.hpp45 inline typename PB_DS_CLASS_C_DEC::comp_hash
50 comp_hash pos_hash_pair = ranged_probe_fn_base::operator()(r_key); in find_ins_pos()
106 comp_hash pos_hash_pair = find_ins_pos(r_key, in insert_imp()
Dgp_ht_map_.hpp158 typedef typename traits_base::comp_hash comp_hash; typedef in __gnu_pbds::detail::PB_DS_GP_HASH_NAME
428 inline comp_hash
458 insert_new_imp(const_reference r_val, comp_hash& r_pos_hash_pair) in insert_new_imp()
504 comp_hash pos_hash_pair = find_ins_pos(key, in subscript_imp()
563 comp_hash pos_hash_pair = ranged_probe_fn_base::operator()(key); in find_key_pointer()
Ddebug_store_hash_fn_imps.hpp66 const comp_hash pos_hash_pair = ranged_probe_fn_base::operator()(r_key); in assert_entry_array_valid()
Derase_store_hash_fn_imps.hpp49 const comp_hash pos_hash_pair = ranged_probe_fn_base::operator()(r_key); in erase_imp()
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/
Dcc_ht_map_.hpp151 typedef typename traits_base::comp_hash comp_hash; typedef in __gnu_pbds::detail::PB_DS_CC_HASH_NAME
443 comp_hash pos_hash_pair = ranged_hash_fn_base::operator()(r_key); in subscript_imp()
494 insert_new_imp(const_reference r_val, comp_hash& r_pos_hash_pair) in insert_new_imp()
542 comp_hash pos_hash_pair = ranged_hash_fn_base::operator()(r_key); in find_key_pointer()
572 erase_in_pos_imp(key_const_reference, const comp_hash&);
Ddebug_store_hash_fn_imps.hpp52 comp_hash pos_hash_pair = ranged_hash_fn_base::operator()(PB_DS_V2F(p_e->m_value)); in assert_entry_pointer_valid()
Dresize_store_hash_fn_imps.hpp49 const comp_hash pos_hash_pair = in resize_imp_no_exceptions_reassign_pointer()
Dinsert_store_hash_fn_imps.hpp51 comp_hash pos_hash_pair = ranged_hash_fn_base::operator()(key); in insert_imp()
Derase_store_hash_fn_imps.hpp47 erase_in_pos_imp(key_const_reference r_key, const comp_hash& r_pos_hash_pair) in erase_in_pos_imp()
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/
Dtypes_traits.hpp187 typedef std::pair<size_type, size_type> comp_hash; typedef
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/
DChangeLog-20061235 (types_traits::comp_hash): Use pair typedef.