Searched defs:callable_eval (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/proto/include/boost/proto/context/detail/preprocessed/ |
D | callable_eval.hpp | 44 struct callable_eval<Expr, Context, 1> struct 46 typedef typename proto::result_of::child_c< Expr const &, 0>::type child0; 54 result_type; 58 result_type operator ()(Expr &expr, Context &context) const in operator ()() 103 struct callable_eval<Expr, Context, 2> struct 105 …onst &, 0>::type child0; typedef typename proto::result_of::child_c< Expr const &, 1>::type child1; 113 result_type; 117 result_type operator ()(Expr &expr, Context &context) const in operator ()() 162 struct callable_eval<Expr, Context, 3> struct 164 … proto::result_of::child_c< Expr const &, 1>::type child1; typedef typename proto::result_of::chil… [all …]
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/proto/include/boost/proto/context/ |
D | callable.hpp | 95 struct callable_eval struct 111 struct callable_eval<Expr, Context, 0> struct 113 typedef typename proto::result_of::value<Expr const &>::type value_type; 119 result_type; 124 result_type operator ()(Expr &expr, Context &context) const in operator ()()
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/proto/include/boost/proto/context/detail/ |
D | callable_eval.hpp | 85 struct callable_eval<Expr, Context, N> struct 96 result_type; 101 result_type operator ()(Expr &expr, Context &context) const in operator ()()
|