Searched refs:FarType (Results 1 – 9 of 9) sorted by relevance
/external/openfst/src/include/fst/extensions/far/ |
D | far.h | 45 const string &FarType() const { return fartype_; } in FarType() function 80 enum FarType { enum 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; } in Type() 214 FarType Type() const { return FAR_STLIST; } in Type() 253 FarType Type() const { return FAR_FST; } in Type() 269 FarWriter<A> *FarWriter<A>::Create(const string &filename, FarType type) { in Create() 327 FarType Type() const { return FAR_STTABLE; } in Type() [all …]
|
D | farscript.h | 49 const FarType &far_type; 65 const FarType &far_type, in FarCompileStringsArgs() 101 const FarType &far_type, 124 const FarType &far_type; 131 const FarType &far_type, const string &key_prefix, in FarCreateArgs() 150 const FarType &far_type,
|
D | main.h | 33 FarType FarTypeFromString(const string &str); 36 string FarTypeToString(FarType type);
|
D | create.h | 42 const FarType &far_type, in FarCreate()
|
D | compile-strings.h | 144 const FarType &far_type, in FarCompileStrings()
|
/external/openfst/src/extensions/far/ |
D | main.cc | 35 FarType FarTypeFromString(const string &str) { in FarTypeFromString() 36 FarType type = FAR_DEFAULT; in FarTypeFromString() 50 string FarTypeToString(FarType type) { in FarTypeToString()
|
D | farscript.cc | 31 const FarType &far_type, in FarCompileStrings() 58 const FarType &far_type, in FarCreate()
|
D | farcreate.cc | 57 fst::FarType far_type = fst::FarTypeFromString(FLAGS_far_type); in main()
|
D | farcompilestrings.cc | 77 fst::FarType far_type = fst::FarTypeFromString(FLAGS_far_type); in main()
|