Searched defs:pred (Results 1 - 25 of 282) sorted by relevance

1234567891011>>

/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/rc_binomial_heap_/
H A Dsplit_join_fn_imps.hpp45 split(Pred pred, PB_DS_CLASS_C_DEC& other) argument
52 base_type::split(pred, other);
H A Derase_fn_imps.hpp89 erase_if(Pred pred) argument
92 const size_type ersd = base_type::erase_if(pred);
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/c++/4.8.3/ext/pb_ds/detail/rc_binomial_heap_/
H A Dsplit_join_fn_imps.hpp45 split(Pred pred, PB_DS_CLASS_C_DEC& other) argument
52 base_type::split(pred, other);
H A Derase_fn_imps.hpp89 erase_if(Pred pred) argument
92 const size_type ersd = base_type::erase_if(pred);
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/rc_binomial_heap_/
H A Dsplit_join_fn_imps.hpp45 split(Pred pred, PB_DS_CLASS_C_DEC& other) argument
52 base_type::split(pred, other);
H A Derase_fn_imps.hpp89 erase_if(Pred pred) argument
92 const size_type ersd = base_type::erase_if(pred);
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/cc_hash_table_map_/
H A Derase_fn_imps.hpp59 erase_if(Pred pred) argument
64 while (m_entries[pos] != 0 && pred(m_entries[pos]->m_value))
75 if (pred(p_e->m_p_next->m_value))
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/gp_hash_table_map_/
H A Derase_fn_imps.hpp73 erase_if(Pred pred) argument
81 if (pred(p_e->m_value))
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/pairing_heap_/
H A Dsplit_join_fn_imps.hpp45 split(Pred pred, PB_DS_CLASS_C_DEC& other) argument
60 node_pointer p_out = base_type::prune(pred);
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/thin_heap_/
H A Dsplit_join_fn_imps.hpp45 split(Pred pred, PB_DS_CLASS_C_DEC& other) argument
59 node_pointer p_out = base_type::prune(pred);
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/c++/4.8.3/ext/pb_ds/detail/cc_hash_table_map_/
H A Derase_fn_imps.hpp59 erase_if(Pred pred) argument
64 while (m_entries[pos] != 0 && pred(m_entries[pos]->m_value))
75 if (pred(p_e->m_p_next->m_value))
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/c++/4.8.3/ext/pb_ds/detail/gp_hash_table_map_/
H A Derase_fn_imps.hpp73 erase_if(Pred pred) argument
81 if (pred(p_e->m_value))
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/c++/4.8.3/ext/pb_ds/detail/pairing_heap_/
H A Dsplit_join_fn_imps.hpp45 split(Pred pred, PB_DS_CLASS_C_DEC& other) argument
60 node_pointer p_out = base_type::prune(pred);
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/c++/4.8.3/ext/pb_ds/detail/thin_heap_/
H A Dsplit_join_fn_imps.hpp45 split(Pred pred, PB_DS_CLASS_C_DEC& other) argument
59 node_pointer p_out = base_type::prune(pred);
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/cc_hash_table_map_/
H A Derase_fn_imps.hpp59 erase_if(Pred pred) argument
64 while (m_entries[pos] != 0 && pred(m_entries[pos]->m_value))
75 if (pred(p_e->m_p_next->m_value))
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/gp_hash_table_map_/
H A Derase_fn_imps.hpp73 erase_if(Pred pred) argument
81 if (pred(p_e->m_value))
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/pairing_heap_/
H A Dsplit_join_fn_imps.hpp45 split(Pred pred, PB_DS_CLASS_C_DEC& other) argument
60 node_pointer p_out = base_type::prune(pred);
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/thin_heap_/
H A Dsplit_join_fn_imps.hpp45 split(Pred pred, PB_DS_CLASS_C_DEC& other) argument
59 node_pointer p_out = base_type::prune(pred);
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/test/std/algorithms/alg.modifying.operations/alg.remove/
H A Dremove_if.pass.cpp16 // remove_if(Iter first, Iter last, Pred pred);
49 struct pred struct
69 Iter r = std::remove_if(Iter(ia), Iter(ia+sa), pred());
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/algorithms/alg.modifying.operations/alg.remove/
H A Dremove_if.pass.cpp16 // remove_if(Iter first, Iter last, Pred pred);
49 struct pred struct
69 Iter r = std::remove_if(Iter(ia), Iter(ia+sa), pred());
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/binary_heap_/
H A Dsplit_join_fn_imps.hpp45 split(Pred pred, PB_DS_CLASS_C_DEC& other) argument
53 const size_type left = partition(pred_t(pred));
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/binomial_heap_base_/
H A Derase_fn_imps.hpp120 erase_if(Pred pred) argument
131 node_pointer p_out = base_type::prune(pred);
H A Dsplit_join_fn_imps.hpp45 split(Pred pred, PB_DS_CLASS_C_DEC& other) argument
59 node_pointer p_out = base_type::prune(pred);
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/left_child_next_sibling_heap_/
H A Derase_fn_imps.hpp111 prune(Pred pred) argument
119 if (pred(p_cur->m_value))
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/list_update_map_/
H A Derase_fn_imps.hpp82 erase_if(Pred pred) argument
86 while (m_p_l != 0 && pred(m_p_l->m_value))
100 if (pred(p_l->m_p_next->m_value))

Completed in 198 milliseconds

1234567891011>>