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

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

Completed in 112 milliseconds