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.h133 struct LazyInstance { struct
139 bool hasInstance() const { return !mState.inNoObjectState(); } in hasInstance()
141 const T& get() const { return *ptr(); } in get()
142 T& get() { return *ptr(); } in get()
167 alignas(double) mutable internal::LazyInstanceState mState; argument
177 T* LazyInstance<T>::ptrInternal() const { in ptrInternal() argument