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

/external/openfst/src/include/fst/
H A Dsparse-tuple-weight.h25 // Use SparseTupleWeightIterator to iterate through the key,value pairs
51 class SparseTupleWeightIterator;
91 for (SparseTupleWeightIterator<W, K> it(w); !it.Done(); it.Next()) {
126 for (SparseTupleWeightIterator<W, K> it(w); !it.Done(); it.Next()) {
134 for (SparseTupleWeightIterator<W, K> it(*this); !it.Done(); it.Next()) {
144 for (SparseTupleWeightIterator<W, K> it(*this); !it.Done(); it.Next()) {
153 for (SparseTupleWeightIterator<W, K> it(*this); !it.Done(); it.Next()) {
161 for (SparseTupleWeightIterator<W, K> it(*this); !it.Done(); it.Next()) {
222 friend class SparseTupleWeightIterator<W, K>;
226 class SparseTupleWeightIterator { class in namespace:fst
232 explicit SparseTupleWeightIterator(const SparseTupleWeight<W, K>& w) function in class:fst::SparseTupleWeightIterator
[all...]

Completed in 114 milliseconds