Searched refs:gSmOnce (Results 1 – 6 of 6) sorted by relevance
29 [[clang::no_destroy]] static std::once_flag gSmOnce; variable33 std::call_once(gSmOnce, [&] { setDefaultServiceManager(fakeServiceManager); }); in LLVMFuzzerTestOneInput()
39 [[clang::no_destroy]] static std::once_flag gSmOnce; variable88 std::call_once(gSmOnce, [&] { in LLVMFuzzerTestOneInput()
37 [[clang::no_destroy]] static std::once_flag gSmOnce; variable86 std::call_once(gSmOnce, [&] { in LLVMFuzzerTestOneInput()
142 [[clang::no_destroy]] static std::once_flag gSmOnce; variable149 std::call_once(gSmOnce, [&]() { in setupFakeServiceManager()
67 static std::once_flag gSmOnce; in initHostRpcServiceManagerOnce() local68 std::call_once(gSmOnce, [] { in initHostRpcServiceManagerOnce()
145 [[clang::no_destroy]] static std::once_flag gSmOnce; variable150 std::call_once(gSmOnce, []() { in defaultServiceManager()178 std::call_once(gSmOnce, [&]() { in setDefaultServiceManager()