Home
last modified time | relevance | path

Searched defs:make_lazy (Results 1 – 6 of 6) sorted by relevance

/third_party/boost/boost/spirit/home/support/
Dterminal.hpp96 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/
Dindirect_fun.hpp39 struct make_lazy struct
41 typedef typename Type::type type;
/third_party/boost/boost/hana/fwd/
Dlazy.hpp121 constexpr auto make_lazy = make<lazy_tag>; variable
/third_party/boost/libs/hana/include/boost/hana/fwd/
Dlazy.hpp121 constexpr auto make_lazy = make<lazy_tag>; variable
/third_party/flutter/skia/tests/
DResourceAllocatorTest.cpp271 sk_sp<GrSurfaceProxy> make_lazy(GrProxyProvider* proxyProvider, const GrCaps* caps, in make_lazy() function
/third_party/skia/tests/
DResourceAllocatorTest.cpp105 static sk_sp<GrSurfaceProxy> make_lazy(GrProxyProvider* proxyProvider, const GrCaps* caps, in make_lazy() function