Home
last modified time | relevance | path

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

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