Home
last modified time | relevance | path

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

/hardware/google/aemu/base/include/aemu/base/memory/
DLazyInstance.h147 struct LazyInstance { struct
153 bool hasInstance() const { return !mState.inNoObjectState(); } in hasInstance()
155 const T& get() const { return *ptr(); } in get()
156 T& get() { return *ptr(); } in get()
181 alignas(double) mutable internal::LazyInstanceState mState; argument
191 T* LazyInstance<T>::ptrInternal() const { in ptrInternal() argument