Searched defs:asBool (Results 1 – 2 of 2) sorted by relevance
145 virtual Bool* asBool() { return nullptr; } in asBool() function146 const Bool* asBool() const { return const_cast<Item*>(this)->asBool(); } in asBool() function882 Bool* asBool() override { return this; } in asBool() function
240 const Bool* asBool = item->asSimple()->asBool(); in prettyPrintInternal() local