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/ |
D | environment.hpp | 34 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/ |
D | parse.hpp | 55 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/ |
D | generate.hpp | 43 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/ |
D | context.hpp | 67 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 D | gethnamaddr.c | 1562 static struct android_net_context make_context(unsigned netid, unsigned mark) { in make_context() function
|
/aosp_15_r20/external/skia/tests/ |
H A D | ImageFilterTest.cpp | 298 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 D | test_openclhpp.cpp | 28 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
|