Searched refs:pSkipTo (Results 1 – 1 of 1) sorted by relevance
152 static Atom* skipAtoms( Atom* pContainer, Atom* pAtom, Atom* pSkipTo );402 Atom* Atom::skipAtoms( Atom* pContainer, Atom* pAtom, Atom* pSkipTo ) in skipAtoms() argument404 while( pAtom && (pAtom != pSkipTo) ) in skipAtoms()
Completed in 17 milliseconds