Searched defs:as_child (Results 1 – 5 of 5) sorted by relevance
/external/sdv/vsomeip/third_party/boost/proto/include/boost/proto/detail/ |
D | as_expr.hpp | 109 struct as_child<T, Generator, false> struct 112 typedef typename term_traits<T &>::reference reference; 116 typedef proto::expr<proto::tag::terminal, term<reference>, 0> expr_type; 117 typedef typename Generator::template result<Generator(expr_type)>::type result_type; 120 result_type operator()(T &t) const in operator ()() 128 struct as_child<T, Generator, true> struct 131 typedef typename term_traits<T &>::reference reference; 135 typedef proto::basic_expr<proto::tag::terminal, term<reference>, 0> expr_type; 136 typedef typename Generator::template result<Generator(expr_type)>::type result_type; 139 result_type operator()(T &t) const in operator ()() [all …]
|
/external/sdv/vsomeip/third_party/boost/phoenix/include/boost/phoenix/core/ |
D | domain.hpp | 62 struct as_child struct 76 struct as_child struct
|
/external/sdv/vsomeip/third_party/boost/proto/include/boost/proto/ |
D | domain.hpp | 176 struct as_child struct 189 struct as_child<T, typename T::proto_is_expr_, proto::callable> struct 192 typedef T &result_type; 195 result_type operator()(T &e) const in operator ()()
|
D | traits.hpp | 275 struct as_child struct 277 typedef typename Domain::template as_child<T>::result_type type; 694 struct as_child struct 702 struct result<This(T)> 708 struct result<This(T &)> 720 operator ()(T &t) const in operator ()() 730 operator ()(T const &t) const in operator ()() 1023 as_child(T &t BOOST_PROTO_DISABLE_IF_IS_CONST(T) BOOST_PROTO_DISABLE_IF_IS_FUNCTION(T)) in as_child() function 1033 as_child(T const &t) in as_child() function 1043 as_child(T &t BOOST_PROTO_DISABLE_IF_IS_CONST(T) BOOST_PROTO_DISABLE_IF_IS_FUNCTION(T)) in as_child() function [all …]
|
/external/sdv/vsomeip/third_party/boost/proto/example/ |
D | lambda.hpp | 494 struct as_child struct 500 struct as_child<T[N]> struct
|