Home
last modified time | relevance | path

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

/aosp_15_r20/external/pigweed/pw_function/
H A Dscope_guard_test.cc69 ScopeGuard first_guard([&] { executed = true; }); in TEST() local
79 ScopeGuard first_guard([&] { executed = true; }); in TEST() local