OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FstReadOptions
(Results
1 - 21
of
21
) sorted by null
/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(std::cin,
FstReadOptions
("standard input"));
155
return I::Read(strm,
FstReadOptions
(filename));
157
return I::Read(std::cin,
FstReadOptions
("standard input"));
register.h
40
struct
FstReadOptions
;
45
typedef Fst<A> *(*Reader)(istream &strm, const
FstReadOptions
&opts);
100
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(std::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
91
const
FstReadOptions
&opts);
333
const
FstReadOptions
&opts) {
337
FstReadOptions
edits_opts(opts);
476
const
FstReadOptions
&opts);
652
const
FstReadOptions
&opts) {
661
FstReadOptions
wrapped_opts(opts);
729
const
FstReadOptions
&opts) {
fst.h
54
struct
FstReadOptions
{
63
explicit
FstReadOptions
(const string& src = "<unspecfied>",
69
explicit
FstReadOptions
(const string& src,
199
static Fst<A> *Read(istream &strm, const
FstReadOptions
&opts) {
200
FstReadOptions
ropts(opts);
230
return Read(strm,
FstReadOptions
(filename));
232
return Read(std::cin,
FstReadOptions
("standard input"));
674
bool ReadHeader(istream &strm, const
FstReadOptions
& opts,
773
bool FstImpl<A>::ReadHeader(istream &strm, const
FstReadOptions
& opts,
937
return Fst<A>::Read(istrm,
FstReadOptions
("StringToFst"))
[
all
...]
const-fst.h
88
static ConstFstImpl<A, U> *Read(istream &strm, const
FstReadOptions
&opts);
205
const
FstReadOptions
&opts) {
281
static ConstFst<A, U> *Read(istream &strm, const
FstReadOptions
&opts) {
compact-fst.h
159
const
FstReadOptions
&opts,
355
const
FstReadOptions
&opts,
617
const
FstReadOptions
&opts) {
846
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);
324
const
FstReadOptions
&opts) {
445
static VectorFst<A> *Read(istream &strm, const
FstReadOptions
&opts) {
matcher-fst.h
113
const
FstReadOptions
&opts) {
/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/openfst/src/include/fst/script/
fst-class.h
143
const
FstReadOptions
&opts) {
225
const
FstReadOptions
&opts) {
261
const
FstReadOptions
&opts) {
313
const
FstReadOptions
&opts) {
register.h
85
const
FstReadOptions
&opts);
/external/openfst/src/script/
fst-class.cc
55
FstReadOptions
read_options(fname, &hdr);
/external/srec/tools/grxmlcompile/
fst-io.h
151
const
FstReadOptions
&opts) {
368
const
FstReadOptions
& /* opts */) {
/external/openfst/src/include/fst/extensions/far/
far.h
234
return Fst<A>::Read(strm,
FstReadOptions
());
Completed in 407 milliseconds