Home
last modified time | relevance | path

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

/hardware/google/aemu/base/include/aemu/base/
DOptional.h115 void setConstructed(bool constructed) { mConstructed = constructed; } in setConstructed()
116 constexpr bool constructed() const { return mConstructed; } in constructed() function
121 : mConstructed(constructed) {} in mConstructed() argument