Home
last modified time | relevance | path

Searched refs:OrderedExpand (Results 1 – 2 of 2) sorted by relevance

/external/srec/tools/thirdparty/OpenFst/fst/lib/
Dcompose.h458 OrderedExpand(s, ComposeFstImplBase<A>::fst2_, s2, in Expand()
461 OrderedExpand(s, ComposeFstImplBase<A>::fst1_, s1, in Expand()
475 void OrderedExpand(StateId s, const Fst<A> *fsta, StateId sa, in OrderedExpand() function
/external/openfst/src/include/fst/
Dcompose.h273 OrderedExpand(s, fst1_, s1, fst2_, s2, matcher1_, false); in Expand()
275 OrderedExpand(s, fst2_, s2, fst1_, s1, matcher2_, true); in Expand()
292 void OrderedExpand(StateId s, const Fst<Arc> &, StateId sa, in OrderedExpand() function