Searched defs:ComposeOptions (Results 1 - 3 of 3) sorted by relevance

/external/openfst/src/include/fst/script/
H A Dcompose.h39 typedef fst::ComposeOptions ComposeOptions; typedef in namespace:fst::script
42 MutableFstClass*, const ComposeOptions &> ComposeArgs2;
55 const ComposeOptions &opts = fst::script::ComposeOptions());
/external/openfst/src/include/fst/
H A Dcompose.h661 struct ComposeOptions { struct in namespace:fst
665 ComposeOptions(bool c, ComposeFilter ft = AUTO_FILTER) function in struct:fst::ComposeOptions
667 ComposeOptions() : connect(true), filter_type(AUTO_FILTER) {} function in struct:fst::ComposeOptions
701 const ComposeOptions &opts = ComposeOptions()) {
699 Compose(const Fst<Arc> &ifst1, const Fst<Arc> &ifst2, MutableFst<Arc> *ofst, const ComposeOptions &opts = ComposeOptions()) argument
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dcompose.h858 struct ComposeOptions { struct in namespace:fst
861 ComposeOptions(bool c) : connect(c) {} function in struct:fst::ComposeOptions
862 ComposeOptions() : connect(true) { } function in struct:fst::ComposeOptions
897 const ComposeOptions &opts = ComposeOptions()) {
895 Compose(const Fst<Arc> &ifst1, const Fst<Arc> &ifst2, MutableFst<Arc> *ofst, const ComposeOptions &opts = ComposeOptions()) argument

Completed in 205 milliseconds