HomeSort by relevance Sort by last modified time
    Searched refs:FstReadOptions (Results 1 - 25 of 26) sorted by null

1 2

  /external/openfst/src/include/fst/
expanded-fst.h 46 static ExpandedFst<A> *Read(istream &strm, const FstReadOptions &opts) {
47 FstReadOptions ropts(opts);
83 return Read(strm, FstReadOptions(filename));
85 return Read(cin, FstReadOptions("standard input"));
155 return I::Read(strm, FstReadOptions(filename));
157 return I::Read(cin, FstReadOptions("standard input"));
mapped-file.h 58 // The file name must also be provided in the FstReadOptions as opts.source
61 static MappedFile* Map(istream* s, const FstReadOptions& opts, size_t size);
register.h 41 struct FstReadOptions;
46 typedef Fst<A> *(*Reader)(istream &strm, const FstReadOptions &opts);
101 const FstReadOptions &opts) = &F::Read;
mutable-fst.h 88 static MutableFst<A> *Read(istream &strm, const FstReadOptions &opts) {
89 FstReadOptions ropts(opts);
129 return Read(strm, FstReadOptions(filename));
131 return Read(cin, FstReadOptions("standard input"));
add-on.h 200 static AddOnImpl<F, T> *Read(istream &strm, const FstReadOptions &opts) {
201 FstReadOptions nopts(opts);
219 FstReadOptions fopts(opts);
edit-fst.h 95 const FstReadOptions &opts);
337 const FstReadOptions &opts) {
341 FstReadOptions edits_opts(opts);
481 const FstReadOptions &opts);
657 const FstReadOptions &opts) {
666 FstReadOptions wrapped_opts(opts);
734 const FstReadOptions &opts) {
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...]
const-fst.h 90 static ConstFstImpl<A, U> *Read(istream &strm, const FstReadOptions &opts);
205 const FstReadOptions &opts) {
282 static ConstFst<A, U> *Read(istream &strm, const FstReadOptions &opts) {
compact-fst.h 168 const FstReadOptions &opts,
363 const FstReadOptions &opts,
622 const FstReadOptions &opts) {
857 static CompactFst<A, C, U> *Read(istream &strm, const FstReadOptions &opts) {
    [all...]
vector-fst.h 207 static VectorFstImpl<A> *Read(istream &strm, const FstReadOptions &opts);
325 const FstReadOptions &opts) {
446 static VectorFst<A> *Read(istream &strm, const FstReadOptions &opts) {
  /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) {
mapped-file.cc 61 MappedFile* MappedFile::Map(istream* s, const FstReadOptions &opts,
64 if (opts.mode == FstReadOptions::MAP && spos >= 0 &&
93 if (opts.mode != FstReadOptions::READ) {
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
expanded-fst.h 38 static ExpandedFst<A> *Read(istream &strm, const FstReadOptions &opts) {
39 FstReadOptions ropts(opts);
72 return Read(strm, FstReadOptions(filename));
mutable-fst.h 71 static MutableFst<A> *Read(istream &strm, const FstReadOptions &opts) {
72 FstReadOptions ropts(opts);
105 return Read(strm, FstReadOptions(filename));
register.h 37 struct FstReadOptions;
44 typedef Fst<A> *(*Reader)(istream &strm, const FstReadOptions &opts);
138 const FstReadOptions &opts) = &F::Read;
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,
const-fst.h 68 static ConstFstImpl<A> *Read(istream &strm, const FstReadOptions &opts);
162 const FstReadOptions &opts) {
278 static ConstFst<A> *Read(istream &strm, const FstReadOptions &opts) {
290 return Read(strm, FstReadOptions(filename));
vector-fst.h 198 static VectorFstImpl<A> *Read(istream &strm, const FstReadOptions &opts);
351 const FstReadOptions &opts) {
526 static VectorFst<A> *Read(istream &strm, const FstReadOptions &opts) {
538 return Read(strm, FstReadOptions(filename));
  /external/openfst/src/include/fst/script/
fst-class.h 153 const FstReadOptions &opts) {
253 const FstReadOptions &opts) {
294 const FstReadOptions &opts) {
354 const FstReadOptions &opts) {
register.h 85 const FstReadOptions &opts);
  /external/openfst/src/test/
fst_test.h 248 FstReadOptions opts;
249 opts.mode = FstReadOptions::ReadMode("map");
267 FstReadOptions opts;
268 opts.mode = FstReadOptions::ReadMode("map");
  /external/openfst/src/script/
fst-class.cc 55 FstReadOptions read_options(fname, &hdr);
  /external/openfst/src/include/fst/extensions/far/
far.h 291 return Fst<A>::Read(strm, FstReadOptions());
482 fst_ = Fst<A>::Read(*streams_[pos_], FstReadOptions());
  /external/srec/tools/grxmlcompile/
fst-io.h 151 const FstReadOptions &opts) {
369 const FstReadOptions & /* opts */) {
  /external/openfst/src/include/fst/extensions/ngram/
ngram-fst.h 97 const FstReadOptions &opts) {
685 static NGramFst<A>* Read(istream &strm, const FstReadOptions &opts) {
697 return Read(strm, FstReadOptions(filename));
699 return Read(cin, FstReadOptions("standard input"));

Completed in 360 milliseconds

1 2