Searched refs:MapFstImpl (Results 1 – 1 of 1) sorted by relevance
/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
D | map.h | 249 class MapFstImpl : public CacheImpl<B> { 269 MapFstImpl(const Fst<A> &fst, const C &mapper, in MapFstImpl() function 279 MapFstImpl(const Fst<A> &fst, C *mapper, in MapFstImpl() function 290 ~MapFstImpl() { in ~MapFstImpl() 466 : impl_(new MapFstImpl<A, B, C>(fst, mapper, opts)) {} in MapFst() 470 : impl_(new MapFstImpl<A, B, C>(fst, mapper, opts)) {} in MapFst() 473 : impl_(new MapFstImpl<A, B, C>(fst, mapper, in MapFst() 477 : impl_(new MapFstImpl<A, B, C>(fst, mapper, in MapFst() 533 MapFstImpl<A, B, C> *impl_; 583 const MapFstImpl<A, B, C> *impl_;
|