OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:pred
(Results
176 - 200
of
1751
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.modifying.operations/alg.replace/
replace_copy_if.pass.cpp
13
// Predicate<auto, InIter::value_type>
Pred
, class T>
16
// && CopyConstructible<
Pred
>
18
// replace_copy_if(InIter first, InIter last, OutIter result,
Pred
pred
, const T& new_value);
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.nonmodifying/alg.equal/
equal_pred.pass.cpp
13
// Predicate<auto, Iter1::value_type, Iter2::value_type>
Pred
>
14
// requires CopyConstructible<
Pred
>
16
// equal(Iter1 first1, Iter1 last1, Iter2 first2,
Pred
pred
);
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.nonmodifying/mismatch/
mismatch_pred.pass.cpp
13
// Predicate<auto, Iter1::value_type, Iter2::value_type>
Pred
>
14
// requires CopyConstructible<
Pred
>
16
// mismatch(Iter1 first1, Iter1 last1, Iter2 first2,
Pred
pred
);
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.condition/thread.condition.condvar/
wait_for_pred.pass.cpp
18
// Predicate
pred
);
26
class
Pred
30
explicit
Pred
(int& i) : i_(i) {}
52
bool r = cv.wait_for(lk, milliseconds(250),
Pred
(test2));
wait_until_pred.pass.cpp
18
// Predicate
pred
);
43
class
Pred
47
explicit
Pred
(int& i) : i_(i) {}
68
bool r = cv.wait_until(lk, t,
Pred
(test2));
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.condition/thread.condition.condvarany/
wait_until_pred.pass.cpp
18
// Predicate
pred
);
43
class
Pred
47
explicit
Pred
(int& i) : i_(i) {}
72
bool r = cv.wait_until(lk, t,
Pred
(test2));
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/binomial_heap_base_/
erase_fn_imps.hpp
117
template<typename
Pred
>
120
erase_if(
Pred
pred
)
131
node_pointer p_out = base_type::prune(
pred
);
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/gp_hash_table_map_/
erase_fn_imps.hpp
70
template<typename
Pred
>
73
erase_if(
Pred
pred
)
81
if (
pred
(p_e->m_value))
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/left_child_next_sibling_heap_/
erase_fn_imps.hpp
108
template<typename
Pred
>
111
prune(
Pred
pred
)
119
if (
pred
(p_cur->m_value))
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/pairing_heap_/
split_join_fn_imps.hpp
42
template<typename
Pred
>
45
split(
Pred
pred
, PB_DS_CLASS_C_DEC& other)
60
node_pointer p_out = base_type::prune(
pred
);
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/rc_binomial_heap_/
rc_binomial_heap_.hpp
117
template<typename
Pred
>
119
erase_if(
Pred
);
121
template<typename
Pred
>
123
split(
Pred
, PB_DS_CLASS_C_DEC&);
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/splay_tree_/
erase_fn_imps.hpp
84
template<typename
Pred
>
87
erase_if(
Pred
pred
)
94
if (
pred
(*it))
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/thin_heap_/
split_join_fn_imps.hpp
42
template<typename
Pred
>
45
split(
Pred
pred
, PB_DS_CLASS_C_DEC& other)
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/binomial_heap_base_/
erase_fn_imps.hpp
117
template<typename
Pred
>
120
erase_if(
Pred
pred
)
131
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/gp_hash_table_map_/
erase_fn_imps.hpp
70
template<typename
Pred
>
73
erase_if(
Pred
pred
)
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/left_child_next_sibling_heap_/
erase_fn_imps.hpp
108
template<typename
Pred
>
111
prune(
Pred
pred
)
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/pairing_heap_/
split_join_fn_imps.hpp
42
template<typename
Pred
>
45
split(
Pred
pred
, PB_DS_CLASS_C_DEC& other)
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/rc_binomial_heap_/
rc_binomial_heap_.hpp
117
template<typename
Pred
>
119
erase_if(
Pred
);
121
template<typename
Pred
>
123
split(
Pred
, PB_DS_CLASS_C_DEC&);
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/splay_tree_/
erase_fn_imps.hpp
84
template<typename
Pred
>
87
erase_if(
Pred
pred
)
94
if (
pred
(*it))
/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_/
split_join_fn_imps.hpp
42
template<typename
Pred
>
45
split(
Pred
pred
, PB_DS_CLASS_C_DEC& other)
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/binomial_heap_base_/
erase_fn_imps.hpp
117
template<typename
Pred
>
120
erase_if(
Pred
pred
)
131
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/gp_hash_table_map_/
erase_fn_imps.hpp
70
template<typename
Pred
>
73
erase_if(
Pred
pred
)
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/left_child_next_sibling_heap_/
erase_fn_imps.hpp
108
template<typename
Pred
>
111
prune(
Pred
pred
)
119
if (
pred
(p_cur->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_/
split_join_fn_imps.hpp
42
template<typename
Pred
>
45
split(
Pred
pred
, PB_DS_CLASS_C_DEC& other)
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/rc_binomial_heap_/
rc_binomial_heap_.hpp
117
template<typename
Pred
>
119
erase_if(
Pred
);
121
template<typename
Pred
>
123
split(
Pred
, PB_DS_CLASS_C_DEC&);
Completed in 504 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>