Home | History | Annotate | Download | only in Basic

Lines Matching refs:IChild

1049   for (auto IChild = path::begin(Path), EChild = path::end(Path);
1050 IParent != EParent && IChild != EChild; ++IParent, ++IChild) {
1051 if (*IParent != *IChild)