Searched refs:CreateBase1 (Results 1 – 3 of 3) sorted by relevance
/external/openfst/src/include/fst/ |
D | difference.h | 65 using ComposeFst<A>::CreateBase1; 81 SetImpl(CreateBase1(fst1, cfst, copts)); 101 SetImpl(CreateBase1(fst1, cfst, copts)); in DifferenceFst()
|
D | intersect.h | 61 using ComposeFst<A>::CreateBase1; 86 SetImpl(CreateBase1(fst1, fst2, opts)); in IntersectFst()
|
D | compose.h | 526 : 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()
|