Searched refs:TypeNull (Results 1 – 7 of 7) sorted by relevance
54 APIObject::Type type = APIObject::TypeNull; in encode()102 APIObject::Type type = APIObject::TypeNull; in decode()106 if (coder.m_root || type == APIObject::TypeNull) in decode()
51 APIObject::Type type = APIObject::TypeNull; in encode()101 APIObject::Type type = APIObject::TypeNull; in decode()105 if (coder.m_root || type == APIObject::TypeNull) in decode()
51 InspectorValue() : m_type(TypeNull) { } in InspectorValue()60 TypeNull = 0, enumerator70 bool isNull() const { return m_type == TypeNull; } in isNull()
561 ASSERT(m_type == TypeNull); in writeJSON()
37 TypeNull = 0, enumerator
65 encoder->encodeUInt32(APIObject::TypeNull); in baseEncode()
32172 * Shared/APIObject.h: Add TypeNull to enum. This is only used