Searched defs:RationalFst (Results 1 – 2 of 2) sorted by relevance
36 template <class A> class RationalFst; variable234 RationalFst() : impl_(new RationalFstImpl<A>(RationalFstOptions())) {} in RationalFst() function235 explicit RationalFst(const RationalFstOptions &opts) in RationalFst() function239 RationalFst(const RationalFst<A> &fst) : impl_(fst.impl_) { in RationalFst() function
43 template <class A> class RationalFst; variable289 RationalFst() in RationalFst() function292 explicit RationalFst(const RationalFstOptions &opts) in RationalFst() function