Searched refs:StringCompiler (Results 1 - 2 of 2) sorted by path

/external/openfst/src/include/fst/extensions/far/
H A Dcompile-strings.h47 typedef typename StringCompiler<A>::TokenType TokenType;
130 StringCompiler<A> compiler_;
166 typename StringCompiler<Arc>::TokenType token_type;
168 token_type = StringCompiler<Arc>::SYMBOL;
170 token_type = StringCompiler<Arc>::BYTE;
172 token_type = StringCompiler<Arc>::UTF8;
/external/openfst/src/include/fst/
H A Dstring.h36 class StringCompiler { class in namespace:fst
44 StringCompiler(TokenType type, const SymbolTable *syms = 0, function in class:fst::StringCompiler
131 VLOG(1) << "StringCompiler::ConvertSymbolToLabel: Symbol \"" << s
140 VLOG(1) << "StringCompiler::ConvertSymbolToLabel: Bad label integer "
154 DISALLOW_COPY_AND_ASSIGN(StringCompiler);

Completed in 272 milliseconds