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

/external/openfst/src/include/fst/
H A Dclosure.h81 struct ClosureFstOptions : RationalFstOptions { struct in namespace:fst
84 ClosureFstOptions(const RationalFstOptions &opts, ClosureType t) function in struct:fst::ClosureFstOptions
86 explicit ClosureFstOptions(ClosureType t) : type(t) {} function in struct:fst::ClosureFstOptions
87 ClosureFstOptions() : type(CLOSURE_STAR) {} function in struct:fst::ClosureFstOptions
114 ClosureFst(const Fst<A> &fst, const ClosureFstOptions &opts)
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dclosure.h73 struct ClosureFstOptions : RationalFstOptions { struct in namespace:fst
76 ClosureFstOptions(const RationalFstOptions &opts, ClosureType t) function in struct:fst::ClosureFstOptions
78 explicit ClosureFstOptions(ClosureType t) : type(t) {} function in struct:fst::ClosureFstOptions
79 ClosureFstOptions() : type(CLOSURE_STAR) {} function in struct:fst::ClosureFstOptions
106 ClosureFst(const Fst<A> &fst, const ClosureFstOptions &opts)

Completed in 76 milliseconds