Searched defs:RationalFstImpl (Results 1 - 2 of 2) 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;
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Drational.h44 class RationalFstImpl : public ReplaceFstImpl<A> { class in namespace:fst
56 explicit RationalFstImpl(const RationalFstOptions &opts) function in class:fst::RationalFstImpl
180 DISALLOW_EVIL_CONSTRUCTORS(RationalFstImpl);
234 RationalFst() : impl_(new RationalFstImpl<A>(RationalFstOptions())) {}
236 : impl_(new RationalFstImpl<A>(opts)) {}
245 RationalFstImpl<A> *Impl() { return impl_; }
248 RationalFstImpl<A> *impl_;

Completed in 649 milliseconds