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

/external/openfst/src/include/fst/
H A Dintersect.h61 using ComposeFst<A>::CreateBase1;
86 SetImpl(CreateBase1(fst1, fst2, opts));
H A Ddifference.h65 using ComposeFst<A>::CreateBase1;
81 SetImpl(CreateBase1(fst1, cfst, copts));
101 SetImpl(CreateBase1(fst1, cfst, copts));
H A Dcompose.h474 : ImplToFst<Impl>(CreateBase1(fst1, fst2, opts)) {}
529 static Impl *CreateBase1(const Fst<A> &fst1, const Fst<A> &fst2, function in class:fst::ComposeFst
543 return CreateBase1(fst1, fst2, nopts);
549 return CreateBase1(fst1, fst2, nopts);
555 return CreateBase1(fst1, fst2, nopts);

Completed in 2317 milliseconds