Searched refs:SparseTupleWeightIterator (Results 1 - 2 of 2) 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...]
H A Dsparse-power-weight.h185 for (SparseTupleWeightIterator<W, K> it(product); !it.Done(); it.Next()) {

Completed in 1175 milliseconds