Searched refs:ComposeOptions (Results 1 - 14 of 14) 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());
H A Ddifference.h41 MutableFstClass*, const ComposeOptions &> DifferenceArgs2;
59 const ComposeOptions &opts = fst::script::ComposeOptions());
H A Dintersect.h23 #include <fst/script/compose.h> // for ComposeOptions, ComposeFilter
41 MutableFstClass*, const ComposeOptions &> IntersectArgs2;
58 const ComposeOptions &opts = fst::script::ComposeOptions());
/external/openfst/src/bin/
H A Dfstcompose.cc88 fst::ComposeOptions opts(FLAGS_connect, compose_filter);
/external/openfst/src/script/
H A Dcompose.cc35 MutableFstClass *ofst, const ComposeOptions &copts) {
H A Ddifference.cc34 MutableFstClass *ofst, const ComposeOptions &copts) {
H A Dintersect.cc34 MutableFstClass *ofst, const ComposeOptions &copts) {
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Ddifference.h113 typedef ComposeOptions DifferenceOptions;
H A Dintersect.h104 typedef ComposeOptions IntersectOptions;
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
/external/openfst/src/include/fst/
H A Dintersect.h129 typedef ComposeOptions IntersectOptions;
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
H A Ddifference.h145 typedef ComposeOptions DifferenceOptions;
/external/srec/tools/grxmlcompile/
H A Dgrxmlcompile.cpp879 fst::ComposeOptions copts( /*connect?*/ true);

Completed in 3456 milliseconds