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

/external/openfst/src/include/fst/extensions/pdt/
H A Dparen.h219 vector<char> state_color_; // DFS state member in class:fst::PdtParenReachable
229 if (s >= state_color_.size())
230 state_color_.resize(s + 1, kDfsWhite);
232 if (state_color_[s] == kDfsBlack)
235 if (state_color_[s] == kDfsGrey)
238 state_color_[s] = kDfsGrey;
270 state_color_[s] = kDfsBlack;

Completed in 629 milliseconds