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