Searched refs:LookAheadComposeFilter (Results 1 – 1 of 1) sorted by relevance
/external/openfst/src/include/fst/ |
D | lookahead-filter.h | 197 class LookAheadComposeFilter { 205 typedef LookAheadComposeFilter<F, M1, M2, MT> Filter; 211 LookAheadComposeFilter(const FST1 &fst1, const FST2 &fst2, in LookAheadComposeFilter() function 230 LookAheadComposeFilter(const LookAheadComposeFilter<F, M1, M2, MT> &filter, 317 void operator=(const LookAheadComposeFilter<F, M1, M2> &); // disallow 630 typedef LookAheadComposeFilter<SF, M> ComposeFilter; 640 typedef LookAheadComposeFilter<SF, M> ComposeFilter; 651 typedef LookAheadComposeFilter<SF, M> LF; 664 typedef LookAheadComposeFilter<SF, M> LF; 677 typedef LookAheadComposeFilter<SF, M> LF; [all …]
|