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 D | cons_iterator.hpp | 22 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 D | nil.hpp | 24 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 D | cons_fwd.hpp | 13 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 D | segmented_equal_to.hpp | 17 struct nil_; 36 struct segmented_equal_to<fusion::nil_, fusion::nil_>
|
| H A D | segmented_iterator.hpp | 23 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 D | end_impl.hpp | 17 struct nil_; 39 typename mpl::if_<is_const<Sequence>, nil_ const, nil_>::type>
|
| H A D | reverse_cons.hpp | 16 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 D | build_cons.hpp | 28 typedef nil_ type; 31 static nil_ 34 return nil_(); in call()
|
| H A D | empty_impl.hpp | 18 struct nil_; 33 : boost::is_convertible<Sequence, nil_>
|
| H A D | begin_impl.hpp | 17 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 D | segmented_fold_until.hpp | 31 , 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 D | info.hpp | 31 struct nil_ {}; struct 35 nil_ 44 : tag(tag_), value(nil_()) {} in info() 81 void operator()(info::nil_) const in operator ()()
|
| H A D | context.hpp | 101 : attributes(attribute, fusion::nil_()), locals() {} in context()
|
| H A D | make_component.hpp | 261 , 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 D | segmented_begin.hpp | 26 template <typename Sequence, typename Nil_ = fusion::nil_>
|
| H A D | segmented_end.hpp | 22 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 D | make_cons.hpp | 45 template <typename Car, typename Cdr = fusion::nil_>
|