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 38 const string &FarType() const { return fartype_; }
64 enum FarType { FAR_DEFAULT = 0, FAR_STTABLE = 1, FAR_STLIST = 2,
74 static FarWriter *Create(const string &filename, FarType type = FAR_DEFAULT);
80 virtual FarType Type() const = 0;
128 virtual FarType Type() const = 0;
164 FarType Type() const { return FAR_STTABLE; }
194 FarType Type() const { return FAR_STLIST; }
212 FarWriter<A> *FarWriter<A>::Create(const string &filename, FarType type) {
270 FarType Type() const { return FAR_STTABLE; }
318 FarType Type() const { return FAR_STLIST;
    [all...]
farscript.h 48 const FarType &far_type;
62 const FarType &far_type,
94 const FarType &far_type,
115 const FarType &far_type;
122 const FarType &far_type, const string &key_prefix,
141 const FarType &far_type,
create.h 42 const FarType &far_type,
compile-strings.h 132 const FarType &far_type,
  /external/openfst/src/extensions/far/
main.cc 33 // Return the 'FarType' value corresponding to a far type name.
34 FarType FarTypeFromString(const string &str) {
35 FarType type = FAR_DEFAULT;
46 // Return the textual name corresponding to a 'FarType;.
47 string FarTypeToString(FarType type) {
farscript.cc 31 const FarType &far_type,
55 const FarType &far_type,
farcompilestrings.cc 74 fst::FarType far_type = fst::FarTypeFromString(FLAGS_far_type);
farcreate.cc 57 fst::FarType far_type = fst::FarTypeFromString(FLAGS_far_type);

Completed in 505 milliseconds