Searched refs:invoke (Results 1 – 7 of 7) sorted by relevance
21 Result (*invoke)(void* bits, Args... args); member31 static Result invoke(void* bits, Args... args) {47 &target::invoke,56 static Result invoke(void* bits, Args... args) {80 &target::invoke,90 static Result invoke(void* bits, Args... args) {114 &target::invoke,
140 return ops_->invoke(&bits_, std::forward<Args>(args)...); in operator()
296 bool invoke() { in invoke() function423 RUN_TEST(invoke<slot<false>>)424 RUN_TEST(invoke<slot<true>>)
506 bool invoke() { in invoke() function623 RUN_TEST(invoke<nullable_struct>)624 RUN_TEST(invoke<non_nullable_struct>)
108 - So we should create a simple way to invoke a function on scope exit.
392 // timer and invoke LogElapsedTime() using the difference445 // timer and invoke LogElapsedTime() using the difference
381 /// In either case, the driver must drop all references to old images and invoke the vsync
Completed in 9 milliseconds