Searched refs:kDfsWhite (Results 1 – 2 of 2) sorted by relevance
68 const int kDfsWhite = 0; // Undiscovered variable113 state_color.resize(nstates, kDfsWhite); in DfsVisit()129 state_color.resize(nstates, kDfsWhite); in DfsVisit()150 state_color.resize(nstates, kDfsWhite); in DfsVisit()159 case kDfsWhite: in DfsVisit()179 root < nstates && state_color[root] != kDfsWhite; in DfsVisit()188 state_color.push_back(kDfsWhite); in DfsVisit()
230 state_color_.resize(s + 1, kDfsWhite); in DFSearch()