Searched defs:asBool (Results 1 – 1 of 1) sorted by relevance
164 virtual Bool* asBool() { return nullptr; } in asBool() function165 const Bool* asBool() const { return const_cast<Item*>(this)->asBool(); } in asBool() function910 Bool* asBool() override { return this; } in asBool() function