Home
last modified time | relevance | path

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

/external/openfst/src/include/fst/extensions/far/
Dfar.h45 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 …]
Dfarscript.h49 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,
Dmain.h33 FarType FarTypeFromString(const string &str);
36 string FarTypeToString(FarType type);
Dcreate.h42 const FarType &far_type, in FarCreate()
Dcompile-strings.h144 const FarType &far_type, in FarCompileStrings()
/external/openfst/src/extensions/far/
Dmain.cc35 FarType FarTypeFromString(const string &str) { in FarTypeFromString()
36 FarType type = FAR_DEFAULT; in FarTypeFromString()
50 string FarTypeToString(FarType type) { in FarTypeToString()
Dfarscript.cc31 const FarType &far_type, in FarCompileStrings()
58 const FarType &far_type, in FarCreate()
Dfarcreate.cc57 fst::FarType far_type = fst::FarTypeFromString(FLAGS_far_type); in main()
Dfarcompilestrings.cc77 fst::FarType far_type = fst::FarTypeFromString(FLAGS_far_type); in main()