Searched defs:make_lazy (Results 1 – 6 of 6) sorted by relevance
/third_party/boost/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 …]
|
/third_party/boost/boost/ptr_container/ |
D | indirect_fun.hpp | 39 struct make_lazy struct 41 typedef typename Type::type type;
|
/third_party/boost/boost/hana/fwd/ |
D | lazy.hpp | 121 constexpr auto make_lazy = make<lazy_tag>; variable
|
/third_party/boost/libs/hana/include/boost/hana/fwd/ |
D | lazy.hpp | 121 constexpr auto make_lazy = make<lazy_tag>; variable
|
/third_party/flutter/skia/tests/ |
D | ResourceAllocatorTest.cpp | 271 sk_sp<GrSurfaceProxy> make_lazy(GrProxyProvider* proxyProvider, const GrCaps* caps, in make_lazy() function
|
/third_party/skia/tests/ |
D | ResourceAllocatorTest.cpp | 105 static sk_sp<GrSurfaceProxy> make_lazy(GrProxyProvider* proxyProvider, const GrCaps* caps, in make_lazy() function
|