Searched refs:ArcMapFstOptions (Results 1 – 3 of 3) sorted by relevance
/external/openfst/src/include/fst/ |
D | arc-map.h | 298 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()
|
D | encode.h | 496 : ArcMapFst<A, A, C>(fst, encoder, ArcMapFstOptions()) { in EncodeFst() 502 : ArcMapFst<A, A, C>(fst, encoder, ArcMapFstOptions()) {} in EncodeFst() 536 ArcMapFstOptions()) { in DecodeFst()
|
D | map.h | 51 typedef ArcMapFstOptions MapFstOptions;
|