Searched defs:DeterminizeElement (Results 1 - 1 of 1) sorted by relevance

/external/openfst/src/include/fst/
H A Ddeterminize.h115 struct DeterminizeElement { struct in namespace:fst
119 DeterminizeElement() {} function in struct:fst::DeterminizeElement
121 DeterminizeElement(StateId s, Weight w) : state_id(s), weight(w) {} function in struct:fst::DeterminizeElement
123 bool operator==(const DeterminizeElement<A> & element) const {
127 bool operator<(const DeterminizeElement<A> & element) const {
151 typedef slist< DeterminizeElement<Arc> > Subset;
169 // typedef DeterminizeElement<Arc> Element;
197 typedef DeterminizeElement<Arc> Element;
468 typedef DeterminizeElement<A> Element;

Completed in 1301 milliseconds