| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/iterator/ |
| H A D | filter_iterator.hpp | 20 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 D | type_list.hpp | 24 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 D | has_nan_coordinate.hpp | 45 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 D | equal.hpp | 40 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 D | max_element.hpp | 32 template< typename Predicate > 39 Predicate 57 , typename Predicate = less<_,_> 63 , protect< aux::select_max<Predicate> >
|
| H A D | remove_if.hpp | 45 , typename Predicate 53 typename lambda<Predicate>::type 62 , typename Predicate 70 typename lambda<Predicate>::type
|
| H A 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))
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/ |
| H A 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 …]
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/ |
| H A 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 …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/util/ |
| H A D | std.hpp | 10 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 D | check_iterator_range.hpp | 28 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 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;
|
| /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 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;
|
| /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 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;
|
| /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 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;
|
| /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 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;
|
| /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 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;
|
| /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 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;
|
| /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 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;
|
| /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 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;
|
| /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 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;
|
| /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 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;
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/cuda/ |
| H A D | functional.hpp | 647 …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 D | functional.hpp | 647 …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 D | functional.hpp | 647 …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 …]
|