Lines Matching refs:DEBUG_ASSERT

42     DEBUG_ASSERT(reader.tokenType() == QXmlStreamReader::StartElement);  in consumeCurrentElement()
60 DEBUG_ASSERT(level > 0); in consumeCurrentElement()
73 DEBUG_ASSERT(reader.tokenType() != QXmlStreamReader::NoToken); in consumeCurrentElement()
74 DEBUG_ASSERT(reader.tokenType() != QXmlStreamReader::Invalid); in consumeCurrentElement()
75 DEBUG_ASSERT(reader.tokenType() != QXmlStreamReader::StartDocument); in consumeCurrentElement()
76 DEBUG_ASSERT(reader.tokenType() != QXmlStreamReader::EndDocument); in consumeCurrentElement()
77 DEBUG_ASSERT(reader.tokenType() != QXmlStreamReader::DTD); in consumeCurrentElement()
78 DEBUG_ASSERT(reader.tokenType() != QXmlStreamReader::EntityReference); in consumeCurrentElement()
110 DEBUG_ASSERT(reader.name() == QLatin1String("artist-credit")); in readElementArtistCredit()
111 DEBUG_ASSERT(artistName.isEmpty()); in readElementArtistCredit()
112 DEBUG_ASSERT(artistId.isNull()); in readElementArtistCredit()
137 DEBUG_ASSERT(!artistId.isNull()); in readElementArtistCredit()
163 DEBUG_ASSERT(!creditedName.isEmpty()); in readElementArtistCredit()
165 DEBUG_ASSERT(!thisJoinPhrase.isEmpty()); in readElementArtistCredit()
181 DEBUG_ASSERT(reader.name() == QLatin1String("release")); in readElementRelease()
192 DEBUG_ASSERT(!trackRelease.albumReleaseId.isNull()); in readElementRelease()
197 DEBUG_ASSERT(trackRelease.albumTitle.isNull()); in readElementRelease()
200 DEBUG_ASSERT(releaseTitleDisambiguation.isNull()); in readElementRelease()
205 DEBUG_ASSERT(trackRelease.date.isNull()); in readElementRelease()
208 DEBUG_ASSERT(trackRelease.releaseGroupId.isNull()); in readElementRelease()
210 DEBUG_ASSERT(!trackRelease.releaseGroupId.isNull()); in readElementRelease()
211 DEBUG_ASSERT(trackRelease.releaseGroupType.isNull()); in readElementRelease()
231 DEBUG_ASSERT(trackRelease.discTotal.isNull()); in readElementRelease()
252 DEBUG_ASSERT(trackRelease.discNumber.isNull()); in readElementRelease()
256 DEBUG_ASSERT(discNumber.isNull()); in readElementRelease()
259 DEBUG_ASSERT(trackRelease.mediumFormat.isNull()); in readElementRelease()
262 DEBUG_ASSERT(trackRelease.trackTotal.isNull()); in readElementRelease()
279DEBUG_ASSERT(trackRelease.trackReleaseId.isNull()); in readElementRelease()
281DEBUG_ASSERT(!trackRelease.trackReleaseId.isNull()); in readElementRelease()
287DEBUG_ASSERT(trackRelease.trackNumber.isNull()); in readElementRelease()
292 DEBUG_ASSERT(trackNumber.isNull()); in readElementRelease()
296DEBUG_ASSERT(trackRelease.title.isNull()); in readElementRelease()
300DEBUG_ASSERT(trackRelease.duration == Duration::empty()); in readElementRelease()
342 DEBUG_ASSERT(releaseTitleDisambiguation.isEmpty()); in readElementRelease()
366 DEBUG_ASSERT(reader.name() == QLatin1String("recording")); in readElementRecording()
371 DEBUG_ASSERT(!recordingId.isNull()); in readElementRecording()
383 DEBUG_ASSERT(recordingTitle.isNull()); in readElementRecording()
386 DEBUG_ASSERT(recordingDuration == Duration::empty()); in readElementRecording()
398 DEBUG_ASSERT(releaseGroupId.isNull()); in readElementRecording()
400 DEBUG_ASSERT(!releaseGroupId.isNull()); in readElementRecording()
401 DEBUG_ASSERT(releaseGroupType.isNull()); in readElementRecording()
421 DEBUG_ASSERT(trackRelease.recordingId.isNull()); in readElementRecording()
458 DEBUG_ASSERT(message == Error().message); in Error()
461 DEBUG_ASSERT(code == Error().code); in Error()
486 DEBUG_ASSERT(reader.hasError()); in parseRecordings()