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

  /external/openfst/src/include/fst/
rational.h 40 enum ClosureType { CLOSURE_STAR = 0, // T* -> add the empty string
47 template <class A> void Closure(RationalFst<A> *fst, ClosureType closure_type);
165 void InitClosure(const Fst<A> &fst, ClosureType closure_type) {
232 void AddClosure(ClosureType closure_type) {
274 friend void Closure<>(RationalFst<A> *fst, ClosureType closure_type);
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
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 1391 milliseconds