Home
last modified time | relevance | path

Searched defs:make_cons (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/support/detail/
Dmake_cons.hpp44 struct make_cons struct
46 … as_meta_element<Car>::type car_type; typedef typename fusion::cons<car_type, Cdr> type;
52 make_cons(Car const& car, Cdr const& cdr) in make_cons() function
61 make_cons(Car const& car) in make_cons() function
74 make_cons(Car& car, typename enable_if<is_function<Car> >::type* = 0) in make_cons() function
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/fusion/include/boost/fusion/container/generation/
Dmake_cons.hpp22 struct make_cons struct
24 typedef cons<typename detail::as_fusion_element<Car>::type, Cdr> type;
31 make_cons(Car const& car) in make_cons() function
39 make_cons(Car const& car, Cdr const& cdr) in make_cons() function