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

/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dfst.h36 struct FstReadOptions { struct in namespace:fst
42 explicit FstReadOptions(const string& src = "<unspecified>", function in struct:fst::FstReadOptions
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/
H A Dfst.h54 struct FstReadOptions { struct in namespace:fst
63 explicit FstReadOptions(const string& src = "<unspecfied>", function in struct:fst::FstReadOptions
69 explicit FstReadOptions(const string& src, function in struct:fst::FstReadOptions
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("StringToFs
[all...]

Completed in 68 milliseconds