/third_party/boost/boost/fusion/container/list/ |
D | cons_iterator.hpp | 22 struct nil_; 29 template <typename Cons = nil_> 53 typedef nil_ cons_type; 55 add_const<nil_>::type> 61 explicit nil_iterator(nil_ const&) BOOST_NOEXCEPT {} in nil_iterator() 65 struct cons_iterator<nil_> : nil_iterator 70 explicit cons_iterator(nil_ const&) BOOST_NOEXCEPT {} in cons_iterator() 74 struct cons_iterator<nil_ const> : nil_iterator 79 explicit cons_iterator(nil_ const&) BOOST_NOEXCEPT {} in cons_iterator() 88 explicit cons_iterator(nil_ const&) BOOST_NOEXCEPT {} [all …]
|
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_() argument
|
D | cons_fwd.hpp | 13 struct nil_; 15 typedef nil_ nil; 18 template <typename Car, typename Cdr = nil_>
|
D | list.hpp | 28 struct nil_;
|
/third_party/boost/boost/fusion/iterator/detail/ |
D | segmented_equal_to.hpp | 17 struct nil_; 36 struct segmented_equal_to<fusion::nil_, fusion::nil_>
|
D | segmented_iterator.hpp | 23 struct nil_;
|
/third_party/boost/boost/fusion/container/list/detail/ |
D | end_impl.hpp | 17 struct nil_; 39 typename mpl::if_<is_const<Sequence>, nil_ const, nil_>::type>
|
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()
|
D | build_cons.hpp | 28 typedef nil_ type; 31 static nil_ 34 return nil_(); in call()
|
D | empty_impl.hpp | 18 struct nil_; 33 : boost::is_convertible<Sequence, nil_>
|
D | begin_impl.hpp | 17 struct nil_;
|
D | list_to_cons.hpp | 35 typedef nil_ type;
|
/third_party/boost/libs/spirit/example/support/utree/ |
D | sexpr_generator.hpp | 71 nil_; member 93 start = nil_ in generator() 113 nil_ = karma::attr_cast(lit("nil")); in generator() 121 nil_.name("nil"); in generator()
|
D | sexpr_parser.hpp | 167 nil_; member 214 atom = nil_ in parser() 222 nil_ = qi::attr_cast(lit("nil")); in parser() 237 nil_.name("nil"); in parser()
|
/third_party/boost/boost/fusion/support/ |
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()
|
/third_party/boost/boost/spirit/home/support/ |
D | info.hpp | 31 struct nil_ {}; struct 35 nil_ 44 : tag(tag_), value(nil_()) {} in info() 81 void operator()(info::nil_) const in operator ()()
|
/third_party/boost/boost/fusion/container/generation/ |
D | cons_tie.hpp | 15 struct nil_; 19 template <typename Car, typename Cdr = nil_>
|
D | make_cons.hpp | 17 struct nil_; 21 template <typename Car, typename Cdr = nil_>
|
/third_party/boost/boost/fusion/container/list/detail/cpp03/ |
D | list_to_cons.hpp | 22 struct nil_; 65 typedef nil_ type;
|
D | list.hpp | 40 struct nil_;
|
/third_party/boost/libs/variant/test/ |
D | overload_selection.cpp | 162 struct nil_ {}; struct 166 nil_ 198 v3 = nil_(); in test_on_incomplete_types()
|
/third_party/boost/boost/accumulators/framework/ |
D | depends_on.hpp | 226 typedef fusion::nil_ type; 229 static fusion::nil_ 232 return fusion::nil_(); in call()
|
/third_party/boost/boost/fusion/sequence/intrinsic/detail/ |
D | segmented_end.hpp | 22 template <typename Sequence, typename Nil_ = fusion::nil_>
|
D | segmented_begin.hpp | 26 template <typename Sequence, typename Nil_ = fusion::nil_>
|
/third_party/boost/boost/spirit/home/support/detail/ |
D | make_cons.hpp | 43 template <typename Car, typename Cdr = fusion::nil_>
|