Lines Matching refs:source
37 string source; // Where you're reading from
46 : source(src), header(hdr), isymbols(isym), osymbols(osym) {}
51 string source; // Where you're writing to
59 : source(src), write_header(hdr),
96 bool Read(istream &strm, const string &source);
97 bool Write(ostream &strm, const string &source) const;
155 if (!hdr.Read(strm, opts.source))
165 << "\"): " << ropts.source;
462 else if (!hdr->Read(strm, opts.source))
466 << type_ << "\": " << opts.source;
472 << "\": " << opts.source;
477 << type_ << " Fst version: " << opts.source;
482 isymbols_ = SymbolTable::Read(strm, opts.source);
484 osymbols_ =SymbolTable::Read(strm, opts.source);
513 hdr->Write(strm, opts.source);