/third_party/skia/third_party/externals/tint/src/utils/ |
D | defer.h | 27 class Defer { 31 explicit Defer(F&& f) : f_(std::move(f)) {} in Defer() function 34 Defer(Defer&&) = default; 38 ~Defer() { f_(); } in ~Defer() 41 Defer(const Defer&) = delete; 42 Defer& operator=(const Defer&) = delete; 50 inline Defer<F> MakeDefer(F&& f) { in MakeDefer() 51 return Defer<F>(std::forward<F>(f)); in MakeDefer()
|
/third_party/mindspore/mindspore/core/mindrt/include/async/ |
D | defer.h | 37 friend Deferred<void()> Defer(const AID &aid, void (T::*method)()); 40 friend Deferred<Future<R>()> Defer(const AID &aid, Future<R> (T::*method)()); 43 friend Deferred<Future<R>()> Defer(const AID &aid, R (T::*method)()); 231 friend DeferredHelper<G> Defer(const AID &aid, G &&g); 240 internal::DeferredHelper<F> Defer(const AID &aid, F &&f) { in Defer() function 245 Deferred<void()> Defer(const AID &aid, void (T::*method)()) { in Defer() function 250 Deferred<Future<R>()> Defer(const AID &aid, Future<R> (T::*method)()) { in Defer() function 255 Deferred<Future<R>()> Defer(const AID &aid, R (T::*method)()) { in Defer() function 260 auto Defer(T *t, void (T::*method)(Args0...), Args1 &&... args) 273 auto Defer(std::shared_ptr<T> t, void (T::*method)(Args0...), Args1 &&... args) [all …]
|
D | collect.h | 98 iter->OnComplete(Defer(collect, &Collected<T>::Waited, std::placeholders::_1)); in Collect() 102 future.OnComplete(Defer(collect, &Collected<T>::Discarded)); in Collect()
|
/third_party/skia/third_party/externals/swiftshader/third_party/marl/src/ |
D | defer_bench.cpp | 21 static void Defer(benchmark::State& state) { in Defer() function 27 BENCHMARK(Defer);
|
D | defer_test.cpp | 19 TEST_F(WithoutBoundScheduler, Defer) { in TEST_F() argument
|
/third_party/nghttp2/src/ |
D | template.h | 64 template <typename F, typename... T> struct Defer { struct 65 Defer(F &&f, T &&... t) in Defer() argument 67 Defer(Defer &&o) noexcept : f(std::move(o.f)) {} in Defer() function 68 ~Defer() { f(); } in ~Defer() argument 75 template <typename F, typename... T> Defer<F, T...> defer(F &&f, T &&... t) { in defer() argument 76 return Defer<F, T...>(std::forward<F>(f), std::forward<T>(t)...); in defer()
|
D | asio_common.cc | 100 std::shared_ptr<Defer<F, T...>> defer_shared(F &&f, T &&... t) { in defer_shared() 101 return std::make_shared<Defer<F, T...>>(std::forward<F>(f), in defer_shared()
|
/third_party/boost/boost/msm/front/euml/ |
D | state_grammar.hpp | 49 class Defer = ::boost::mpl::vector0<>, 52 … euml_state_intern<func_state<StateNameTag,EntryFunctor,ExitFunctor,Attributes,Flags,Defer,BASE> > 64 typedef Defer deferred_events; 85 class Defer = ::boost::mpl::vector0<>, 88 …ern<entry_func_state<StateNameTag,ZoneIndex,EntryFunctor,ExitFunctor,Attributes,Flags,Defer,BASE> > 105 typedef Defer deferred_events; 125 class Defer = ::boost::mpl::vector0<>, 130 … ZoneIndex,EntryFunctor,ExitFunctor,Attributes,Flags,Defer,BASE> > 142 typedef Defer deferred_events; 163 class Defer = ::boost::mpl::vector0<>, [all …]
|
/third_party/mindspore/mindspore/lite/test/ut/src/ |
D | lite_mindrt_test.cc | 138 .Then(Defer(a, &TestActor::Fn2, val), ret); // t2.data += (*vv[i]); in TEST_F()
|
/third_party/mesa3d/docs/relnotes/ |
D | 20.3.4.rst | 43 - Defer lavapipe warning to queue / command / swapchain buffer creation 178 - lavapipe: Defer lavapipe warning to CreateDevice
|
D | 21.0.0.rst | 124 - Defer lavapipe warning to queue / command / swapchain buffer creation 317 - pan/bi: Defer newline printing in disassembler 3273 - lavapipe: Defer lavapipe warning to CreateDevice
|
D | 20.2.0.rst | 414 - pan/mdg: Defer modifier packing until emit time 541 - pan/bi: Defer block naming until after emit 654 - pan/mdg: Defer nir_fuse_io_16 until after opts 658 - pan/mdg: Defer smul, vlut until after writeout moves
|
D | 21.1.0.rst | 233 - Defer lavapipe warning to queue / command / swapchain buffer creation 3071 - iris: Defer uploading of surface states 3072 - iris: Defer stream output target space allocation until set time 5517 - lavapipe: Defer lavapipe warning to CreateDevice
|
/third_party/boost/libs/msm/doc/PDF/examples/ |
D | Orthogonal-deferred2.cpp | 199 Row < Open , play , none , Defer , none >, 203 Row < Empty , play , none , Defer , none >,
|
/third_party/boost/libs/msm/doc/HTML/examples/ |
D | Orthogonal-deferred2.cpp | 199 Row < Open , play , none , Defer , none >, 203 Row < Empty , play , none , Defer , none >,
|
/third_party/mesa3d/docs/_extra/specs/ |
D | MESA_configless_context.spec | 126 Defer to EGL_KHR_no_config_context (Adam Jackson)
|
/third_party/boost/libs/msm/test/ |
D | OrthogonalDeferred2.cpp | 263 Row < Open , play , none , Defer , none >, 267 Row < Empty , play , none , Defer , none >,
|
D | OrthogonalDeferred3.cpp | 282 Row < Open , play , none , Defer , none >,
|
/third_party/boost/libs/beast/doc/qbk/04_http/ |
D | 05_parser_streams.qbk | 22 * Defer the commitment to a __Body__ type until after reading the header.
|
/third_party/boost/boost/msm/front/ |
D | functor_row.hpp | 345 struct Defer struct
|
/third_party/node/deps/npm/node_modules/update-notifier/ |
D | readme.md | 133 Defer showing the notification to after the process has exited.
|
/third_party/node/doc/api/ |
D | esm.md | 670 // Defer to Node.js for all other specifiers. 723 // Defer to Node.js for all other URLs. 760 // Defer to Node.js for all other URLs. 804 // Defer to Node.js for all other sources.
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/ |
D | mtl_command_buffer.mm | 1790 // Defer the insertion until endEncoding() 1796 // Defer the insertion until endEncoding()
|
/third_party/mesa3d/docs/_extra/specs/OLD/ |
D | EGL_MESA_screen_surface.txt | 82 Resolution: Defer for future extension?
|
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/ |
D | NV_bindless_texture.txt | 1230 RESOLVED: Defer to a future extension.
|