Home | History | Annotate | Download | only in far

Lines Matching defs:Arc

38 //   for (StringReader<Arc> reader(...); !reader.Done(); reader.Next()) {
44 typedef A Arc;
128 template <class Arc>
142 typename StringReader<Arc>::EntryType entry_type;
144 entry_type = StringReader<Arc>::LINE;
146 entry_type = StringReader<Arc>::FILE;
152 typename StringCompiler<Arc>::TokenType token_type;
154 token_type = StringCompiler<Arc>::SYMBOL;
156 token_type = StringCompiler<Arc>::BYTE;
158 token_type = StringCompiler<Arc>::UTF8;
176 typename Arc::Label unknown_label = kNoLabel;
195 FarWriter<Arc> *far_writer =
196 FarWriter<Arc>::Create(out_fname, far_type);
213 (entry_type == StringReader<Arc>::FILE ? 1 :
217 for (StringReader<Arc> reader(
223 const Fst<Arc> *fst;
252 if (entry_type != StringReader<Arc>::FILE) {