Searched refs:empty_once (Results 1 – 1 of 1) sorted by relevance
172 static std::once_flag empty_once; in Init() local173 std::call_once(empty_once, []() { in Init()