Searched refs:nkeep (Results 1 – 4 of 4) sorted by relevance
/external/openfst/src/include/fst/script/ |
D | compile.h | 42 const bool nkeep; member 49 bool accep, bool ikeep, bool okeep, bool nkeep, 53 okeep(okeep), nkeep(nkeep), in istrm() 66 args->okeep, args->nkeep, in CompileFst() 86 bool accep, bool ikeep, bool okeep, bool nkeep,
|
D | compile-impl.h | 58 bool okeep, bool nkeep, bool allow_negative_labels = false) 61 nstates_(0), keep_state_numbering_(nkeep),
|
/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()
|
/external/srec/tools/grxmlcompile/ |
D | fst-io.h | 215 bool okeep, bool nkeep) in FstReader() argument 218 nstates_(0), keep_state_numbering_(nkeep) { in FstReader()
|