Searched refs:JSON_ASSERT (Results 1 – 4 of 4) 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
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 …]
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 …]
167 JSON_ASSERT( text != 0 ); in setComment()702 JSON_ASSERT( type_ == stringValue ); in asCString()1036 JSON_ASSERT( type_ == nullValue || type_ == arrayValue || type_ == objectValue ); in clear()1061 JSON_ASSERT( type_ == nullValue || type_ == arrayValue ); in resize()1087 JSON_ASSERT( type_ == nullValue || type_ == arrayValue ); in operator []()1108 JSON_ASSERT( index >= 0 ); in operator []()1116 JSON_ASSERT( type_ == nullValue || type_ == arrayValue ); in operator []()1135 JSON_ASSERT( index >= 0 ); in operator []()1151 JSON_ASSERT( type_ == nullValue || type_ == objectValue ); in resolveReference()1191 JSON_ASSERT( type_ == nullValue || type_ == objectValue ); in operator []()[all …]