Home
last modified time | relevance | path

Searched refs:FET_LINE (Results 1 – 4 of 4) sorted by relevance

/external/openfst/src/extensions/far/
Dmain.cc67 return FET_LINE; in StringToFarEntryType()
72 return FET_LINE; // compiler requires return in StringToFarEntryType()
/external/openfst/src/include/fst/extensions/far/
Dcompile-strings.h157 if (fet == FET_LINE) { in FarCompileStrings()
265 << (fet == FET_LINE ? "line" : in FarCompileStrings()
Dprint-strings.h98 if (entry_type == FET_LINE) { in FarPrintStrings()
Dfar.h32 enum FarEntryType { FET_LINE, FET_FILE }; enumerator