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

  /external/openfst/src/include/fst/
replace.h 1217 ssize_t num_arcs_; \/\/ Number of arcs at state_ member in class:fst::ArcIterator
    [all...]
compact-fst.h 939 num_arcs_ = data->States(s + 1) - offset;
942 num_arcs_ = compactor_->Size();
944 if (num_arcs_ > 0) {
949 --num_arcs_;
956 bool Done() const { return pos_ >= num_arcs_; }
983 size_t num_arcs_; member in class:fst::ArcIterator
1000 // : fst_(fst), state_(s), pos_(0), num_arcs_(0), offset_(0),
1006 // num_arcs_ = cache_data_.narcs;
1014 // num_arcs_ = data->States(s + 1) - offset_;
1017 // num_arcs_ = compactor->Size()
    [all...]

Completed in 208 milliseconds