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 69 class FarWriter {
74 static FarWriter *Create(const string &filename, FarType type = FAR_DEFAULT);
84 virtual ~FarWriter() {}
87 FarWriter() {}
90 DISALLOW_COPY_AND_ASSIGN(FarWriter);
152 class STTableFarWriter : public FarWriter<A> {
182 class STListFarWriter : public FarWriter<A> {
212 FarWriter<A> *FarWriter<A>::Create(const string &filename, FarType type) {
224 LOG(ERROR) << "FarWriter::Create: unknown far type"
    [all...]
compile-strings.h 195 FarWriter<Arc> *far_writer =
196 FarWriter<Arc>::Create(out_fname, far_type);

Completed in 39 milliseconds