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

/fuchsia/zircon/system/utest/fbl/
H A Dfunction_tests.cpp31 constexpr size_t HugeCallableSize = sizeof(Big) + sizeof(void*) * 4; member in namespace:fbl::tests::__anon1343
730 RUN_TEST((closure<fbl::SizedFunction<Closure, HugeCallableSize>>))
731 RUN_TEST((binary_op<fbl::SizedFunction<BinaryOp, HugeCallableSize>>))
732 RUN_TEST((closure<fbl::InlineFunction<Closure, HugeCallableSize>>))
733 RUN_TEST((binary_op<fbl::InlineFunction<BinaryOp, HugeCallableSize>>))
/fuchsia/zircon/system/utest/fit/
H A Dfunction_tests.cpp20 constexpr size_t HugeCallableSize = sizeof(Big) + sizeof(void*) * 4; member in namespace:__anon1383
802 RUN_TEST((closure<fit::function<Closure, HugeCallableSize>>))
803 RUN_TEST((binary_op<fit::function<BinaryOp, HugeCallableSize>>))
804 RUN_TEST((closure<fit::inline_function<Closure, HugeCallableSize>>))
805 RUN_TEST((binary_op<fit::inline_function<BinaryOp, HugeCallableSize>>))

Completed in 30 milliseconds