Searched refs:MapFstImpl (Results 1 - 1 of 1) sorted by relevance

/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dmap.h249 class MapFstImpl : public CacheImpl<B> { class in namespace:fst
269 MapFstImpl(const Fst<A> &fst, const C &mapper, function in class:fst::MapFstImpl
279 MapFstImpl(const Fst<A> &fst, C *mapper, function in class:fst::MapFstImpl
290 ~MapFstImpl() {
466 : impl_(new MapFstImpl<A, B, C>(fst, mapper, opts)) {}
470 : impl_(new MapFstImpl<A, B, C>(fst, mapper, opts)) {}
473 : impl_(new MapFstImpl<A, B, C>(fst, mapper,
477 : impl_(new MapFstImpl<A, B, C>(fst, mapper,
533 MapFstImpl<A, B, C> *impl_;
583 const MapFstImpl<
[all...]

Completed in 1803 milliseconds