Lines Matching defs:ArcMapFstImpl
311 class ArcMapFstImpl : public CacheImpl<B> {
332 ArcMapFstImpl(const Fst<A> &fst, const C &mapper,
343 ArcMapFstImpl(const Fst<A> &fst, C *mapper,
354 ArcMapFstImpl(const ArcMapFstImpl<A, B, C> &impl)
364 ~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_;