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

  /external/openfst/src/include/fst/
map.h 51 typedef ArcMapFstOptions MapFstOptions;
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/
map.h 236 struct MapFstOptions : public CacheOptions {
240 MapFstOptions() : CacheOptions(true, 0) {}
241 MapFstOptions(const CacheOptions& opts) : CacheOptions(opts) {}
270 const MapFstOptions& opts)
280 const MapFstOptions& opts)
465 const MapFstOptions& opts)
469 const MapFstOptions& opts)
474 MapFstOptions())) {}
478 MapFstOptions())) {}
encode.h 345 : MapFst<A, A, C>(fst, encoder, MapFstOptions()) {}
348 : MapFst<A, A, C>(fst, encoder, MapFstOptions()) {}
372 MapFstOptions()) {}

Completed in 177 milliseconds