OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:FstReadOptions
(Results
1 - 3
of
3
) sorted by null
/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) {
/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
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
...]
Completed in 165 milliseconds