Home
last modified time | relevance | path

Searched refs:mConstructed (Results 1 – 1 of 1) sorted by relevance

/device/generic/goldfish-opengl/android-emu/android/base/
DOptional.h111 void setConstructed(bool constructed) { mConstructed = constructed; } in setConstructed()
112 constexpr bool constructed() const { return mConstructed; } in constructed()
117 : mConstructed(constructed) {} in mConstructed() function
120 bool mConstructed = false;