Searched defs:FarType (Results 1 - 1 of 1) sorted by relevance

/external/openfst/src/include/fst/extensions/far/
H A Dfar.h45 const string &FarType() const { return fartype_; } function in class:fst::FarHeader
80 enum FarType { enum in namespace:fst
94 static FarWriter *Create(const string &filename, FarType type = FAR_DEFAULT);
100 virtual FarType Type() const = 0;
148 virtual FarType Type() const = 0;
184 FarType Type() const { return FAR_STTABLE; }
214 FarType Type() const { return FAR_STLIST; }
253 FarType Type() const { return FAR_FST; }
269 FarWriter<A> *FarWriter<A>::Create(const string &filename, FarType type) {
327 FarType Typ
[all...]

Completed in 43 milliseconds