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

/external/openfst/src/include/fst/extensions/far/
H A Dmain.h32 // Return the 'FarType' value corresponding to a far type name.
33 FarType FarTypeFromString(const string &str);
35 // Return the textual name corresponding to a 'FarType;.
36 string FarTypeToString(FarType type);
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...]
H A Dfarscript.h49 const FarType &far_type;
65 const FarType &far_type,
101 const FarType &far_type,
124 const FarType &far_type;
131 const FarType &far_type, const string &key_prefix,
150 const FarType &far_type,
H A Dcreate.h42 const FarType &far_type,
H A Dcompile-strings.h144 const FarType &far_type,
/external/openfst/src/extensions/far/
H A Dmain.cc34 // Return the 'FarType' value corresponding to a far type name.
35 FarType FarTypeFromString(const string &str) {
36 FarType type = FAR_DEFAULT;
49 // Return the textual name corresponding to a 'FarType;.
50 string FarTypeToString(FarType type) {
H A Dfarcompilestrings.cc77 fst::FarType far_type = fst::FarTypeFromString(FLAGS_far_type);
H A Dfarcreate.cc57 fst::FarType far_type = fst::FarTypeFromString(FLAGS_far_type);
H A Dfarscript.cc31 const FarType &far_type,
58 const FarType &far_type,

Completed in 551 milliseconds