Lines Matching refs:skipList
285 vector<Node*> skipList;
292 skipList.push_back(*i);
294 for(vector<Node*>::iterator j=skipList.begin();
295 j!=skipList.end();++j) {
299 skipList.clear();
304 skipList.clear();
305 skipList.push_back(*i);
309 skipList.clear();
317 skipList.push_back(*i);
319 for(vector<Node*>::iterator j=skipList.begin();
320 j!=skipList.end();++j) {
324 skipList.clear();
329 skipList.clear();
330 skipList.push_back(*i);