Searched refs:pChildAtom1 (Results 1 – 1 of 1) sorted by relevance
435 if( pChildAtom1 && (pChildAtom1->meStatus == CMP_NOTYET) ) in compare()438 while( pChildAtom1 && pChildAtom2 ) in compare()440 if( !(*pChildAtom1 == *pChildAtom2) ) in compare()454 pChildAtom1 = skipAtoms( this, pChildAtom1, pFind2 ); in compare()458 pChildAtom1 = skipAtoms( this, pChildAtom1, 0 ); in compare()463 if( pChildAtom1 && pChildAtom2 ) in compare()465 pChildAtom1->mpCompareAtom = pChildAtom2; in compare()466 pChildAtom2->mpCompareAtom = pChildAtom1; in compare()468 pChildAtom1->meStatus = pChildAtom2->meStatus = in compare()469 (pChildAtom1->isContainer() || pChildAtom1->compareContent( *pChildAtom2 )) ? in compare()[all …]
Completed in 15 milliseconds