Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/ets_utils/js_concurrent_module/utils/locks/
H A Dgraph.h147 if (VertexColor(seedIdx) != Graph::VColor::WHITE) { in FindFirstCycle()
159 VColor VertexColor(VIdx vidx) in VertexColor() function
212 if (VertexColor(state.childIdx) == Graph::VColor::BLACK) { in DfsVisitChildren()
216 if (VertexColor(state.childIdx) == Graph::VColor::GREY) { in DfsVisitChildren()