/external/openfst/src/lib/ |
D | fst.cc | 170 FstReadOptions::FstReadOptions(const string& src, const FstHeader *hdr, in FstReadOptions() function in fst::FstReadOptions 176 FstReadOptions::FstReadOptions(const string& src, const SymbolTable* isym, in FstReadOptions() function in fst::FstReadOptions 182 FstReadOptions::FileReadMode FstReadOptions::ReadMode(const string &mode) { in ReadMode()
|
D | mapped-file.cc | 61 MappedFile* MappedFile::Map(istream* s, const FstReadOptions &opts, in Map() 64 if (opts.mode == FstReadOptions::MAP && spos >= 0 && in Map() 93 if (opts.mode != FstReadOptions::READ) { in Map()
|
/external/openfst/src/include/fst/ |
D | expanded-fst.h | 46 static ExpandedFst<A> *Read(istream &strm, const FstReadOptions &opts) { in Read() 47 FstReadOptions ropts(opts); in Read() 83 return Read(strm, FstReadOptions(filename)); in Read() 85 return Read(cin, FstReadOptions("standard input")); in Read() 155 return I::Read(strm, FstReadOptions(filename)); in Read() 157 return I::Read(cin, FstReadOptions("standard input")); in Read()
|
D | register.h | 41 struct FstReadOptions; 46 typedef Fst<A> *(*Reader)(istream &strm, const FstReadOptions &opts); 101 const FstReadOptions &opts) = &F::Read; in BuildEntry()
|
D | fst.h | 55 struct FstReadOptions { struct 70 explicit FstReadOptions(const string& src = "<unspecified>", argument 75 explicit FstReadOptions(const string& src, 206 static Fst<A> *Read(istream &strm, const FstReadOptions &opts) { in Read() 207 FstReadOptions ropts(opts); in Read() 237 return Read(strm, FstReadOptions(filename)); in Read() 239 return Read(cin, FstReadOptions("standard input")); in Read() 680 bool ReadHeader(istream &strm, const FstReadOptions& opts, 780 bool FstImpl<A>::ReadHeader(istream &strm, const FstReadOptions& opts, in ReadHeader() 944 return Fst<A>::Read(istrm, FstReadOptions("StringToFst")); in StringToFst()
|
D | edit-fst.h | 95 const FstReadOptions &opts); 337 const FstReadOptions &opts) { in Read() 341 FstReadOptions edits_opts(opts); in Read() 481 const FstReadOptions &opts); 657 const FstReadOptions &opts) { in Read() 666 FstReadOptions wrapped_opts(opts); in Read() 734 const FstReadOptions &opts) { in Read()
|
D | mutable-fst.h | 88 static MutableFst<A> *Read(istream &strm, const FstReadOptions &opts) { in Read() 89 FstReadOptions ropts(opts); in Read() 129 return Read(strm, FstReadOptions(filename)); 131 return Read(cin, FstReadOptions("standard input"));
|
D | add-on.h | 200 static AddOnImpl<F, T> *Read(istream &strm, const FstReadOptions &opts) { in Read() 201 FstReadOptions nopts(opts); in Read() 219 FstReadOptions fopts(opts); in Read()
|
D | mapped-file.h | 61 static MappedFile* Map(istream* s, const FstReadOptions& opts, size_t size);
|
D | const-fst.h | 90 static ConstFstImpl<A, U> *Read(istream &strm, const FstReadOptions &opts); 205 const FstReadOptions &opts) { in Read() 282 static ConstFst<A, U> *Read(istream &strm, const FstReadOptions &opts) { in Read()
|
D | vector-fst.h | 207 static VectorFstImpl<A> *Read(istream &strm, const FstReadOptions &opts); 325 const FstReadOptions &opts) { in Read() 446 static VectorFst<A> *Read(istream &strm, const FstReadOptions &opts) { in Read()
|
D | compact-fst.h | 168 const FstReadOptions &opts, 363 const FstReadOptions &opts, in Read() 622 const FstReadOptions &opts) { in Read() 857 static CompactFst<A, C, U> *Read(istream &strm, const FstReadOptions &opts) { in Read()
|
D | matcher-fst.h | 113 const FstReadOptions &opts) { in Read()
|
/external/openfst/src/include/fst/script/ |
D | fst-class.h | 153 const FstReadOptions &opts) { in Read() 253 const FstReadOptions &opts) { in ReadTypedFst() 294 const FstReadOptions &opts) { in Read() 354 const FstReadOptions &opts) { in Read()
|
D | register.h | 85 const FstReadOptions &opts);
|
/external/openfst/src/test/ |
D | fst_test.h | 248 FstReadOptions opts; in TestIO() 249 opts.mode = FstReadOptions::ReadMode("map"); in TestIO() 267 FstReadOptions opts; in TestIO() 268 opts.mode = FstReadOptions::ReadMode("map"); in TestIO()
|
/external/openfst/src/script/ |
D | fst-class.cc | 55 FstReadOptions read_options(fname, &hdr); in ReadFst()
|
/external/openfst/src/include/fst/extensions/far/ |
D | far.h | 291 return Fst<A>::Read(strm, FstReadOptions()); in operator() 482 fst_ = Fst<A>::Read(*streams_[pos_], FstReadOptions()); in ReadFst()
|
/external/openfst/src/include/fst/extensions/ngram/ |
D | ngram-fst.h | 97 const FstReadOptions &opts) { in Read() 685 static NGramFst<A>* Read(istream &strm, const FstReadOptions &opts) { in Read() 697 return Read(strm, FstReadOptions(filename)); in Read() 699 return Read(cin, FstReadOptions("standard input")); in Read()
|