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

  /external/srec/tools/thirdparty/OpenFst/fst/lib/
fst.h 36 struct FstReadOptions {
42 explicit FstReadOptions(const string& src = "<unspecified>",
149 static Fst<A> *Read(istream &strm, const FstReadOptions &opts) {
150 FstReadOptions ropts(opts);
178 return Read(strm, FstReadOptions(filename));
458 bool ReadHeaderAndSymbols(istream &strm, const FstReadOptions& opts,
  /external/openfst/src/include/fst/
fst.h 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"))
    [all...]

Completed in 104 milliseconds