Home | History | Annotate | Download | only in fst

Lines Matching defs:FstReadOptions

55 struct FstReadOptions {
70 explicit FstReadOptions(const string& src = "<unspecified>",
75 explicit FstReadOptions(const string& src,
206 static Fst<A> *Read(istream &strm, const FstReadOptions &opts) {
207 FstReadOptions ropts(opts);
237 return Read(strm, FstReadOptions(filename));
239 return Read(cin, FstReadOptions("standard input"));
680 bool ReadHeader(istream &strm, const FstReadOptions& opts,
780 bool FstImpl<A>::ReadHeader(istream &strm, const FstReadOptions& opts,
944 return Fst<A>::Read(istrm, FstReadOptions("StringToFst"));