Searched refs:accep (Results 1 – 7 of 7) sorted by relevance
/external/openfst/src/include/fst/script/ |
D | draw.h | 39 const bool accep; member 57 bool accep, in FstDrawerArgs() 70 fst(fst), isyms(isyms), osyms(osyms), ssyms(ssyms), accep(accep), in FstDrawerArgs() 83 args->accep, args->title, args->width, in DrawFst() 95 bool accep,
|
D | compile.h | 39 const bool accep; member 49 bool accep, bool ikeep, bool okeep, bool nkeep, 52 isyms(isyms), osyms(osyms), ssyms(ssyms), accep(accep), ikeep(ikeep), in istrm() 65 args->accep, args->ikeep, in CompileFst() 86 bool accep, bool ikeep, bool okeep, bool nkeep,
|
D | compile-impl.h | 57 const SymbolTable *ssyms, bool accep, bool ikeep, 72 (col.size() > 4 && accep) || 73 (col.size() == 3 && !accep)) { 105 if (accep) {
|
D | print-impl.h | 49 bool accep, in FstPrinter() argument 52 accep_(accep && fst.Properties(kAcceptor, true)), ostrm_(0), in FstPrinter()
|
D | draw-impl.h | 47 bool accep, in FstDrawer() argument 59 accep_(accep && fst.Properties(kAcceptor, true)), ostrm_(0), in FstDrawer()
|
/external/openfst/src/script/ |
D | compile.cc | 30 bool accep, bool ikeep, bool okeep, bool nkeep, in CompileFst() argument 33 accep, ikeep, okeep, nkeep, allow_negative_labels); in CompileFst()
|
D | draw.cc | 30 bool accep, in DrawFst() argument 43 FstDrawerArgs args(fst, isyms, osyms, ssyms, accep, title, width, in DrawFst()
|