Home
last modified time | relevance | path

Searched refs:invoke (Results 1 – 7 of 7) sorted by relevance

/system/ulib/fit/include/lib/fit/
A Dfunction_internal.h21 Result (*invoke)(void* bits, Args... args); member
31 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,
A Dfunction.h140 return ops_->invoke(&bits_, std::forward<Args>(args)...); in operator()
/system/utest/fit/
A Doptional_tests.cpp296 bool invoke() { in invoke() function
423 RUN_TEST(invoke<slot<false>>)
424 RUN_TEST(invoke<slot<true>>)
A Dnullable_tests.cpp506 bool invoke() { in invoke() function
623 RUN_TEST(invoke<nullable_struct>)
624 RUN_TEST(invoke<non_nullable_struct>)
/system/ulib/fit/
A DREADME.md108 - So we should create a simple way to invoke a function on scope exit.
/system/fidl/fuchsia-cobalt/
A Dcobalt.fidl392 // timer and invoke LogElapsedTime() using the difference
445 // timer and invoke LogElapsedTime() using the difference
/system/banjo/ddk-protocol-display-controller/
A Ddisplay-controller.banjo381 /// In either case, the driver must drop all references to old images and invoke the vsync

Completed in 10 milliseconds