Home
last modified time | relevance | path

Searched refs:Predicate (Results 1 – 25 of 69) sorted by relevance

123

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/iterator/
H A Dfilter_iterator.hpp20 template <class Predicate, class Iterator>
25 template <class Predicate, class Iterator>
29 filter_iterator<Predicate, Iterator>
44 template <class Predicate, class Iterator>
46 : public detail::filter_iterator_base<Predicate, Iterator>::type
49 Predicate, Iterator
57 filter_iterator(Predicate f, Iterator x, Iterator end_ = Iterator()) in filter_iterator()
71 BOOST_STATIC_ASSERT(is_class<Predicate>::value); in filter_iterator()
78 filter_iterator<Predicate, OtherIterator> const& t in filter_iterator() argument
83 Predicate predicate() const { return m_predicate; } in predicate()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/util/
H A Dtype_list.hpp24 template <template <class> class Predicate>
25 struct TypeFilter<TypeList<>, Predicate> {
29 template <template <class> class Predicate, class T, class... Ts>
30 struct TypeFilter<TypeList<T, Ts...>, Predicate> {
31 using Tail = typename TypeFilter<TypeList<Ts...>, Predicate>::Type;
32 using Type = std::conditional_t<Predicate<T>::value, typename TypeCons<T, Tail>::Type, Tail>;
37 template <class TypeList, template <class> class Predicate>
38 using FilteredTypeList = typename detail::TypeFilter<TypeList, Predicate>::Type;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/util/
H A Dhas_nan_coordinate.hpp45 typename Predicate,
54 return Predicate::apply(geometry::get<I>(point)) in apply()
57 Point, Predicate, Enable, I+1, N in apply()
62 template <typename Point, typename Predicate, std::size_t I, std::size_t N>
63 struct has_coordinate_with_property<Point, Predicate, false, I, N>
71 template <typename Point, typename Predicate, std::size_t N>
72 struct has_coordinate_with_property<Point, Predicate, true, N, N>
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/mpl/
H A Dequal.hpp40 typename Predicate
55 , aux::iter_apply2<Predicate,Iterator1,Iterator2>
63 , typename Predicate
76 , protect< aux::equal_pred<Predicate,last1_,last2_> >
98 , typename Predicate = is_same<_,_>
102 typename aux::equal_impl<Sequence1,Sequence2,Predicate>::type
H A Dmax_element.hpp32 template< typename Predicate >
39 Predicate
57 , typename Predicate = less<_,_>
63 , protect< aux::select_max<Predicate> >
H A Dremove_if.hpp45 , typename Predicate
53 typename lambda<Predicate>::type
62 , typename Predicate
70 typename lambda<Predicate>::type
H A Dfind_if.hpp30 , 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))
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/
H A Dcondition_variable35 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 …]
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/
H A Dcondition_variable35 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 …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/util/
H A Dstd.hpp10 template <typename Container, typename ForwardIterator, typename Predicate>
11 void erase_if(Container &container, ForwardIterator it, Predicate pred) { in erase_if()
21 template <typename Container, typename Predicate>
22 void erase_if(Container &container, Predicate pred) { in erase_if()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/
H A Dcheck_iterator_range.hpp28 template <typename Predicate, bool AllowEmptyRange = true>
36 if (! Predicate::apply(*it)) in apply()
49 Predicate const& predicate) in apply()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/mpl/aux_/preprocessed/no_ctps/
H A Diter_fold_if_impl.hpp58 , 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;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/mpl/aux_/preprocessed/bcc/
H A Diter_fold_if_impl.hpp58 , 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;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/mpl/aux_/preprocessed/bcc551/
H A Diter_fold_if_impl.hpp58 , 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;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/mpl/aux_/preprocessed/msvc60/
H A Diter_fold_if_impl.hpp58 , 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;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/mpl/aux_/preprocessed/bcc_pre590/
H A Diter_fold_if_impl.hpp58 , 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;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/mpl/aux_/preprocessed/plain/
H A Diter_fold_if_impl.hpp58 , 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;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/mpl/aux_/preprocessed/no_ttp/
H A Diter_fold_if_impl.hpp58 , 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;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/mpl/aux_/preprocessed/mwcw/
H A Diter_fold_if_impl.hpp58 , 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;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/mpl/aux_/preprocessed/gcc/
H A Diter_fold_if_impl.hpp58 , 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;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/mpl/aux_/preprocessed/msvc70/
H A Diter_fold_if_impl.hpp58 , 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;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/mpl/aux_/preprocessed/dmc/
H A Diter_fold_if_impl.hpp58 , 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;
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/cuda/
H A Dfunctional.hpp647 …template <typename Predicate> struct unary_negate : unary_function<typename Predicate::argument_ty…
649 explicit __host__ __device__ __forceinline__ unary_negate(const Predicate& p) : pred(p) {} in unary_negate()
651 …__device__ __forceinline__ bool operator()(typename TypeTraits<typename Predicate::argument_type>:… in operator ()()
659 Predicate pred;
662 …template <typename Predicate> __host__ __device__ __forceinline__ unary_negate<Predicate> not1(con… in not1()
664 return unary_negate<Predicate>(pred); in not1()
667 …template <typename Predicate> struct binary_negate : binary_function<typename Predicate::first_arg…
669 explicit __host__ __device__ __forceinline__ binary_negate(const Predicate& p) : pred(p) {} in binary_negate()
671 …__device__ __forceinline__ bool operator()(typename TypeTraits<typename Predicate::first_argument_… in operator ()()
672 … typename TypeTraits<typename Predicate::second_argument_type>::ParameterType y) const in operator ()()
[all …]
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/core/cuda/
H A Dfunctional.hpp647 …template <typename Predicate> struct unary_negate : unary_function<typename Predicate::argument_ty…
649 explicit __host__ __device__ __forceinline__ unary_negate(const Predicate& p) : pred(p) {} in unary_negate()
651 …__device__ __forceinline__ bool operator()(typename TypeTraits<typename Predicate::argument_type>:… in operator ()()
659 Predicate pred;
662 …template <typename Predicate> __host__ __device__ __forceinline__ unary_negate<Predicate> not1(con… in not1()
664 return unary_negate<Predicate>(pred); in not1()
667 …template <typename Predicate> struct binary_negate : binary_function<typename Predicate::first_arg…
669 explicit __host__ __device__ __forceinline__ binary_negate(const Predicate& p) : pred(p) {} in binary_negate()
671 …__device__ __forceinline__ bool operator()(typename TypeTraits<typename Predicate::first_argument_… in operator ()()
672 … typename TypeTraits<typename Predicate::second_argument_type>::ParameterType y) const in operator ()()
[all …]
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/core/cuda/
H A Dfunctional.hpp647 …template <typename Predicate> struct unary_negate : unary_function<typename Predicate::argument_ty…
649 explicit __host__ __device__ __forceinline__ unary_negate(const Predicate& p) : pred(p) {} in unary_negate()
651 …__device__ __forceinline__ bool operator()(typename TypeTraits<typename Predicate::argument_type>:… in operator ()()
659 Predicate pred;
662 …template <typename Predicate> __host__ __device__ __forceinline__ unary_negate<Predicate> not1(con… in not1()
664 return unary_negate<Predicate>(pred); in not1()
667 …template <typename Predicate> struct binary_negate : binary_function<typename Predicate::first_arg…
669 explicit __host__ __device__ __forceinline__ binary_negate(const Predicate& p) : pred(p) {} in binary_negate()
671 …__device__ __forceinline__ bool operator()(typename TypeTraits<typename Predicate::first_argument_… in operator ()()
672 … typename TypeTraits<typename Predicate::second_argument_type>::ParameterType y) const in operator ()()
[all …]

123