| /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 D | find_if.hpp | 30 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 D | segmented_find_if.hpp | 20 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 D | any_if.hpp | 44 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 D | any_if_ns.hpp | 33 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 D | assert.hpp | 140 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 D | entry_pred.hpp | 49 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 D | binary_heap_.hpp | 177 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 D | erase_fn_imps.hpp | 100 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 D | entry_pred.hpp | 49 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 D | binary_heap_.hpp | 177 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 D | erase_fn_imps.hpp | 100 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 D | find_if.hpp | 28 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 D | find_if_fwd.hpp | 19 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 D | predicates.hpp | 242 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 D | filter_view_iterator.hpp | 34 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 D | filter_if.hpp | 17 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 D | follow_helpers.hpp | 44 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 D | rc_binomial_heap_.hpp | 117 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 D | rc_binomial_heap_.hpp | 117 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 D | hash_set | 21 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 D | hash_set | 21 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 D | pairing_heap_.hpp | 128 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 D | pairing_heap_.hpp | 128 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 D | unordered_set | 22 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 D | binomial_heap_base_.hpp | 126 template<typename Pred> 128 erase_if(Pred); 130 template<typename Pred> 132 split(Pred, PB_DS_CLASS_C_DEC&);
|