Searched refs:MatchComposeFilter (Results 1 – 6 of 6) sorted by relevance
/external/openfst/src/include/fst/ |
D | compose-filter.h | 378 class MatchComposeFilter { 391 MatchComposeFilter(const FST1 &fst1, const FST2 &fst2, 401 MatchComposeFilter(const MatchComposeFilter<M1, M2> &filter, 411 ~MatchComposeFilter() { in ~MatchComposeFilter() 472 void operator=(const MatchComposeFilter<M1, M2> &); // disallow
|
D | intersect.h | 161 IntersectFstOptions<Arc, M, MatchComposeFilter<M> > iopts;
|
D | fst-decl.h | 120 template <class M1, class M2 = M1> class MatchComposeFilter; variable
|
D | difference.h | 178 DifferenceFstOptions<Arc, M, MatchComposeFilter<M> > dopts;
|
D | compose.h | 717 ComposeFstOptions<Arc, M, MatchComposeFilter<M> > copts;
|
/external/openfst/src/test/ |
D | algo_test.h | 526 ComposeFstOptions<Arc, M, MatchComposeFilter<M> >()); in TestCompose()
|