HomeSort by relevance Sort by last modified time
    Searched defs:FstReadOptions (Results 1 - 2 of 2) sorted by null

  /external/openfst/src/lib/
fst.cc 170 FstReadOptions::FstReadOptions(const string& src, const FstHeader *hdr,
176 FstReadOptions::FstReadOptions(const string& src, const SymbolTable* isym,
182 FstReadOptions::FileReadMode FstReadOptions::ReadMode(const string &mode) {
  /external/openfst/src/include/fst/
fst.h 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"))
    [all...]

Completed in 58 milliseconds