Home
last modified time | relevance | path

Searched refs:VIdx (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/commonlibrary/ets_utils/js_concurrent_module/utils/locks/
H A Dgraph.h40 using VIdx = size_t; variable
44 static constexpr VIdx INVALID_V_IDX = std::numeric_limits<VIdx>::max();
146 for (VIdx seedIdx = 0; seedIdx < NumVertices(); ++seedIdx) { in FindFirstCycle()
159 VColor VertexColor(VIdx vidx) in VertexColor()
164 bool HasEdge(VIdx fromIdx, VIdx toIdx) in HasEdge()
174 void Mark(VIdx vidx, VColor color) in Mark()
181 VIdx currentIdx;
182 VIdx childIdx;
189 VIdx originIdx = state.childIdx; in DfsBuildCycleInfo()
193 VIdx prevIdx = state.currentIdx; in DfsBuildCycleInfo()
[all …]