Home
last modified time | relevance | path

Searched refs:for_each (Results 1 – 25 of 49) sorted by relevance

12

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/
H A Dfor_each_range.hpp37 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 Dfor_each.hpp51 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 Dfor_each.hpp23 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 Dfor_each_fwd.hpp19 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 Dpipeline.hpp66 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 Dtst.hpp192 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 Dvisit_each.hpp39 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 Dsegmented_for_each.hpp37 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 Dfor_each.hpp141 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 Dtree_node.h41 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 Dtst.hpp89 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 Dsymbols.hpp203 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 Dswap.hpp60 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 Dalternative.hpp86 fusion::for_each(elements, in what()
H A Dsequential_or.hpp87 fusion::for_each(elements, in what()
H A Dpermutation.hpp106 fusion::for_each(elements, in what()
H A Dsequence_base.hpp131 fusion::for_each(elements, in what()
/OK3568_Linux_fs/kernel/scripts/coccinelle/iterators/
H A Dfor_each_child.cocci2 // 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-format68 # 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 Ddebug.hpp155 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 Dalgorithmfwd.h213 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 Dalgo.h68 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 Dalgorithmfwd.h213 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 Dalgo.h68 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 Dremap_backend.cpp200 std::for_each(user_buffers_.begin(), user_buffers_.end(), in GetPendingHwResult()

12