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

/fuchsia/zircon/system/utest/fbl/
H A Dfunction_tests.cpp25 R operator()(Args... args) const { return fptr(args...); }
28 R (*fptr)(Args...) = nullptr; member in struct:fbl::tests::__anon1343::EmptyFunction
46 Closure* fptr = nullptr; local
47 ClosureFunction ffunc(fptr);
194 fnew = fptr;
250 BinaryOp* fptr = nullptr; local
251 BinaryOpFunction ffunc(fptr);
412 fnew = fptr;
/fuchsia/zircon/system/utest/fit/
H A Dfunction_tests.cpp27 R operator()(Args... args) const { return fptr(args...); }
30 R(*fptr) member in struct:__anon1383::EmptyFunction
87 Closure* fptr = nullptr; local
88 ClosureFunction ffunc(fptr);
227 fnew = fptr;
263 BinaryOp* fptr = nullptr; local
264 BinaryOpFunction ffunc(fptr);
414 fnew = fptr;

Completed in 32 milliseconds