Searched refs:strm_ (Results 1 – 1 of 1) sorted by relevance
58 : nline_(0), strm_(istrm), source_(source), entry_type_(entry_type),70 if (!strm_) { // We're done if we have no more input. in Next()75 getline(strm_, content_); in Next()80 while (getline(strm_, line)) { in Next()86 if (!strm_ && content_.empty()) // We're also done if we read off all the in Next()124 istream &strm_; variable