Searched refs:EmptyFunction (Results 1 - 2 of 2) sorted by relevance

/fuchsia/zircon/system/utest/fbl/
H A Dfunction_tests.cpp23 template<typename> struct EmptyFunction;
24 template<typename R, typename... Args> struct EmptyFunction<R(Args...)> { struct in namespace:fbl::tests::__anon1343
51 EmptyFunction<Closure> empty;
255 EmptyFunction<BinaryOp> empty;
/fuchsia/zircon/system/utest/fit/
H A Dfunction_tests.cpp24 struct EmptyFunction;
26 struct EmptyFunction<R(Args...)> { struct in namespace:__anon1383
92 EmptyFunction<Closure> empty;
268 EmptyFunction<BinaryOp> empty;

Completed in 90 milliseconds