Home
last modified time | relevance | path

Searched defs:catch_push_back (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/phoenix/include/boost/phoenix/statement/detail/preprocessed/
Dcatch_push_back_50.hpp16 struct catch_push_back<TryCatch, Exception, Capture, Expr, 2> struct
49 struct catch_push_back<TryCatch, Exception, void, Expr, 2> argument
58 catch_expr;
61 , catch_expr> gen_type;
62 typedef typename gen_type::type type;
64 make( in make()
117 struct catch_push_back<TryCatch, Exception, Capture, Expr, 3> struct
150 struct catch_push_back<TryCatch, Exception, void, Expr, 3> argument
159 catch_expr;
162 , catch_expr> gen_type;
[all …]
Dcatch_push_back_30.hpp16 struct catch_push_back<TryCatch, Exception, Capture, Expr, 2> struct
49 struct catch_push_back<TryCatch, Exception, void, Expr, 2> struct
58 catch_expr;
61 , catch_expr> gen_type;
62 typedef typename gen_type::type type;
64 make( in make()
117 struct catch_push_back<TryCatch, Exception, Capture, Expr, 3> struct
150 struct catch_push_back<TryCatch, Exception, void, Expr, 3> argument
159 catch_expr;
162 , catch_expr> gen_type;
[all …]
Dcatch_push_back_40.hpp16 struct catch_push_back<TryCatch, Exception, Capture, Expr, 2> struct
49 struct catch_push_back<TryCatch, Exception, void, Expr, 2> argument
58 catch_expr;
61 , catch_expr> gen_type;
62 typedef typename gen_type::type type;
64 make( in make()
117 struct catch_push_back<TryCatch, Exception, Capture, Expr, 3> struct
150 struct catch_push_back<TryCatch, Exception, void, Expr, 3> argument
159 catch_expr;
162 , catch_expr> gen_type;
[all …]
Dcatch_push_back_20.hpp16 struct catch_push_back<TryCatch, Exception, Capture, Expr, 2> struct
49 struct catch_push_back<TryCatch, Exception, void, Expr, 2> argument
58 catch_expr;
61 , catch_expr> gen_type;
62 typedef typename gen_type::type type;
64 make( in make()
117 struct catch_push_back<TryCatch, Exception, Capture, Expr, 3> struct
150 struct catch_push_back<TryCatch, Exception, void, Expr, 3> argument
159 catch_expr;
162 , catch_expr> gen_type;
[all …]
Dcatch_push_back_10.hpp16 struct catch_push_back<TryCatch, Exception, Capture, Expr, 2> struct
49 struct catch_push_back<TryCatch, Exception, void, Expr, 2> argument
58 catch_expr;
61 , catch_expr> gen_type;
62 typedef typename gen_type::type type;
64 make( in make()
117 struct catch_push_back<TryCatch, Exception, Capture, Expr, 3> struct
150 struct catch_push_back<TryCatch, Exception, void, Expr, 3> argument
159 catch_expr;
162 , catch_expr> gen_type;
[all …]
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/phoenix/include/boost/phoenix/statement/detail/
Dcatch_push_back.hpp58 struct catch_push_back<TryCatch, Exception, Capture, Expr, BOOST_PHOENIX_ITERATION> struct
68 catch_expr;
72 , catch_expr> gen_type;
73 typedef typename gen_type::type type;
98 struct catch_push_back<TryCatch, Exception, void, Expr, BOOST_PHOENIX_ITERATION> argument
107 catch_expr;
111 , catch_expr> gen_type;
112 typedef typename gen_type::type type;
115 make( in make()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/phoenix/include/boost/phoenix/statement/
Dtry_catch.hpp277 struct catch_push_back<TryCatch, Exception, Capture, Expr, 1> struct
287 catch_expr;
294 gen_type;
295 typedef typename gen_type::type type;
297 … static type make(TryCatch const & try_catch, Capture const & capture, Expr const & catch_) in make()
311 struct catch_push_back<TryCatch, Exception, void, Expr, 1> struct
320 catch_expr;
327 gen_type;
328 typedef typename gen_type::type type;
330 static type make(TryCatch const & try_catch, Expr const & catch_) in make()