Searched refs:Predicate (Results 1 – 14 of 14) sorted by relevance
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/ |
D | remove_if.hpp | 45 , typename Predicate 53 typename lambda<Predicate>::type 62 , typename Predicate 70 typename lambda<Predicate>::type
|
D | find_if.hpp | 30 , typename BOOST_MPL_AUX_NA_PARAM(Predicate) 38 , protect< aux::find_if_pred<Predicate> > 43 BOOST_MPL_AUX_LAMBDA_SUPPORT(2,find_if,(Sequence,Predicate))
|
D | iter_fold_if.hpp | 37 template< typename Predicate, typename LastIterator > 44 , apply1<Predicate,Iterator> 51 , apply1<Predicate,Iterator>
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/ |
D | algorithm.hpp | 61 template <class InputIter1, class InputIter2, class Predicate> 65 Predicate pred ) in mismatch() 107 template<class ForwardIterator1, class ForwardIterator2, class Predicate> 111 Predicate pred ) in find_first_not_of() 154 template<class BidirectionalIterator1, class ForwardIterator2, class Predicate> 158 Predicate pred ) in find_last_of() 201 template<class BidirectionalIterator1, class ForwardIterator2, class Predicate> 205 Predicate pred ) in find_last_not_of()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
D | condition_variable | 35 template <class Predicate> 36 void wait(unique_lock<mutex>& lock, Predicate pred); 43 template <class Clock, class Duration, class Predicate> 47 Predicate pred); 54 template <class Rep, class Period, class Predicate> 58 Predicate pred); 80 template <class Lock, class Predicate> 81 void wait(Lock& lock, Predicate pred); 88 template <class Lock, class Clock, class Duration, class Predicate> 92 Predicate pred); [all …]
|
D | functional | 185 template <class Predicate> 187 : public unary_function<typename Predicate::argument_type, bool> 190 explicit unary_negate(const Predicate& pred); 191 bool operator()(const typename Predicate::argument_type& x) const; 194 template <class Predicate> unary_negate<Predicate> not1(const Predicate& pred); 196 template <class Predicate> 198 : public binary_function<typename Predicate::first_argument_type, 199 typename Predicate::second_argument_type, 203 explicit binary_negate(const Predicate& pred); 204 bool operator()(const typename Predicate::first_argument_type& x, [all …]
|
D | algorithm | 22 template <class InputIterator, class Predicate> 24 all_of(InputIterator first, InputIterator last, Predicate pred); 26 template <class InputIterator, class Predicate> 28 any_of(InputIterator first, InputIterator last, Predicate pred); 30 template <class InputIterator, class Predicate> 32 none_of(InputIterator first, InputIterator last, Predicate pred); 42 template <class InputIterator, class Predicate> 44 find_if(InputIterator first, InputIterator last, Predicate pred); 46 template<class InputIterator, class Predicate> 48 find_if_not(InputIterator first, InputIterator last, Predicate pred); [all …]
|
D | forward_list | 126 template <class Predicate> void remove_if(Predicate pred);
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/ |
D | find_if_pred.hpp | 19 template< typename Predicate > 25 typedef not_< aux::iter_apply1<Predicate,Iterator> > type;
|
D | iter_fold_if_impl.hpp | 91 , typename Predicate 95 typedef typename apply2<Predicate,State,Iterator>::type not_last; 108 , typename Predicate 112 typedef typename apply2<Predicate,State,Iterator>::type not_last;
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/preprocessed/gcc/ |
D | iter_fold_if_impl.hpp | 58 , typename Predicate 62 typedef typename apply2< Predicate,State,Iterator >::type not_last; 75 , typename Predicate 79 typedef typename apply2< Predicate,State,Iterator >::type not_last;
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/config/ |
D | suffix.hpp | 864 # define BOOST_NOEXCEPT_IF(Predicate) argument 868 # define BOOST_NOEXCEPT_IF(Predicate) noexcept((Predicate)) argument
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/numeric/conversion/detail/ |
D | converter.hpp | 288 typedef typename combine<IsNegOverflow,IsPosOverflow>::type Predicate ; in out_of_range() typedef 290 return Predicate::apply(s); in out_of_range()
|
/ndk/sources/third_party/googletest/googletest/src/ |
D | gtest-internal-inl.h | 281 template <class Container, typename Predicate> 282 inline int CountIf(const Container& c, Predicate predicate) { in CountIf()
|