Home
last modified time | relevance | path

Searched refs:ArcMapFstOptions (Results 1 – 3 of 3) sorted by relevance

/external/openfst/src/include/fst/
Darc-map.h298 struct ArcMapFstOptions : public CacheOptions { struct
302 ArcMapFstOptions() : CacheOptions(true, 0) {} in ArcMapFstOptions() function
303 ArcMapFstOptions(const CacheOptions& opts) : CacheOptions(opts) {} in ArcMapFstOptions() argument
333 const ArcMapFstOptions& opts) in ArcMapFstImpl()
344 const ArcMapFstOptions& opts) in ArcMapFstImpl()
562 ArcMapFst(const Fst<A> &fst, const C &mapper, const ArcMapFstOptions& opts) in ArcMapFst()
565 ArcMapFst(const Fst<A> &fst, C* mapper, const ArcMapFstOptions& opts) in ArcMapFst()
569 : ImplToFst<Impl>(new Impl(fst, mapper, ArcMapFstOptions())) {} in ArcMapFst()
572 : ImplToFst<Impl>(new Impl(fst, mapper, ArcMapFstOptions())) {} in ArcMapFst()
Dencode.h496 : ArcMapFst<A, A, C>(fst, encoder, ArcMapFstOptions()) { in EncodeFst()
502 : ArcMapFst<A, A, C>(fst, encoder, ArcMapFstOptions()) {} in EncodeFst()
536 ArcMapFstOptions()) { in DecodeFst()
Dmap.h51 typedef ArcMapFstOptions MapFstOptions;