Searched refs:RationalFstImpl (Results 1 - 4 of 4) sorted by relevance

/external/openfst/src/include/fst/
H A Drational.h52 class RationalFstImpl : public FstImpl<A> { class in namespace:fst
65 explicit RationalFstImpl(const RationalFstOptions &opts) function in class:fst::RationalFstImpl
73 RationalFstImpl(const RationalFstImpl<A> &impl) function in class:fst::RationalFstImpl
88 virtual ~RationalFstImpl() {
258 void operator=(const RationalFstImpl<A> &impl); // disallow
267 class RationalFst : public ImplToFst< RationalFstImpl<A> > {
278 typedef RationalFstImpl<A> Impl;
H A Dclosure.h106 using ImplToFst< RationalFstImpl<A> >::GetImpl;
H A Dunion.h134 using ImplToFst< RationalFstImpl<A> >::GetImpl;
H A Dconcat.h195 using ImplToFst< RationalFstImpl<A> >::GetImpl;

Completed in 164 milliseconds