Searched refs:fempty (Results 1 – 2 of 2) sorted by relevance
| /system/utest/fbl/ |
| A D | function_tests.cpp | 475 fbl::SizedFunction<Closure, sizeof(empty)> fempty(std::move(empty)); in sized_function_size_bounds() local 476 static_assert(sizeof(fempty) >= sizeof(empty), "size bounds"); in sized_function_size_bounds() 497 fempty = [ x = 1, y = 2 ] { in sized_function_size_bounds() 514 fbl::InlineFunction<Closure, sizeof(empty)> fempty(std::move(empty)); in inline_function_size_bounds() local 515 static_assert(sizeof(fempty) >= sizeof(empty), "size bounds"); in inline_function_size_bounds() 536 fempty = [ x = 1, y = 2 ] { in inline_function_size_bounds()
|
| /system/utest/fit/ |
| A D | function_tests.cpp | 471 fit::function<Closure, sizeof(empty)> fempty(std::move(empty)); in sized_function_size_bounds() local 472 static_assert(sizeof(fempty) >= sizeof(empty), "size bounds"); in sized_function_size_bounds() 493 fempty = [x = 1, y = 2] { in sized_function_size_bounds() 510 fit::inline_function<Closure, sizeof(empty)> fempty(std::move(empty)); in inline_function_size_bounds() local 511 static_assert(sizeof(fempty) >= sizeof(empty), "size bounds"); in inline_function_size_bounds() 532 fempty = [ x = 1, y = 2 ] { in inline_function_size_bounds()
|
Completed in 7 milliseconds