Searched defs:is_callable (Results 1 – 3 of 3) sorted by relevance
129 Label is_callable(this), is_callback(this), in RunSingleMicrotask() local
663 struct is_callable : std::is_function<T> { }; struct
940 struct is_callable<Fun(Args...)> : decltype(is_callable_tester::test<Fun, Args...>(0)) {}; struct