Searched refs:JSON_ASSERT (Results 1 – 3 of 3) sorted by relevance
16 #define JSON_ASSERT( condition ) assert( condition ); // @todo <= change this into an exception th… macro19 #define JSON_ASSERT( condition ) assert( condition ); macro
157 JSON_ASSERT( text != 0 ); in setComment()692 JSON_ASSERT( type_ == stringValue ); in asCString()1026 JSON_ASSERT( type_ == nullValue || type_ == arrayValue || type_ == objectValue ); in clear()1051 JSON_ASSERT( type_ == nullValue || type_ == arrayValue ); in resize()1077 JSON_ASSERT( type_ == nullValue || type_ == arrayValue ); in operator []()1098 JSON_ASSERT( index >= 0 ); in operator []()1106 JSON_ASSERT( type_ == nullValue || type_ == arrayValue ); in operator []()1125 JSON_ASSERT( index >= 0 ); in operator []()1141 JSON_ASSERT( type_ == nullValue || type_ == objectValue ); in resolveReference()1181 JSON_ASSERT( type_ == nullValue || type_ == objectValue ); in operator []()[all …]
161 JSON_ASSERT( text != 0 ); in setComment()696 JSON_ASSERT( type_ == stringValue ); in asCString()1030 JSON_ASSERT( type_ == nullValue || type_ == arrayValue || type_ == objectValue ); in clear()1055 JSON_ASSERT( type_ == nullValue || type_ == arrayValue ); in resize()1081 JSON_ASSERT( type_ == nullValue || type_ == arrayValue ); in operator []()1102 JSON_ASSERT( index >= 0 ); in operator []()1110 JSON_ASSERT( type_ == nullValue || type_ == arrayValue ); in operator []()1129 JSON_ASSERT( index >= 0 ); in operator []()1145 JSON_ASSERT( type_ == nullValue || type_ == objectValue ); in resolveReference()1185 JSON_ASSERT( type_ == nullValue || type_ == objectValue ); in operator []()[all …]