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

  /external/openfst/src/include/fst/extensions/far/
main.h 32 // 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);
far.h 45 const string &FarType() const { return fartype_; }
80 enum FarType {
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 Type() const { return FAR_STTABLE;
    [all...]
farscript.h 49 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,
create.h 42 const FarType &far_type,
compile-strings.h 144 const FarType &far_type,
  /external/openfst/src/extensions/far/
main.cc 34 // 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) {
farcompilestrings.cc 77 fst::FarType far_type = fst::FarTypeFromString(FLAGS_far_type);
farcreate.cc 57 fst::FarType far_type = fst::FarTypeFromString(FLAGS_far_type);
farscript.cc 31 const FarType &far_type,
58 const FarType &far_type,

Completed in 1151 milliseconds