Searched refs:erase_imp (Results 1 - 8 of 8) sorted by relevance

/macosx-10.9.5/libstdcxx-60/include/c++/4.2.1/ext/pb_ds/detail/gp_hash_table_map_/
H A Derase_no_store_hash_fn_imps.hpp51 erase_imp(const_key_reference r_key, false_type) function in class:PB_DS_CLASS_C_DEC
H A Derase_store_hash_fn_imps.hpp51 erase_imp(const_key_reference r_key, true_type) function in class:PB_DS_CLASS_C_DEC
H A Derase_fn_imps.hpp103 { return erase_imp(r_key, traits_base::m_store_extra_indicator); }
H A Dgp_ht_map_.hpp579 erase_imp(const_key_reference, true_type);
582 erase_imp(const_key_reference, false_type);
/macosx-10.9.5/libstdcxx-60/include/c++/4.2.1/ext/pb_ds/detail/ov_tree_map_/
H A Derase_fn_imps.hpp133 erase_imp(It it) function in class:PB_DS_CLASS_C_DEC
H A Dov_tree_map_.hpp344 { return erase_imp<iterator>(it); }
480 erase_imp(It it);
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/ADT/
H A DSmallPtrSet.h107 /// erase_imp - If the set contains the specified pointer, remove it and
111 bool erase_imp(const void * Ptr);
261 return erase_imp(PtrTraits::getAsVoidPointer(Ptr));
/macosx-10.9.5/llvmCore-3425.0.33/lib/Support/
H A DSmallPtrSet.cpp78 bool SmallPtrSetImpl::erase_imp(const void * Ptr) {

Completed in 189 milliseconds