Searched defs:ComposeOptions (Results 1 – 3 of 3) sorted by relevance
39 typedef fst::ComposeOptions ComposeOptions; typedef
858 struct ComposeOptions { struct861 ComposeOptions(bool c) : connect(c) {} in ComposeOptions() argument862 ComposeOptions() : connect(true) { } in ComposeOptions() argument
661 struct ComposeOptions { struct665 ComposeOptions(bool c, ComposeFilter ft = AUTO_FILTER) argument667 ComposeOptions() : connect(true), filter_type(AUTO_FILTER) {} in ComposeOptions() argument