Home | History | Annotate | Download | only in fst

Lines Matching refs:FstReadOptions

54 struct FstReadOptions {
63 explicit FstReadOptions(const string& src = "<unspecfied>",
69 explicit FstReadOptions(const string& src,
199 static Fst<A> *Read(istream &strm, const FstReadOptions &opts) {
200 FstReadOptions ropts(opts);
230 return Read(strm, FstReadOptions(filename));
232 return Read(std::cin, FstReadOptions("standard input"));
674 bool ReadHeader(istream &strm, const FstReadOptions& opts,
773 bool FstImpl<A>::ReadHeader(istream &strm, const FstReadOptions& opts,
937 return Fst<A>::Read(istrm, FstReadOptions("StringToFst"));