Home
last modified time | relevance | path

Searched refs:ArcMapFstImpl (Results 1 – 4 of 4) sorted by relevance

/external/openfst/src/include/fst/
Darc-map.h311 class ArcMapFstImpl : public CacheImpl<B> {
332 ArcMapFstImpl(const Fst<A> &fst, const C &mapper, in ArcMapFstImpl() function
343 ArcMapFstImpl(const Fst<A> &fst, C *mapper, in ArcMapFstImpl() function
354 ArcMapFstImpl(const ArcMapFstImpl<A, B, C> &impl) in ArcMapFstImpl() function
364 ~ArcMapFstImpl() { in ~ArcMapFstImpl()
544 void operator=(const ArcMapFstImpl<A, B, C> &); // disallow
551 class ArcMapFst : public ImplToFst< ArcMapFstImpl<A, B, C> > {
560 typedef ArcMapFstImpl<A, B, C> Impl;
649 const ArcMapFstImpl<A, B, C> *impl_;
Dinvert.h81 typedef ArcMapFstImpl< A, A, InvertMapper<A> > Impl;
Dproject.h101 typedef ArcMapFstImpl< A, A, ProjectMapper<A> > Impl;
Dencode.h492 typedef ArcMapFstImpl< A, A, EncodeMapper<A> > Impl;
530 typedef ArcMapFstImpl< A, A, EncodeMapper<A> > Impl;