Home
last modified time | relevance | path

Searched refs:Pred (Results 1 – 25 of 112) sorted by relevance

12345

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/fusion/algorithm/query/detail/
H A Dfind_if.hpp30 template <typename Iterator, typename Pred>
34 Pred, Iterator>::type type;
38 template <typename First, typename Last, typename Pred>
41 template <typename First, typename Last, typename Pred>
46 typename result_of::next<First>::type, Last, Pred
51 template <typename First, typename Last, typename Pred>
56 , apply_filter<First, Pred> >
63 , recursive_find_if<First, Last, Pred>
70 typename Pred, bool>
73 template<typename First, typename Last, typename Pred>
[all …]
H A Dsegmented_find_if.hpp20 template <typename Pred>
27 typename result_of::find_if<Sequence, Pred>::type
63 return fusion::make_segmented_iterator(fusion::find_if<Pred>(seq), context); in call_impl()
68 template <typename Sequence, typename Pred>
77 , segmented_find_if_fun<Pred>
87 , segmented_find_if_fun<Pred>()); in call()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/support/algorithm/
H A Dany_if.hpp44 template <typename Iterator, typename Pred>
46 : mpl::apply1<Pred, typename fusion::result_of::value_of<Iterator>::type>
56 , typename Pred>
60 apply_predicate<Iterator1, Pred>
96 typename Pred, typename Iterator1, typename Last2
99 result_of::attribute_next<Iterator1, Iterator2, Last2, Pred
104 Iterator1, Iterator2, Last2, Pred>::call(i); in attribute_next()
114 , typename Pred>
118 apply_predicate<Iterator1, Pred>
154 typename Pred, typename Iterator1, typename Last2
[all …]
H A Dany_if_ns.hpp33 typename Pred, typename First1, typename Last1, typename First2
44 typename Pred, typename First1, typename Last1, typename First2
51 return (0 != (f(*first1, spirit::detail::attribute_value<Pred, First1, Last2>(first2)) | in any_if_ns()
52 detail::any_if_ns<Pred>( in any_if_ns()
54 , attribute_next<Pred, First1, Last2>(first2) in any_if_ns()
62 template <typename Pred, typename Sequence1, typename Sequence2, typename F>
64 any_if_ns(Sequence1 const& seq1, Sequence2& seq2, F f, Pred) in any_if_ns() argument
66 return detail::any_if_ns<Pred>( in any_if_ns()
75 template <typename Pred, typename Sequence, typename F>
77 any_if_ns(Sequence const& seq, unused_type const, F f, Pred) in any_if_ns() argument
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/mpl/
H A Dassert.hpp140 template<class Pred>
143 template<class Pred>
144 struct extract_assert_pred<void(Pred)> { typedef Pred type; };
146 template<class Pred>
148 typedef typename extract_assert_pred<Pred>::type P;
156 template<class Pred>
158 typedef typename extract_assert_pred<Pred>::type P;
187 template< typename Pred >
188 failed ************ (Pred::************
189 assert_arg( void (*)(Pred), typename assert_arg_pred<Pred>::type )
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/ext/pb_ds/detail/binary_heap_/
H A Dentry_pred.hpp49 template<typename _VTp, typename Pred, typename _Alloc, bool No_Throw>
53 template<typename _VTp, typename Pred, typename _Alloc>
54 struct entry_pred<_VTp, Pred, _Alloc, true>
56 typedef Pred type;
60 template<typename _VTp, typename Pred, typename _Alloc>
61 struct entry_pred<_VTp, Pred, _Alloc, false>
69 struct type : public Pred
75 type(const Pred& other) : Pred(other) { } in type()
79 { return Pred::operator()(*p_v); } in operator ()()
H A Dbinary_heap_.hpp177 template<typename Pred>
179 erase_if(Pred);
202 template<typename Pred>
204 split(Pred, binary_heap&);
259 template<typename Pred>
261 partition(Pred);
H A Derase_fn_imps.hpp100 template<typename Pred>
103 erase_if(Pred pred) in erase_if()
107 typedef typename entry_pred<value_type, Pred, _Alloc, simple_value>::type in erase_if()
184 template<typename Pred>
187 partition(Pred pred) in partition()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/ext/pb_ds/detail/binary_heap_/
H A Dentry_pred.hpp49 template<typename _VTp, typename Pred, typename _Alloc, bool No_Throw>
53 template<typename _VTp, typename Pred, typename _Alloc>
54 struct entry_pred<_VTp, Pred, _Alloc, true>
56 typedef Pred type;
60 template<typename _VTp, typename Pred, typename _Alloc>
61 struct entry_pred<_VTp, Pred, _Alloc, false>
69 struct type : public Pred
75 type(const Pred& other) : Pred(other) { } in type()
79 { return Pred::operator()(*p_v); } in operator ()()
H A Dbinary_heap_.hpp177 template<typename Pred>
179 erase_if(Pred);
202 template<typename Pred>
204 split(Pred, binary_heap&);
259 template<typename Pred>
261 partition(Pred);
H A Derase_fn_imps.hpp100 template<typename Pred>
103 erase_if(Pred pred) in erase_if()
107 typedef typename entry_pred<value_type, Pred, _Alloc, simple_value>::type in erase_if()
184 template<typename Pred>
187 partition(Pred pred) in partition()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/fusion/algorithm/query/
H A Dfind_if.hpp28 template <typename Sequence, typename Pred>
32 , detail::result_of_segmented_find_if<Sequence, Pred>
36 typename mpl::lambda<Pred>::type
44 template <typename Pred, typename Sequence>
49 , result_of::find_if<Sequence, Pred>
53 typedef typename result_of::find_if<Sequence, Pred>::filter filter; in find_if()
57 template <typename Pred, typename Sequence>
59 inline typename result_of::find_if<Sequence const, Pred>::type const
62 typedef typename result_of::find_if<Sequence const, Pred>::filter filter; in find_if()
H A Dfind_if_fwd.hpp19 template <typename Sequence, typename Pred>
23 template <typename Pred, typename Sequence>
28 , result_of::find_if<Sequence, Pred>
32 template <typename Pred, typename Sequence>
34 inline typename result_of::find_if<Sequence const, Pred>::type const
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/index/detail/
H A Dpredicates.hpp242 typedef predicates::spatial_predicate<Geometry, Tag, false> Pred; typedef
245 static inline bool apply(Pred const& p, Value const&, Indexable const& i) in apply()
255 typedef predicates::spatial_predicate<Geometry, Tag, true> Pred; typedef
258 static inline bool apply(Pred const& p, Value const&, Indexable const& i) in apply()
318 typedef predicates::spatial_predicate<Geometry, Tag, false> Pred; typedef
321 static inline bool apply(Pred const& p, Value const&, Indexable const& i) in apply()
331 typedef predicates::spatial_predicate<Geometry, predicates::contains_tag, false> Pred; typedef
334 static inline bool apply(Pred const& p, Value const&, Indexable const& i) in apply()
344 typedef predicates::spatial_predicate<Geometry, predicates::covers_tag, false> Pred; typedef
347 static inline bool apply(Pred const& p, Value const&, Indexable const& i) in apply()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/fusion/view/filter_view/
H A Dfilter_view_iterator.hpp34 template <typename Category, typename First, typename Last, typename Pred>
35 struct filter_iterator : iterator_base<filter_iterator<Category, First, Last, Pred> >
49 typename mpl::lambda<Pred>::type
56 typedef Pred pred_type;
73 template <typename Category, typename First, typename Last, typename Pred>
74 struct iterator_traits< ::boost::fusion::filter_iterator<Category, First, Last, Pred> >
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/fusion/algorithm/transformation/
H A Dfilter_if.hpp17 template <typename Sequence, typename Pred>
20 typedef filter_view<Sequence, Pred> type;
24 template <typename Pred, typename Sequence>
26 inline typename result_of::filter_if<Sequence const, Pred>::type
29 return filter_view<Sequence const, Pred>(seq); in filter_if()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/relate/
H A Dfollow_helpers.hpp44 template <typename TurnIt, typename Pred>
47 Pred & pred) in apply()
59 template <typename TurnIt, typename Pred>
62 Pred & pred) in apply()
70 template <typename Pred>
72 Pred & pred) in for_empty()
89 template <typename TurnIt, typename Pred>
92 Pred & pred) in for_turns()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/ext/pb_ds/detail/rc_binomial_heap_/
H A Drc_binomial_heap_.hpp117 template<typename Pred>
119 erase_if(Pred);
121 template<typename Pred>
123 split(Pred, PB_DS_CLASS_C_DEC&);
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/ext/pb_ds/detail/rc_binomial_heap_/
H A Drc_binomial_heap_.hpp117 template<typename Pred>
119 erase_if(Pred);
121 template<typename Pred>
123 split(Pred, PB_DS_CLASS_C_DEC&);
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/ext/
H A Dhash_set21 template <class Value, class Hash = hash<Value>, class Pred = equal_to<Value>,
30 typedef Pred key_equal;
93 template <class Value, class Hash, class Pred, class Alloc>
94 void swap(hash_set<Value, Hash, Pred, Alloc>& x,
95 hash_set<Value, Hash, Pred, Alloc>& y);
97 template <class Value, class Hash, class Pred, class Alloc>
99 operator==(const hash_set<Value, Hash, Pred, Alloc>& x,
100 const hash_set<Value, Hash, Pred, Alloc>& y);
102 template <class Value, class Hash, class Pred, class Alloc>
104 operator!=(const hash_set<Value, Hash, Pred, Alloc>& x,
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/ext/
H A Dhash_set21 template <class Value, class Hash = hash<Value>, class Pred = equal_to<Value>,
30 typedef Pred key_equal;
93 template <class Value, class Hash, class Pred, class Alloc>
94 void swap(hash_set<Value, Hash, Pred, Alloc>& x,
95 hash_set<Value, Hash, Pred, Alloc>& y);
97 template <class Value, class Hash, class Pred, class Alloc>
99 operator==(const hash_set<Value, Hash, Pred, Alloc>& x,
100 const hash_set<Value, Hash, Pred, Alloc>& y);
102 template <class Value, class Hash, class Pred, class Alloc>
104 operator!=(const hash_set<Value, Hash, Pred, Alloc>& x,
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/ext/pb_ds/detail/pairing_heap_/
H A Dpairing_heap_.hpp128 template<typename Pred>
130 erase_if(Pred);
132 template<typename Pred>
134 split(Pred, pairing_heap&);
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/ext/pb_ds/detail/pairing_heap_/
H A Dpairing_heap_.hpp128 template<typename Pred>
130 erase_if(Pred);
132 template<typename Pred>
134 split(Pred, pairing_heap&);
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/experimental/
H A Dunordered_set22 template <class T, class Hash = hash<T>, class Pred = equal_to<T>>
23 using unordered_set = std::unordered_set<T, Hash, Pred,
26 template <class T, class Hash = hash<T>, class Pred = equal_to<T>>
27 using unordered_multiset = std::unordered_multiset<T, Hash, Pred,
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/ext/pb_ds/detail/binomial_heap_base_/
H A Dbinomial_heap_base_.hpp126 template<typename Pred>
128 erase_if(Pred);
130 template<typename Pred>
132 split(Pred, PB_DS_CLASS_C_DEC&);

12345