Searched refs:insert_imp (Results 1 - 7 of 7) 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.hpp51 insert_imp(const_reference r_val, false_type) function in class:PB_DS_CLASS_C_DEC
H A Dinsert_store_hash_fn_imps.hpp51 insert_imp(const_reference r_val, true_type) function in class:PB_DS_CLASS_C_DEC
H A Dcc_ht_map_.hpp284 { return insert_imp(r_val, traits_base::m_store_extra_indicator); }
433 insert_imp(const_reference, false_type);
436 insert_imp(const_reference, true_type);
/freebsd-11-stable/contrib/libstdc++/include/ext/pb_ds/detail/gp_hash_table_map_/
H A Dinsert_no_store_hash_fn_imps.hpp102 insert_imp(const_reference r_val, false_type) function in class:PB_DS_CLASS_C_DEC
H A Dinsert_store_hash_fn_imps.hpp107 insert_imp(const_reference r_val, true_type) function in class:PB_DS_CLASS_C_DEC
H A Dgp_ht_map_.hpp294 return insert_imp(r_val, traits_base::m_store_extra_indicator);
396 insert_imp(const_reference, false_type);
399 insert_imp(const_reference, true_type);
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DSmallPtrSet.h122 /// insert_imp - This returns true if the pointer was new to the set, false if
125 std::pair<const void *const *, bool> insert_imp(const void *Ptr) { function in class:llvm::SmallPtrSetImplBase
371 auto p = insert_imp(PtrTraits::getAsVoidPointer(Ptr));

Completed in 166 milliseconds