Searched defs:invocable (Results 1 – 7 of 7) sorted by relevance
57 void BasicWorkQueue::Add(absl::AnyInvocable<void()> invocable) { in Add()
59 void BasicWorkQueue::Add(absl::AnyInvocable<void()> invocable) { in Add()
109 auto invocable = CreateInvocable(key); in CreateClosureWrappedInvocable() local
177 AnyInvocable<void() const> invocable = []() {}; in TEST() local181 AnyInvocable<void() const> invocable = nullptr; in TEST() local