Searched refs:okeep (Results 1 - 4 of 4) sorted by relevance

/external/openfst/src/include/fst/script/
H A Dcompile.h41 const bool okeep; member in struct:fst::script::FstCompileArgs
49 bool accep, bool ikeep, bool okeep, bool nkeep,
53 okeep(okeep), nkeep(nkeep),
66 args->okeep, args->nkeep,
86 bool accep, bool ikeep, bool okeep, bool nkeep,
45 FstCompileArgs(istream &istrm, const string &source, const string &dest, const string &fst_type, const fst::SymbolTable *isyms, const fst::SymbolTable *osyms, const fst::SymbolTable *ssyms, bool accep, bool ikeep, bool okeep, bool nkeep, bool allow_negative_labels = false) argument
H A Dcompile-impl.h58 bool okeep, bool nkeep, bool allow_negative_labels = false)
126 if (okeep)
55 FstCompiler(istream &istrm, const string &source, const SymbolTable *isyms, const SymbolTable *osyms, const SymbolTable *ssyms, bool accep, bool ikeep, bool okeep, bool nkeep, bool allow_negative_labels = false) argument
/external/openfst/src/script/
H A Dcompile.cc30 bool accep, bool ikeep, bool okeep, bool nkeep,
33 accep, ikeep, okeep, nkeep, allow_negative_labels);
26 CompileFst(istream &istrm, const string &source, const string &dest, const string &fst_type, const string &arc_type, const SymbolTable *isyms, const SymbolTable *osyms, const SymbolTable *ssyms, bool accep, bool ikeep, bool okeep, bool nkeep, bool allow_negative_labels) argument
/external/srec/tools/grxmlcompile/
H A Dfst-io.h215 bool okeep, bool nkeep)
279 if (okeep)
212 FstReader(istream &istrm, const string &source, const SymbolTable *isyms, const SymbolTable *osyms, const SymbolTable *ssyms, bool accep, bool ikeep, bool okeep, bool nkeep) argument

Completed in 123 milliseconds