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