OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FstReadOptions
(Results
1 - 7
of
7
) sorted by null
/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) {
276
static ConstFst<A> *Read(istream &strm, const
FstReadOptions
&opts) {
288
return Read(strm,
FstReadOptions
(filename));
vector-fst.h
198
static VectorFstImpl<A> *Read(istream &strm, const
FstReadOptions
&opts);
351
const
FstReadOptions
&opts) {
524
static VectorFst<A> *Read(istream &strm, const
FstReadOptions
&opts) {
536
return Read(strm,
FstReadOptions
(filename));
/external/srec/tools/grxmlcompile/
fst-io.h
151
const
FstReadOptions
&opts) {
368
const
FstReadOptions
& /* opts */) {
Completed in 36 milliseconds