Home | History | Annotate | Download | only in fst

Lines Matching refs:opts

207   static VectorFstImpl<A> *Read(istream &strm, const FstReadOptions &opts);
325 const FstReadOptions &opts) {
328 if (!impl->ReadHeader(strm, opts, kMinFileVersion, &hdr)) {
347 LOG(ERROR) << "VectorFst::Read: read failed: " << opts.source;
359 LOG(ERROR) << "VectorFst::Read: read failed: " << opts.source;
371 LOG(ERROR) << "VectorFst::Read: unexpected end of file: " << opts.source;
446 static VectorFst<A> *Read(istream &strm, const FstReadOptions &opts) {
447 Impl* impl = Impl::Read(strm, opts);
458 virtual bool Write(ostream &strm, const FstWriteOptions &opts) const {
459 return WriteFst(*this, strm, opts);
468 const FstWriteOptions &opts);
535 const FstWriteOptions &opts) {
548 FstImpl<A>::WriteFstHeader(fst, strm, opts, kFileVersion, "vector",
567 LOG(ERROR) << "VectorFst::Write: write failed: " << opts.source;
572 return FstImpl<A>::UpdateFstHeader(fst, strm, opts, kFileVersion, "vector",