Searched refs:init_instance_flag_ (Results 1 – 2 of 2) sorted by relevance
75 std::once_flag init_instance_flag_; variable
224 std::call_once(init_instance_flag_, [this]() { this->Initialize(); }); in EnsureInitialized()