Home
last modified time | relevance | path

Searched refs:FarWriter (Results 1 – 3 of 3) sorted by relevance

/external/openfst/src/include/fst/extensions/far/
Dfar.h89 class FarWriter {
94 static FarWriter *Create(const string &filename, FarType type = FAR_DEFAULT);
104 virtual ~FarWriter() {} in ~FarWriter()
107 FarWriter() {} in FarWriter() function
110 DISALLOW_COPY_AND_ASSIGN(FarWriter);
172 class STTableFarWriter : public FarWriter<A> {
202 class STListFarWriter : public FarWriter<A> {
232 class FstFarWriter : public FarWriter<A> {
269 FarWriter<A> *FarWriter<A>::Create(const string &filename, FarType type) { in Create()
Dcreate.h45 FarWriter<Arc> *far_writer = in FarCreate()
46 FarWriter<Arc>::Create(out_fname, far_type); in FarCreate()
Dcompile-strings.h210 FarWriter<Arc> *far_writer = in FarCompileStrings()
211 FarWriter<Arc>::Create(out_fname, far_type); in FarCompileStrings()