Searched refs:rightType (Results 1 – 1 of 1) sorted by relevance
210 DefinedAtom::ContentType rightType = rightRoot->contentType(); in compareAtomsSub() local212 if (leftType != rightType) { in compareAtomsSub()214 formatReason("contentType", (int)leftType, (int)rightType)); in compareAtomsSub()215 return leftType < rightType; in compareAtomsSub()