Searched refs:TypeNull (Results 1 – 2 of 2) sorted by relevance
51 JSONValue() : m_type(TypeNull) { } in JSONValue()60 TypeNull = 0, enumerator70 bool isNull() const { return m_type == TypeNull; } in isNull()
170 ASSERT(m_type == TypeNull); in writeJSON()