HomeSort by relevance Sort by last modified time
    Searched refs:StringWeightIterator (Results 1 - 4 of 4) sorted by null

  /external/openfst/src/include/fst/
string-weight.h 54 class StringWeightIterator;
70 friend class StringWeightIterator<L, S>;
132 // These operations combined with the StringWeightIterator and
165 class StringWeightIterator {
167 explicit StringWeightIterator(const StringWeight<L, S>& w)
194 DISALLOW_COPY_AND_ASSIGN(StringWeightIterator);
231 // StringWeightIterator or StringWeightReverseIterator.
250 for (StringWeightIterator<L, S> iter(*this); !iter.Done(); iter.Next()) {
261 StringWeightIterator<L, S> iter(*this);
269 for (StringWeightIterator<L, S> iter(*this); !iter.Done(); iter.Next()
    [all...]
determinize.h 73 StringWeightIterator<L, S> iter1(w1);
74 StringWeightIterator<L, S> iter2(w2);
    [all...]
factor-weight.h 108 StringWeightIterator<L, S> iter(weight_);
arc-map.h 824 StringWeightIterator<Label, S> iter1(w1);
907 StringWeightIterator<Label, S> iter1(w1);
    [all...]

Completed in 422 milliseconds