Home
last modified time | relevance | path

Searched refs:small (Results 1 – 4 of 4) sorted by relevance

/system/utest/fbl/
A Dfunction_tests.cpp478 auto small = [ x = 1, y = 2 ] { in sized_function_size_bounds() local
482 fbl::SizedFunction<Closure, sizeof(small)> fsmall(std::move(small)); in sized_function_size_bounds()
483 static_assert(sizeof(fsmall) >= sizeof(small), "size bounds"); in sized_function_size_bounds()
517 auto small = [ x = 1, y = 2 ] { in inline_function_size_bounds() local
521 fbl::InlineFunction<Closure, sizeof(small)> fsmall(std::move(small)); in inline_function_size_bounds()
522 static_assert(sizeof(fsmall) >= sizeof(small), "size bounds"); in inline_function_size_bounds()
/system/utest/fit/
A Dfunction_tests.cpp474 auto small = [x = 1, y = 2] { in sized_function_size_bounds() local
478 fit::function<Closure, sizeof(small)> fsmall(std::move(small)); in sized_function_size_bounds()
479 static_assert(sizeof(fsmall) >= sizeof(small), "size bounds"); in sized_function_size_bounds()
513 auto small = [x = 1, y = 2] { in inline_function_size_bounds() local
517 fit::inline_function<Closure, sizeof(small)> fsmall(std::move(small)); in inline_function_size_bounds()
518 static_assert(sizeof(fsmall) >= sizeof(small), "size bounds"); in inline_function_size_bounds()
/system/fidl/fuchsia-hardware-tee/
A Dtee.fidl34 // These parameters can be a mix of small values (Value type) or a buffer reference (Buffer type).
/system/fidl/fuchsia-cobalt/
A Dcobalt.fidl332 // If the set S is small consider using LogEvent() instead.

Completed in 8 milliseconds