Searched defs:FstReadOptions (Results 1 - 2 of 2) sorted by relevance

/external/openfst/src/lib/
H A Dfst.cc170 FstReadOptions::FstReadOptions(const string& src, const FstHeader *hdr, function in class:fst::FstReadOptions
176 FstReadOptions::FstReadOptions(const string& src, const SymbolTable* isym, function in class:fst::FstReadOptions
182 FstReadOptions::FileReadMode FstReadOptions::ReadMode(const string &mode) {
/external/openfst/src/include/fst/
H A Dfst.h55 struct FstReadOptions { struct in namespace:fst
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("StringToFs
[all...]

Completed in 94 milliseconds