Home
last modified time | relevance | path

Searched refs:ClosureType (Results 1 – 7 of 7) sorted by relevance

/external/srec/tools/thirdparty/OpenFst/fst/lib/
Dclosure.h39 void Closure(MutableFst<Arc> *fst, ClosureType closure_type) { in Closure()
68 void Closure(RationalFst<Arc> *fst, ClosureType closure_type) { in Closure()
74 ClosureType type;
76 ClosureFstOptions(const RationalFstOptions &opts, ClosureType t) in ClosureFstOptions()
78 explicit ClosureFstOptions(ClosureType t) : type(t) {} in ClosureFstOptions()
102 ClosureFst(const Fst<A> &fst, ClosureType closure_type) { in ClosureFst()
Drational.h33 enum ClosureType { CLOSURE_STAR = 0, // T* -> add the empty string enum
39 template <class A> void Closure(RationalFst<A> *fst, ClosureType closure_type);
108 void InitClosure(const Fst<A> &fst, ClosureType closure_type) { in InitClosure()
168 void AddClosure(ClosureType closure_type) { in AddClosure()
194 friend void Closure<>(RationalFst<A> *fst, ClosureType closure_type);
/external/openfst/src/include/fst/
Dclosure.h46 void Closure(MutableFst<Arc> *fst, ClosureType closure_type) { in Closure()
76 void Closure(RationalFst<Arc> *fst, ClosureType closure_type) { in Closure()
82 ClosureType type;
84 ClosureFstOptions(const RationalFstOptions &opts, ClosureType t) in ClosureFstOptions()
86 explicit ClosureFstOptions(ClosureType t) : type(t) {} in ClosureFstOptions()
110 ClosureFst(const Fst<A> &fst, ClosureType closure_type) { in ClosureFst()
Drational.h40 enum ClosureType { CLOSURE_STAR = 0, // T* -> add the empty string enum
47 template <class A> void Closure(RationalFst<A> *fst, ClosureType closure_type);
165 void InitClosure(const Fst<A> &fst, ClosureType closure_type) { in InitClosure()
232 void AddClosure(ClosureType closure_type) { in AddClosure()
274 friend void Closure<>(RationalFst<A> *fst, ClosureType closure_type);
/external/openfst/src/include/fst/script/
Dclosure.h27 typedef args::Package<MutableFstClass*, const ClosureType> ClosureArgs;
36 void Closure(MutableFstClass *ofst, ClosureType closure_type);
/external/openfst/src/script/
Dclosure.cc24 void Closure(MutableFstClass *fst, ClosureType closure_type) { in Closure()
/external/openfst/src/bin/
Dfstclosure.cc49 fst::ClosureType closure_type = in main()