| /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 | for_each_range.hpp | 37 namespace detail { namespace for_each namespace 112 : detail::for_each::fe_range_range<Linestring, Actor> 118 : detail::for_each::fe_range_range<Ring, Actor> 124 : detail::for_each::fe_range_polygon<Polygon, Actor> 130 : detail::for_each::fe_range_box<Box, Actor> 136 : detail::for_each::fe_range_range<MultiPoint, Actor> 142 : detail::for_each::fe_range_multi 146 detail::for_each::fe_range_range 161 : detail::for_each::fe_range_multi 165 detail::for_each::fe_range_polygon
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/ |
| H A D | for_each.hpp | 51 namespace detail { namespace for_each namespace 231 : detail::for_each::fe_point_per_point 237 : detail::for_each::fe_range_per_point 243 : detail::for_each::fe_range_per_point 249 : detail::for_each::fe_polygon_per_point 263 : detail::for_each::fe_point_per_segment 269 : detail::for_each::fe_range_per_segment 275 : detail::for_each::fe_range_per_segment 281 : detail::for_each::fe_polygon_per_segment 287 : detail::for_each::for_each_multi [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/fusion/algorithm/iteration/ |
| H A D | for_each.hpp | 23 struct for_each struct 36 for_each(Sequence& seq, F const& f) in for_each() function 38 detail::for_each(seq, f, typename traits::is_segmented<Sequence>::type()); in for_each() 48 for_each(Sequence const& seq, F const& f) in for_each() function 50 detail::for_each(seq, f, typename traits::is_segmented<Sequence>::type()); in for_each()
|
| H A D | for_each_fwd.hpp | 19 struct for_each; 29 for_each(Sequence& seq, F const& f); 38 for_each(Sequence const& seq, F const& f);
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/iostreams/ |
| H A D | pipeline.hpp | 66 void for_each(Fn fn) const { fn(component_); } in for_each() function in boost::iostreams::detail::pipeline_segment 86 void for_each(Fn fn) const in for_each() function 88 Pipeline::for_each(fn); in for_each()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/qi/string/detail/ |
| H A D | tst.hpp | 192 for_each(tst_node* p, std::basic_string<Char> prefix, F f) in for_each() function 196 for_each(p->lt, prefix, f); in for_each() 198 for_each(p->eq, s, f); in for_each() 201 for_each(p->gt, prefix, f); in for_each()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/phoenix/core/ |
| H A D | visit_each.hpp | 39 fusion::for_each(a, detail::visit_each_impl<Visitor>(visitor)); in visit_each() 45 fusion::for_each(a, detail::visit_each_impl<Visitor>(visitor)); in visit_each()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/fusion/algorithm/iteration/detail/ |
| H A D | segmented_for_each.hpp | 37 fusion::for_each(seq, fun.fun); in call() 46 for_each(Sequence& seq, F const& f, mpl::true_) // segmented implementation in for_each() function
|
| H A D | for_each.hpp | 141 for_each(Sequence& seq, F const& f, mpl::false_) // unsegmented implementation in for_each() function
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/aiq_core/ |
| H A D | tree_node.h | 41 std::for_each(this->children_.begin(), this->children_.end(), in TreeNode() 49 std::for_each(this->children_.begin(), this->children_.end(),
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/qi/string/ |
| H A D | tst.hpp | 89 void for_each(F f) const in for_each() function 91 node::for_each(root, std::basic_string<Char>(), f); in for_each()
|
| H A D | symbols.hpp | 203 void for_each(F f) const in for_each() function 205 lookup->for_each(f); in for_each()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/fusion/sequence/intrinsic/ |
| H A D | swap.hpp | 60 for_each(zip_view<references>(references(lhs, rhs)), detail::swap()); in swap()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/qi/operator/ |
| H A D | alternative.hpp | 86 fusion::for_each(elements, in what()
|
| H A D | sequential_or.hpp | 87 fusion::for_each(elements, in what()
|
| H A D | permutation.hpp | 106 fusion::for_each(elements, in what()
|
| H A D | sequence_base.hpp | 131 fusion::for_each(elements, in what()
|
| /OK3568_Linux_fs/kernel/scripts/coccinelle/iterators/ |
| H A D | for_each_child.cocci | 2 // Adds missing of_node_put() before return/break/goto statement within a for_each iterator for chi… 3 //# False positives can be due to function calls within the for_each
|
| /OK3568_Linux_fs/kernel/ |
| H A D | .clang-format | 68 # git grep -h '^#define [^[:space:]]*for_each[^[:space:]]*(' include/ \ 69 # | sed "s,^#define \([^[:space:]]*for_each[^[:space:]]*\)(.*$, - '\1'," \
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/proto/ |
| H A D | debug.hpp | 155 fusion::for_each(expr, display); in impl()
|
| /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/parallel/ |
| H A D | algorithmfwd.h | 213 for_each(_IIter, _IIter, _Function); in _GLIBCXX_VISIBILITY() 217 for_each(_IIter, _IIter, _Function, __gnu_parallel::sequential_tag); in _GLIBCXX_VISIBILITY() 221 for_each(_Iterator, _Iterator, _Function, __gnu_parallel::_Parallelism); in _GLIBCXX_VISIBILITY()
|
| H A D | algo.h | 68 for_each(_IIter __begin, _IIter __end, _Function __f, in _GLIBCXX_VISIBILITY() 70 { return _GLIBCXX_STD_A::for_each(__begin, __end, __f); } in _GLIBCXX_VISIBILITY() 77 { return for_each(__begin, __end, __f, __gnu_parallel::sequential_tag()); } in _GLIBCXX_VISIBILITY() 101 return for_each(__begin, __end, __f, __gnu_parallel::sequential_tag()); in _GLIBCXX_VISIBILITY() 107 for_each(_Iterator __begin, _Iterator __end, _Function __f, in _GLIBCXX_VISIBILITY() 117 for_each(_Iterator __begin, _Iterator __end, _Function __f) in _GLIBCXX_VISIBILITY()
|
| /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/parallel/ |
| H A D | algorithmfwd.h | 213 for_each(_IIter, _IIter, _Function); in _GLIBCXX_VISIBILITY() 217 for_each(_IIter, _IIter, _Function, __gnu_parallel::sequential_tag); in _GLIBCXX_VISIBILITY() 221 for_each(_Iterator, _Iterator, _Function, __gnu_parallel::_Parallelism); in _GLIBCXX_VISIBILITY()
|
| H A D | algo.h | 68 for_each(_IIter __begin, _IIter __end, _Function __f, in _GLIBCXX_VISIBILITY() 70 { return _GLIBCXX_STD_A::for_each(__begin, __end, __f); } in _GLIBCXX_VISIBILITY() 77 { return for_each(__begin, __end, __f, __gnu_parallel::sequential_tag()); } in _GLIBCXX_VISIBILITY() 101 return for_each(__begin, __end, __f, __gnu_parallel::sequential_tag()); in _GLIBCXX_VISIBILITY() 107 for_each(_Iterator __begin, _Iterator __end, _Function __f, in _GLIBCXX_VISIBILITY() 117 for_each(_Iterator __begin, _Iterator __end, _Function __f) in _GLIBCXX_VISIBILITY()
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/aeis/ |
| H A D | remap_backend.cpp | 200 std::for_each(user_buffers_.begin(), user_buffers_.end(), in GetPendingHwResult()
|