Home
last modified time | relevance | path

Searched defs:child_c (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/proto/include/boost/proto/detail/preprocessed/
Dtraits.hpp17 struct child_c<Expr, 0> struct
23 typedef typename Expr::proto_child0 value_type;
29 typedef typename detail::expr_traits<typename Expr::proto_child0>::value_type type;
32 struct child_c<Expr &, 0> struct
38 typedef typename Expr::proto_child0 value_type;
44 typedef typename detail::expr_traits<typename Expr::proto_child0>::reference type;
48 static type call(Expr &e) in call()
54 struct child_c<Expr const &, 0> struct
60 typedef typename Expr::proto_child0 value_type;
66 … typedef typename detail::expr_traits<typename Expr::proto_child0>::const_reference type;
[all …]
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/proto/include/boost/proto/detail/
Dtraits.hpp149 struct child_c<Expr, N> struct
156 typedef typename Expr::BOOST_PP_CAT(proto_child, N) value_type;
163 …typedef typename detail::expr_traits<typename Expr::BOOST_PP_CAT(proto_child, N)>::value_type type;
167 struct child_c<Expr &, N> struct
174 typedef typename Expr::BOOST_PP_CAT(proto_child, N) value_type;
181 … typedef typename detail::expr_traits<typename Expr::BOOST_PP_CAT(proto_child, N)>::reference type;
186 static type call(Expr &e) in call()
193 struct child_c<Expr const &, N> struct
200 typedef typename Expr::BOOST_PP_CAT(proto_child, N) value_type;
207 …ef typename detail::expr_traits<typename Expr::BOOST_PP_CAT(proto_child, N)>::const_reference type;
[all …]
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/proto/include/boost/proto/
Dtraits.hpp739 struct child_c struct
747 struct result<This(Expr)>
761 operator ()(Expr &e) const in operator ()()
771 operator ()(Expr const &e) const in operator ()()
1122 child_c(Expr &e BOOST_PROTO_DISABLE_IF_IS_CONST(Expr)) in child_c() function
1132 child_c(Expr const &e) in child_c() function