Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/libstdc++/include/ext/pb_ds/detail/cc_hash_table_map_/
H A Dcc_ht_map_.hpp402 return insert_new_imp(value_type(r_key, mapped_type()), pos)->second; in subscript_imp()
427 return insert_new_imp(value_type(r_key, mapped_type()), in subscript_imp()
439 insert_new_imp(const_reference r_val, size_type pos) in insert_new_imp() function in pb_ds::detail::PB_DS_CLASS_NAME
458 insert_new_imp(const_reference r_val, comp_hash& r_pos_hash_pair) in insert_new_imp() function in pb_ds::detail::PB_DS_CLASS_NAME
H A Dinsert_no_store_hash_fn_imps.hpp74 return std::make_pair(insert_new_imp(r_val, pos), true); in insert_imp()
H A Dinsert_store_hash_fn_imps.hpp75 return std::make_pair(insert_new_imp(r_val, pos_hash_pair), true); in insert_imp()
/freebsd-12.1/contrib/libstdc++/include/ext/pb_ds/detail/gp_hash_table_map_/
H A Dgp_ht_map_.hpp402 insert_new_imp(const_reference r_val, size_type pos) in insert_new_imp() function in pb_ds::detail::PB_DS_CLASS_NAME
424 insert_new_imp(const_reference r_val, comp_hash& r_pos_hash_pair) in insert_new_imp() function in pb_ds::detail::PB_DS_CLASS_NAME
460 return insert_new_imp(value_type(key, mapped_type()), pos)->second; in subscript_imp()
475 return insert_new_imp(value_type(key, mapped_type()), in subscript_imp()
H A Dinsert_no_store_hash_fn_imps.hpp115 return std::make_pair(insert_new_imp(r_val, pos), true); in insert_imp()
H A Dinsert_store_hash_fn_imps.hpp122 return std::make_pair(insert_new_imp(r_val, pos_hash_pair), true); in insert_imp()