Home
last modified time | relevance | path

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

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/phoenix/include/boost/phoenix/core/
Denvironment.hpp34 struct make_context struct
123 struct make_context struct
226 make_context(Env const& env, Actions const& actions) in make_context() function
243 make_context(Env & env, Actions const& actions) in make_context() function
260 make_context(Env const& env, Actions & actions) in make_context() function
277 make_context(Env & env, Actions & actions) in make_context() function
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/qi/
Dparse.hpp55 struct make_context struct
57 typedef context<fusion::cons<T&>, locals<> > type;
61 struct make_context<unused_type> struct
63 typedef unused_type type;
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/karma/
Dgenerate.hpp43 struct make_context struct
45 typedef context<fusion::cons<T const&>, locals<> > type;
49 struct make_context<unused_type> struct
51 typedef unused_type type;
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/x3/support/
Dcontext.hpp67 inline context<ID, T, Next> make_context(T& val, Next const& next) in make_context() function
73 inline context<ID, T> make_context(T& val) in make_context() function
/aosp_15_r20/bionic/libc/dns/net/
H A Dgethnamaddr.c1562 static struct android_net_context make_context(unsigned netid, unsigned mark) { in make_context() function
/aosp_15_r20/external/skia/tests/
H A DImageFilterTest.cpp298 static skif::Context make_context(const SkIRect& out, const SkSpecialImage* src) { in make_context() function
314 static skif::Context make_context(int outWidth, int outHeight, const SkSpecialImage* src) { in make_context() function
/aosp_15_r20/external/OpenCL-CLHPP/tests/
H A Dtest_openclhpp.cpp28 static inline cl_context make_context(int index) in make_context() function
524 MAKE_MOVE_TESTS(Context, make_context, clReleaseContext, contextPool) in MAKE_MOVE_TESTS() argument