Home
last modified time | relevance | path

Searched refs:find_if (Results 1 – 25 of 63) sorted by relevance

123

/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.hpp29 struct find_if struct
49 , result_of::find_if<Sequence, Pred>
51 find_if(Sequence& seq) in find_if() function
53 typedef typename result_of::find_if<Sequence, Pred>::filter filter; in find_if()
59 inline typename result_of::find_if<Sequence const, Pred>::type const
60 find_if(Sequence const& seq) in find_if() function
62 typedef typename result_of::find_if<Sequence const, Pred>::filter filter; in find_if()
H A Dfind_if_fwd.hpp20 struct find_if;
28 , result_of::find_if<Sequence, Pred>
30 find_if(Sequence& seq);
34 inline typename result_of::find_if<Sequence const, Pred>::type const
35 find_if(Sequence const& seq);
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/mpl/
H A Dfind_if.hpp26 BOOST_MPL_AUX_COMMON_NAME_WKND(find_if)
32 struct find_if struct
43 BOOST_MPL_AUX_LAMBDA_SUPPORT(2,find_if,(Sequence,Predicate))
46 BOOST_MPL_AUX_NA_SPEC(2,find_if)
H A Dfind.hpp29 : find_if< Sequence,same_as<T> >
/OK3568_Linux_fs/yocto/poky/meta/recipes-kernel/systemtap/systemtap/
H A D0001-gcc12-c-compatibility-re-tweak-for-rhel6-use-functio.patch35 - std::find_if(s.begin(), s.end(),
37 + s.erase(s.begin(), std::find_if(s.begin(), s.end(), not_isspace));
44 - s.erase(std::find_if(s.rbegin(), s.rend(),
46 + s.erase(std::find_if(s.rbegin(), s.rend(), not_isspace).base(), s.end());
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/util/
H A Denum.hpp25 auto it = std::find_if(std::begin(T##_names), std::end(T##_names), \
32 auto it = std::find_if(std::begin(T##_names), std::end(T##_names), \
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/support/detail/
H A Dget_encoding.hpp28 mpl::find_if<
52 mpl::find_if<
/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 Dsegmented_find_if.hpp27 typename result_of::find_if<Sequence, Pred>::type
63 return fusion::make_segmented_iterator(fusion::find_if<Pred>(seq), context); in call_impl()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/fusion/view/zip_view/detail/
H A Ddistance_impl.hpp33 typedef typename result_of::find_if<
51 typedef typename result_of::find_if<
H A Dequal_to_impl.hpp41 … typedef typename mpl::find_if<transformed, mpl::equal_to<mpl::_, mpl::false_> >::type found;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/qi/detail/
H A Dalternative_function.hpp34 mpl::find_if<types, is_same<mpl::_1, Expected> >::type
40 mpl::find_if<types, traits::is_substitute<mpl::_1, Expected> >,
H A Dpass_container.hpp76 typedef typename mpl::find_if<
92 typedef typename mpl::find_if<
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/support/
H A Dhas_semantic_action.hpp39 typename mpl::find_if<
H A Dhandles_container.hpp47 typename mpl::find_if<
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/
H A Dtoken_functions.hpp116 return std::find_if(escape_.begin(),escape_.end(),f)!=escape_.end(); in is_escape()
120 return std::find_if(c_.begin(),c_.end(),f)!=c_.end(); in is_c()
124 return std::find_if(quote_.begin(),quote_.end(),f)!=quote_.end(); in is_quote()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/variant/detail/
H A Delement_index.hpp36 boost::mpl::find_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 Dnum_distinct_consecutive_points.hpp63 iterator next = std::find_if(current, in apply()
/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.hpp262 point_iterator entry_it = std::find_if(m_other_entry_points.begin(), in exit()
291 || std::find_if(m_other_entry_points.begin(), in is_outside()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/variant/
H A Dvariant.hpp232 typedef typename boost::mpl::find_if<
249 typedef typename boost::mpl::find_if<
282 typename boost::mpl::find_if<
293 typename boost::mpl::find_if<
1670 typedef typename mpl::find_if< in convert_construct_variant()
1698 typedef typename mpl::find_if< in convert_construct_variant()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/support/nonterminal/
H A Dextract_param.hpp46 typedef typename mpl::find_if<Types, Pred>::type pos;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/fusion/view/zip_view/
H A Dzip_view.hpp49 …: fusion::result_of::equal_to<typename fusion::result_of::find_if<Sequences, mpl::not_<is_referenc…
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/is_valid/
H A Dhas_spikes.hpp92 return std::find_if(second, last, not_equal(*first)); in find_different_from_first()
/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 Dfind_selectors.h75 { return std::make_pair(find_if(__begin1, __end1, __pred, in _M_sequential_algorithm()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/container/detail/
H A Dalgorithm.hpp111 InputIt find_if(InputIt first, InputIt last, UnaryPredicate p) in find_if() function
/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 Dfind_selectors.h75 { return std::make_pair(find_if(__begin1, __end1, __pred, in _M_sequential_algorithm()

123