Home | History | Annotate | Download | only in fst

Lines Matching defs:source

61   string source;                // Where you're reading from
84 string source; // Where you're writing to
94 : source(src), write_header(hdr),
131 bool Read(istream &strm, const string &source, bool rewind = false);
132 bool Write(ostream &strm, const string &source) const;
212 if (!hdr.Read(strm, opts.source))
222 << "\"): " << ropts.source;
702 hdr->Write(strm, opts.source);
730 hdr->Write(strm, opts.source);
751 LOG(ERROR) << "Fst::UpdateFstHeader: write failed: " << opts.source;
756 LOG(ERROR) << "Fst::UpdateFstHeader: write failed: " << opts.source;
761 LOG(ERROR) << "Fst::UpdateFstHeader: write failed: " << opts.source;
784 else if (!hdr->Read(strm, opts.source))
788 LOG(INFO) << "FstImpl::ReadHeader: source: " << opts.source
797 << "\": " << opts.source;
802 << "\": " << opts.source;
807 << " Fst version: " << opts.source;
812 isymbols_ = SymbolTable::Read(strm, opts.source);
814 osymbols_ =SymbolTable::Read(strm, opts.source);