Home | History | Annotate | Download | only in far

Lines Matching defs:Arc

38 //   for (StringReader<Arc> reader(...); !reader.Done(); reader.Next()) {
44 typedef A Arc;
140 template <class Arc>
156 typename StringReader<Arc>::EntryType entry_type;
158 entry_type = StringReader<Arc>::LINE;
160 entry_type = StringReader<Arc>::FILE;
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;
190 typename Arc::Label unknown_label = kNoLabel;
210 FarWriter<Arc> *far_writer =
211 FarWriter<Arc>::Create(out_fname, far_type);
238 (entry_type == StringReader<Arc>::FILE ? 1 :
244 for (StringReader<Arc> reader(
251 const Fst<Arc> *fst;
283 if (entry_type != StringReader<Arc>::FILE) {