Home | History | Annotate | Download | only in table

Lines Matching defs:current_

20         current_(NULL),
32 return (current_ != NULL);
64 // true for all of the non-current_ children since current_ is
65 // the smallest child and key() == current_->key(). Otherwise,
66 // we explicitly position the non-current_ children.
70 if (child != current_) {
81 current_->Next();
90 // true for all of the non-current_ children since current_ is
91 // the largest child and key() == current_->key(). Otherwise,
92 // we explicitly position the non-current_ children.
96 if (child != current_) {
110 current_->Prev();
116 return current_->key();
121 return current_->value();
145 IteratorWrapper* current_;
167 current_ = smallest;
182 current_ = largest;