Searched refs:erase_if (Results 1 - 25 of 31) sorted by relevance

12

/haiku-buildtools/gcc/libstdc++-v3/testsuite/ext/pb_ds/example/
H A Dpriority_queue_erase_if.cc38 * This example shows how to erase from a priority queue using erase_if.
62 p.erase_if(bind1st(less<int>(), 500));
H A Derase_if.cc34 * A basic example showing how to use erase_if.
87 r_c.erase_if(between(10 , 90));
/haiku-buildtools/gcc/libstdc++-v3/include/ext/pb_ds/detail/rc_binomial_heap_/
H A Derase_fn_imps.hpp89 erase_if(Pred pred) function in class:PB_DS_CLASS_C_DEC
92 const size_type ersd = base_type::erase_if(pred);
H A Drc_binomial_heap_.hpp119 erase_if(Pred);
/haiku-buildtools/gcc/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/
H A Derase_fn_imps.hpp59 erase_if(Pred pred) function in class:PB_DS_CLASS_C_DEC
/haiku-buildtools/gcc/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/
H A Derase_fn_imps.hpp73 erase_if(Pred pred) function in class:PB_DS_CLASS_C_DEC
/haiku-buildtools/gcc/libstdc++-v3/include/ext/pb_ds/detail/list_update_map_/
H A Derase_fn_imps.hpp82 erase_if(Pred pred) function in class:PB_DS_CLASS_C_DEC
H A Dlu_map_.hpp240 erase_if(Pred);
/haiku-buildtools/gcc/libstdc++-v3/testsuite/util/native_type/
H A Dnative_hash_set.hpp77 erase_if(Pred pred) function in class:__gnu_pbds::test::native_hash_set
H A Dnative_priority_queue.hpp153 erase_if(Pred pred) function in class:__gnu_pbds::test::native_priority_queue
/haiku-buildtools/gcc/libstdc++-v3/include/ext/pb_ds/detail/binomial_heap_base_/
H A Dbinomial_heap_base_.hpp128 erase_if(Pred);
H A Derase_fn_imps.hpp120 erase_if(Pred pred) function in class:PB_DS_CLASS_C_DEC
/haiku-buildtools/gcc/libstdc++-v3/include/ext/pb_ds/detail/ov_tree_map_/
H A Derase_fn_imps.hpp68 erase_if(Pred pred) function in class:PB_DS_CLASS_C_DEC
/haiku-buildtools/gcc/libstdc++-v3/include/ext/pb_ds/detail/pairing_heap_/
H A Dpairing_heap_.hpp130 erase_if(Pred);
H A Derase_fn_imps.hpp201 erase_if(Pred pred) function in class:PB_DS_CLASS_C_DEC
/haiku-buildtools/gcc/libstdc++-v3/include/ext/pb_ds/detail/splay_tree_/
H A Derase_fn_imps.hpp87 erase_if(Pred pred) function in class:PB_DS_CLASS_C_DEC
/haiku-buildtools/gcc/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/
H A Derase_fn_imps.hpp101 erase_if(Pred pred) function in class:PB_DS_CLASS_C_DEC
H A Dbinary_heap_.hpp179 erase_if(Pred);
/haiku-buildtools/gcc/libstdc++-v3/include/ext/pb_ds/detail/rb_tree_map_/
H A Drb_tree_.hpp170 erase_if(Pred);
H A Derase_fn_imps.hpp89 erase_if(Pred pred) function in class:PB_DS_CLASS_C_DEC
/haiku-buildtools/gcc/libstdc++-v3/include/ext/pb_ds/detail/thin_heap_/
H A Dthin_heap_.hpp127 erase_if(Pred);
H A Derase_fn_imps.hpp207 erase_if(Pred pred) function in class:PB_DS_CLASS_C_DEC
/haiku-buildtools/gcc/libstdc++-v3/testsuite/util/regression/rand/priority_queue/
H A Dcontainer_rand_regression_test.h136 erase_if();
/haiku-buildtools/gcc/libstdc++-v3/testsuite/util/regression/trait/assoc/
H A Dtrait.hpp121 erase_if(native_type& r_native_c) function in struct:__gnu_pbds::test::detail::regression_test_traits
/haiku-buildtools/gcc/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/
H A Derase_fn_imps.hpp244 erase_if(Pred pred) function in class:PB_DS_CLASS_C_DEC

Completed in 140 milliseconds

12