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

  /external/openfst/src/include/fst/
arc-map.h 298 struct ArcMapFstOptions : public CacheOptions {
302 ArcMapFstOptions() : CacheOptions(true, 0) {}
303 ArcMapFstOptions(const CacheOptions& opts) : CacheOptions(opts) {}
333 const ArcMapFstOptions& opts)
344 const ArcMapFstOptions& opts)
562 ArcMapFst(const Fst<A> &fst, const C &mapper, const ArcMapFstOptions& opts)
565 ArcMapFst(const Fst<A> &fst, C* mapper, const ArcMapFstOptions& opts)
569 : ImplToFst<Impl>(new Impl(fst, mapper, ArcMapFstOptions())) {}
572 : ImplToFst<Impl>(new Impl(fst, mapper, ArcMapFstOptions())) {}
    [all...]
map.h 51 typedef ArcMapFstOptions MapFstOptions;
encode.h 496 : ArcMapFst<A, A, C>(fst, encoder, ArcMapFstOptions()) {
502 : ArcMapFst<A, A, C>(fst, encoder, ArcMapFstOptions()) {}
536 ArcMapFstOptions()) {

Completed in 444 milliseconds