Home
last modified time | relevance | path

Searched refs:MatchComposeFilter (Results 1 – 6 of 6) sorted by relevance

/external/openfst/src/include/fst/
Dcompose-filter.h378 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
Dintersect.h161 IntersectFstOptions<Arc, M, MatchComposeFilter<M> > iopts;
Dfst-decl.h120 template <class M1, class M2 = M1> class MatchComposeFilter; variable
Ddifference.h178 DifferenceFstOptions<Arc, M, MatchComposeFilter<M> > dopts;
Dcompose.h717 ComposeFstOptions<Arc, M, MatchComposeFilter<M> > copts;
/external/openfst/src/test/
Dalgo_test.h526 ComposeFstOptions<Arc, M, MatchComposeFilter<M> >()); in TestCompose()