Searched defs:constructed (Results 1 – 1 of 1) sorted by relevance
108 void setConstructed(bool constructed) { mConstructed = constructed; } in setConstructed()109 constexpr bool constructed() const { return mConstructed; } in constructed() function114 : mConstructed(constructed) {} in mConstructed() argument