Searched defs:make_lazy (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/support/ |
D | terminal.hpp | 96 struct make_lazy<F, A0> struct 106 result_type; 107 typedef result_type type; 110 operator()(F f, A0 const& _0_) const in operator ()() 121 struct make_lazy<F, A0, A1> struct 131 result_type; 132 typedef result_type type; 135 operator()(F f, A0 const& _0_, A1 const& _1_) const in operator ()() 146 struct make_lazy<F, A0, A1, A2> struct 156 result_type; [all …]
|
/aosp_15_r20/external/skia/tests/ |
H A D | ResourceAllocatorTest.cpp | 145 static sk_sp<GrSurfaceProxy> make_lazy(GrProxyProvider* proxyProvider, const GrCaps* caps, in make_lazy() function
|