Home
last modified time | relevance | path

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

/external/openfst/src/include/fst/
Ddifference.h65 using ComposeFst<A>::CreateBase1;
81 SetImpl(CreateBase1(fst1, cfst, copts));
101 SetImpl(CreateBase1(fst1, cfst, copts)); in DifferenceFst()
Dintersect.h61 using ComposeFst<A>::CreateBase1;
86 SetImpl(CreateBase1(fst1, fst2, opts)); in IntersectFst()
Dcompose.h526 : ImplToFst<Impl>(CreateBase1(fst1, fst2, opts)) {} in ComposeFst()
581 static Impl *CreateBase1(const Fst<A> &fst1, const Fst<A> &fst2, in CreateBase1() function
596 return CreateBase1(fst1, fst2, nopts); in CreateBase()
603 return CreateBase1(fst1, fst2, nopts); in CreateBase()
610 return CreateBase1(fst1, fst2, nopts); in CreateBase()