Searched defs:CreateBase1 (Results 1 - 1 of 1) sorted by relevance

/external/openfst/src/include/fst/
H A Dcompose.h526 : ImplToFst<Impl>(CreateBase1(fst1, fst2, opts)) {}
581 static Impl *CreateBase1(const Fst<A> &fst1, const Fst<A> &fst2, function in class:fst::ComposeFst
596 return CreateBase1(fst1, fst2, nopts);
603 return CreateBase1(fst1, fst2, nopts);
610 return CreateBase1(fst1, fst2, nopts);

Completed in 52 milliseconds