Home
last modified time | relevance | path

Searched refs:nil_ (Results 1 – 17 of 17) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/fusion/container/list/
H A Dcons_iterator.hpp22 struct nil_;
29 template <typename Cons = nil_>
54 typedef nil_ cons_type;
56 add_const<nil_>::type>
62 explicit nil_iterator(nil_ const&) BOOST_NOEXCEPT {} in nil_iterator()
66 struct cons_iterator<nil_> : nil_iterator
71 explicit cons_iterator(nil_ const&) BOOST_NOEXCEPT {} in cons_iterator()
75 struct cons_iterator<nil_ const> : nil_iterator
80 explicit cons_iterator(nil_ const&) BOOST_NOEXCEPT {} in cons_iterator()
89 explicit cons_iterator(nil_ const&) BOOST_NOEXCEPT {}
[all …]
H A Dnil.hpp24 struct nil_ : sequence_base<nil_> struct
35 nil_() BOOST_NOEXCEPT {} in nil_() argument
39 nil_(Iterator const& /*iter*/, mpl::true_ /*this_is_an_iterator*/) BOOST_NOEXCEPT in nil_() function
H A Dcons_fwd.hpp13 struct nil_;
15 typedef nil_ nil;
18 template <typename Car, typename Cdr = nil_>
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/fusion/iterator/detail/
H A Dsegmented_equal_to.hpp17 struct nil_;
36 struct segmented_equal_to<fusion::nil_, fusion::nil_>
H A Dsegmented_iterator.hpp23 struct nil_;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/fusion/container/list/detail/
H A Dend_impl.hpp17 struct nil_;
39 typename mpl::if_<is_const<Sequence>, nil_ const, nil_>::type>
H A Dreverse_cons.hpp16 template<typename Cons, typename State = nil_>
34 struct reverse_cons<nil_, State>
39 static State const &call(nil_ const &, State const &state = State()) in call()
H A Dbuild_cons.hpp28 typedef nil_ type;
31 static nil_
34 return nil_(); in call()
H A Dempty_impl.hpp18 struct nil_;
33 : boost::is_convertible<Sequence, nil_>
H A Dbegin_impl.hpp17 struct nil_;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/fusion/support/
H A Dsegmented_fold_until.hpp31 , fusion::nil_
55 return filter::call(seq, state, fusion::nil_(), fun); in segmented_fold_until()
67 return filter::call(seq, state, fusion::nil_(), fun); in segmented_fold_until()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/support/
H A Dinfo.hpp31 struct nil_ {}; struct
35 nil_
44 : tag(tag_), value(nil_()) {} in info()
81 void operator()(info::nil_) const in operator ()()
H A Dcontext.hpp101 : attributes(attribute, fusion::nil_()), locals() {} in context()
H A Dmake_component.hpp261 , proto::make<fusion::nil_>
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/fusion/sequence/intrinsic/detail/
H A Dsegmented_begin.hpp26 template <typename Sequence, typename Nil_ = fusion::nil_>
H A Dsegmented_end.hpp22 template <typename Sequence, typename Nil_ = fusion::nil_>
/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 Dmake_cons.hpp45 template <typename Car, typename Cdr = fusion::nil_>