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

/fuchsia/zircon/system/utest/fbl/
H A Dfunction_tests.cpp18 struct Big { struct in namespace:fbl::tests::__anon1343
31 constexpr size_t HugeCallableSize = sizeof(Big) + sizeof(void*) * 4;
66 ClosureFunction fheap([&fheap_value, big = Big() ] { fheap_value++; });
109 ClosureFunction fmutheap([&fmutheap_value, big = Big(), x = 1 ]() mutable {
220 ClosureFunction fcheckheap([&fcheck_value, big = Big() ] { fcheck_value++; }, &ac3);
228 fcheckheap.SetTarget([&fcheck_value, big = Big() ] { fcheck_value *= 3; }, &ac4);
273 BinaryOpFunction fheap([&fheap_value, big = Big() ](int a, int b) {
320 BinaryOpFunction fmutheap([&fmutheap_value, big = Big(), x = 1 ](int a, int b) mutable {
446 BinaryOpFunction fcheckheap([&fcheck_value, big = Big() ](int a, int b) {
458 fcheckheap.SetTarget([&fcheck_value, big = Big() ](in
[all...]
/fuchsia/zircon/system/utest/fit/
H A Dfunction_tests.cpp17 struct Big { struct in namespace:__anon1383
20 constexpr size_t HugeCallableSize = sizeof(Big) + sizeof(void*) * 4;
107 ClosureFunction fheap([&fheap_value, big = Big() ] { fheap_value++; });
150 ClosureFunction fmutheap([&fmutheap_value, big = Big(), x = 1 ]() mutable {
286 BinaryOpFunction fheap([&fheap_value, big = Big() ](int a, int b) {
333 BinaryOpFunction fmutheap([&fmutheap_value, big = Big(), x = 1 ](int a, int b) mutable {
452 auto big = [ big = Big(), x = 1 ] { (void)x; };
467 fsmall = [ big = Big(), x = 1 ] { (void)x; };
468 fbig = [ big = Big(), x = 1, y = 2 ] {
491 auto big = [ big = Big(),
[all...]

Completed in 46 milliseconds