Searched refs:ArcMapFstImpl (Results 1 – 4 of 4) sorted by relevance
/external/openfst/src/include/fst/ |
D | arc-map.h | 311 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_;
|
D | invert.h | 81 typedef ArcMapFstImpl< A, A, InvertMapper<A> > Impl;
|
D | project.h | 101 typedef ArcMapFstImpl< A, A, ProjectMapper<A> > Impl;
|
D | encode.h | 492 typedef ArcMapFstImpl< A, A, EncodeMapper<A> > Impl; 530 typedef ArcMapFstImpl< A, A, EncodeMapper<A> > Impl;
|