Home
last modified time | relevance | path

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

/hardware/google/aemu/base/include/aemu/base/
DOptional.h116 void setConstructed(bool constructed) { mConstructed = constructed; } in setConstructed()
117 constexpr bool constructed() const { return mConstructed; } in constructed() function
122 : mConstructed(constructed) {} in mConstructed() argument
/hardware/google/gfxstream/guest/android-emu/aemu/base/
DOptional.h112 void setConstructed(bool constructed) { mConstructed = constructed; } in setConstructed()
113 constexpr bool constructed() const { return mConstructed; } in constructed() function
118 : mConstructed(constructed) {} in mConstructed() argument