Searched defs:RationalFstOptions (Results 1 - 2 of 2) sorted by relevance

/external/openfst/src/include/fst/
H A Drational.h37 typedef CacheOptions RationalFstOptions; typedef in namespace:fst
65 explicit RationalFstImpl(const RationalFstOptions &opts)
290 : ImplToFst<Impl>(new Impl(RationalFstOptions())) {}
292 explicit RationalFst(const RationalFstOptions &opts)
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Drational.h30 typedef CacheOptions RationalFstOptions; typedef in namespace:fst
56 explicit RationalFstImpl(const RationalFstOptions &opts)
234 RationalFst() : impl_(new RationalFstImpl<A>(RationalFstOptions())) {}
235 explicit RationalFst(const RationalFstOptions &opts)

Completed in 94 milliseconds