Home
last modified time | relevance | path

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

/system/utest/fbl/
A Dfunction_tests.cpp31 constexpr size_t HugeCallableSize = sizeof(Big) + sizeof(void*) * 4; variable
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>>))
/system/utest/fit/
A Dfunction_tests.cpp30 constexpr size_t HugeCallableSize = sizeof(Big) + sizeof(void*) * 4; variable
759 RUN_TEST((closure<fit::function<Closure, HugeCallableSize>>))
760 RUN_TEST((binary_op<fit::function<BinaryOp, HugeCallableSize>>))
761 RUN_TEST((closure<fit::inline_function<Closure, HugeCallableSize>>))
762 RUN_TEST((binary_op<fit::inline_function<BinaryOp, HugeCallableSize>>))

Completed in 6 milliseconds