Home
last modified time | relevance | path

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

/external/openfst/src/include/fst/
Dmatcher-fst.h97 : ImplToExpandedFst<Impl>(CreateImpl(fst, N)) {} in MatcherFst()
100 : ImplToExpandedFst<Impl>(CreateImpl(fst, N)) {} in MatcherFst()
158 static Impl *CreateImpl(const F &fst, const string &name) { in CreateImpl() function
169 static Impl *CreateImpl(const Fst<Arc> &fst, const string &name) { in CreateImpl() function
171 return CreateImpl(ffst, name); in CreateImpl()