Home | History | Annotate | Download | only in src

Lines Matching full:candidate

2321   HValue* candidate = NULL;
2324 while (position < count && candidate == NULL) {
2326 if (current != this) candidate = current;
2330 if (current != this && current != candidate) return NULL;
2332 ASSERT(candidate != this);
2333 return candidate;