Searched defs:Defer (Results 1 – 6 of 6) sorted by relevance
/third_party/mindspore/mindspore/core/mindrt/include/async/ |
D | defer.h | 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
|
/third_party/nghttp2/src/ |
D | template.h | 64 template <typename F, typename... T> struct Defer { struct 65 Defer(F &&f, T &&... t) in Defer() function 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
|
/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
|
D | defer_test.cpp | 19 TEST_F(WithoutBoundScheduler, Defer) { in TEST_F() argument
|
/third_party/skia/third_party/externals/tint/src/utils/ |
D | defer.h | 31 explicit Defer(F&& f) : f_(std::move(f)) {} in Defer() function
|
/third_party/boost/boost/msm/front/ |
D | functor_row.hpp | 345 struct Defer struct 348 typedef int deferring_action; 350 void operator()(EVT const& evt,FSM& fsm,SourceState& ,TargetState& ) const in operator ()()
|