Searched refs:currentIdx (Results 1 – 2 of 2) sorted by relevance
181 VIdx currentIdx; member191 result.vertices.push_back(v_[state.currentIdx].data); in DfsBuildCycleInfo()193 VIdx prevIdx = state.currentIdx; in DfsBuildCycleInfo()197 result.vertices.push_back(v_[s.currentIdx].data); in DfsBuildCycleInfo()199 prevIdx = s.currentIdx; in DfsBuildCycleInfo()200 if (s.currentIdx == originIdx) { in DfsBuildCycleInfo()210 if (HasEdge(state.currentIdx, state.childIdx)) { in DfsVisitChildren()223 state.currentIdx = state.childIdx; in DfsVisitChildren()240 Mark(state.currentIdx, Graph::VColor::BLACK); in DfsPopState()252 Mark(state.currentIdx, Graph::VColor::GREY); in RunDfsFromVertex()[all …]
80 auto currentIdx = column->GetCurrentIndex(); in CanOverScroll() local87 return (currentIdx == 0 && isDown) || (currentIdx == optionCount - 1 && isUp); in CanOverScroll()