HomeSort by relevance Sort by last modified time
    Searched refs:FarWriter (Results 1 - 3 of 3) sorted by null

  /external/openfst/src/include/fst/extensions/far/
create.h 45 FarWriter<Arc> *far_writer =
46 FarWriter<Arc>::Create(out_fname, far_type);
far.h 89 class FarWriter {
94 static FarWriter *Create(const string &filename, FarType type = FAR_DEFAULT);
104 virtual ~FarWriter() {}
107 FarWriter() {}
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)
    [all...]
compile-strings.h 210 FarWriter<Arc> *far_writer =
211 FarWriter<Arc>::Create(out_fname, far_type);

Completed in 22 milliseconds