HomeSort by relevance Sort by last modified time
    Searched full:strm_ (Results 1 - 1 of 1) sorted by null

  /external/openfst/src/include/fst/extensions/far/
compile-strings.h 58 : nline_(0), strm_(istrm), source_(source), entry_type_(entry_type),
70 if (!strm_) { // We're done if we have no more input.
75 getline(strm_, content_);
80 while (getline(strm_, line)) {
86 if (!strm_ && content_.empty()) // We're also done if we read off all the
124 istream &strm_; member in class:fst::StringReader

Completed in 209 milliseconds