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

/external/openfst/src/include/fst/
H A Dmap.h51 typedef ArcMapFstOptions MapFstOptions; typedef in namespace:fst
61 MapFst(const Fst<A> &fst, const C &mapper, const MapFstOptions& opts)
64 MapFst(const Fst<A> &fst, C* mapper, const MapFstOptions& opts)
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dmap.h236 struct MapFstOptions : public CacheOptions { struct in namespace:fst
240 MapFstOptions() : CacheOptions(true, 0) {} function in struct:fst::MapFstOptions
241 MapFstOptions(const CacheOptions& opts) : CacheOptions(opts) {} function in struct:fst::MapFstOptions
270 const MapFstOptions& opts)
280 const MapFstOptions& opts)
465 const MapFstOptions& opts)
469 const MapFstOptions& opts)
474 MapFstOptions())) {}
478 MapFstOptions())) {}
H A Dencode.h346 : MapFst<A, A, C>(fst, encoder, MapFstOptions()) {}
349 : MapFst<A, A, C>(fst, encoder, MapFstOptions()) {}
373 MapFstOptions()) {}

Completed in 118 milliseconds