HomeSort by relevance Sort by last modified time
    Searched refs:ArcMapFstImpl (Results 1 - 4 of 4) sorted by null

  /external/openfst/src/include/fst/
invert.h 81 typedef ArcMapFstImpl< A, A, InvertMapper<A> > Impl;
project.h 101 typedef ArcMapFstImpl< A, A, ProjectMapper<A> > Impl;
arc-map.h 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_
    [all...]
encode.h 492 typedef ArcMapFstImpl< A, A, EncodeMapper<A> > Impl;
530 typedef ArcMapFstImpl< A, A, EncodeMapper<A> > Impl;

Completed in 41 milliseconds