Home
last modified time | relevance | path

Searched refs:ComposeOptions (Results 1 – 4 of 4) sorted by relevance

/external/srec/tools/thirdparty/OpenFst/fst/lib/
Dcompose.h861 struct ComposeOptions { struct
864 ComposeOptions(bool c) : connect(c) {} in ComposeOptions() argument
865 ComposeOptions() : connect(true) { } in ComposeOptions() function
900 const ComposeOptions &opts = ComposeOptions()) {
Dintersect.h104 typedef ComposeOptions IntersectOptions;
Ddifference.h113 typedef ComposeOptions DifferenceOptions;
/external/srec/tools/grxmlcompile/
Dgrxmlcompile.cpp879 fst::ComposeOptions copts( /*connect?*/ true); in make_openfst_graphs()