Searched defs:Callback (Results 1 – 7 of 7) sorted by relevance
64 type Callback = (result: string) => void; property in MyClass
327 NO_OPTIMIZE int Callback([[maybe_unused]] uintptr_t lr, [[maybe_unused]] uintptr_t fp) in Callback() function
45 using Callback = std::function<void(const std::initializer_list<GateRef> &, OperationType)>; variable
72 using Callback = std::function<void(ContextT &)>; variable
50 using Callback = std::function<bool(ManagedThread *)>; variable
51 using Callback = int (*)(uintptr_t, uintptr_t); typedef in panda::test::StackWalkerTest
92 #define DEFINE_VISIT_WITH_CALLBACK(InstName, Callback) \ argument