Searched refs:ClosureType (Results 1 – 7 of 7) sorted by relevance
/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
D | closure.h | 39 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()
|
D | rational.h | 33 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/ |
D | closure.h | 46 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()
|
D | rational.h | 40 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/ |
D | closure.h | 27 typedef args::Package<MutableFstClass*, const ClosureType> ClosureArgs; 36 void Closure(MutableFstClass *ofst, ClosureType closure_type);
|
/external/openfst/src/script/ |
D | closure.cc | 24 void Closure(MutableFstClass *fst, ClosureType closure_type) { in Closure()
|
/external/openfst/src/bin/ |
D | fstclosure.cc | 49 fst::ClosureType closure_type = in main()
|