Home
last modified time | relevance | path

Searched defs:LargeAlignedCallable (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/pigweed/third_party/fuchsia/repo/sdk/lib/fit/test/
H A Dfunction_tests.cc62 struct alignas(4 * alignof(void*)) LargeAlignedCallable { struct
63 void operator()() { calls += 1; } in operator ()()
65 int8_t calls = 0;