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

  /external/srec/tools/thirdparty/OpenFst/fst/lib/
closure.h 39 void Closure(MutableFst<Arc> *fst, ClosureType closure_type) {
68 void Closure(RationalFst<Arc> *fst, ClosureType closure_type) {
74 ClosureType type;
76 ClosureFstOptions(const RationalFstOptions &opts, ClosureType t)
78 explicit ClosureFstOptions(ClosureType t) : type(t) {}
102 ClosureFst(const Fst<A> &fst, ClosureType closure_type) {
rational.h 33 enum ClosureType { CLOSURE_STAR = 0, // T* -> add the empty string
39 template <class A> void Closure(RationalFst<A> *fst, ClosureType closure_type);
108 void InitClosure(const Fst<A> &fst, ClosureType closure_type) {
168 void AddClosure(ClosureType closure_type) {
194 friend void Closure<>(RationalFst<A> *fst, ClosureType closure_type);

Completed in 30 milliseconds