Searched refs:OnceType (Results 1 – 6 of 6) sorted by relevance
64 typedef AtomicWord OnceType; typedef68 #define V8_DECLARE_ONCE(NAME) ::v8::base::OnceType NAME84 V8_BASE_EXPORT void CallOnceImpl(OnceType* once,87 inline void CallOnce(OnceType* once, NoArgFunction init_func) { in CallOnce()95 inline void CallOnce(OnceType* once, in CallOnce()
145 static void Init(OnceType* once, Function function, Storage storage) { in Init()154 static void Init(OnceType* once, Function function, Storage storage) { in Init()191 mutable OnceType once_;
18 void CallOnceImpl(OnceType* once, std::function<void()> init_func) { in CallOnceImpl()
542 static base::OnceType quit_once_;
424 base::OnceType Shell::quit_once_ = V8_ONCE_INIT;
1488 static base::OnceType once = V8_ONCE_INIT; in Simulator()