Searched defs:asNull (Results 1 – 1 of 1) sorted by relevance
166 virtual Null* asNull() { return nullptr; } in asNull() function167 const Null* asNull() const { return const_cast<Item*>(this)->asNull(); } in asNull() function940 Null* asNull() override { return this; } in asNull() function