Home
last modified time | relevance | path

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

/external/srec/tools/thirdparty/OpenFst/fst/lib/
Dfst.h36 struct FstReadOptions { struct
42 explicit FstReadOptions(const string& src = "<unspecified>", argument
46 : source(src), header(hdr), isymbols(isym), osymbols(osym) {} in source()