Searched defs:closure_type (Results 1 – 6 of 6) sorted by relevance
46 void Closure(MutableFst<Arc> *fst, ClosureType closure_type) { in Closure()76 void Closure(RationalFst<Arc> *fst, ClosureType closure_type) { in Closure()110 ClosureFst(const Fst<A> &fst, ClosureType closure_type) { in ClosureFst()
165 void InitClosure(const Fst<A> &fst, ClosureType closure_type) { in InitClosure()232 void AddClosure(ClosureType closure_type) { in AddClosure()
39 void Closure(MutableFst<Arc> *fst, ClosureType closure_type) { in Closure()68 void Closure(RationalFst<Arc> *fst, ClosureType closure_type) { in Closure()102 ClosureFst(const Fst<A> &fst, ClosureType closure_type) { in ClosureFst()
108 void InitClosure(const Fst<A> &fst, ClosureType closure_type) { in InitClosure()168 void AddClosure(ClosureType closure_type) { in AddClosure()
24 void Closure(MutableFstClass *fst, ClosureType closure_type) { in Closure()
49 fst::ClosureType closure_type = in main() local