Home | History | Annotate | Download | only in far

Lines Matching defs:current_

199     return keys_[current_] == key;
206 if (streams_[current_]->tellg() <= positions_[current_].back()) {
207 ReadType(*(streams_[current_]), &(keys_[current_]));
208 if (!*streams_[current_]) {
210 << sources_[current_];
223 return keys_[current_];
294 // of the heap, set 'current_' to the ID of that stream
298 current_ = heap_.back();
301 entry_ = entry_reader_(*streams_[current_]);
304 if (!*streams_[current_]) {
306 << keys_[current_] << ", file: " << sources_[current_];
318 int64 current_; // Id of current stream to be read