Searched refs:otherElem (Results 1 – 1 of 1) sorted by relevance
1932 PtnElem *curElem, *otherElem, *prevElem=nullptr; in copyFrom() local1933 otherElem = other.boot[bootIndex]; in copyFrom()1934 while (otherElem != nullptr) { in copyFrom()1935 … LocalPointer<PtnElem> newElem(new PtnElem(otherElem->basePattern, otherElem->pattern), status); in copyFrom()1939 … newElem->skeleton.adoptInsteadAndCheckErrorCode(new PtnSkeleton(*(otherElem->skeleton)), status); in copyFrom()1943 newElem->skeletonWasSpecified = otherElem->skeletonWasSpecified; in copyFrom()1960 otherElem = otherElem->next.getAlias(); in copyFrom()2143 PtnElem *otherElem = other.boot[bootIndex]; in equals() local2145 while ((otherElem != nullptr) || (myElem != nullptr)) { in equals()2146 if ( myElem == otherElem ) { in equals()[all …]