rmepsilon.h | 81 expand_id_(0) {} 148 StateId expand_id_; // Unique ID for each call to Expand member in class:fst::RmEpsilonState 194 (element, pair<StateId, size_t>(expand_id_, arcs_.size()))); 197 if (((*it).second).first == expand_id_) { 201 ((*it).second).first = expand_id_; 215 ++expand_id_;
|