Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/ets_utils/js_concurrent_module/utils/locks/
H A Dgraph.h79 auto toVertexPtr = std::get<1>(edef); in Graph() local
80 if (vDataPtrToVidx.find(toVertexPtr) == vDataPtrToVidx.end()) { in Graph()
81 v_.push_back({VColor::WHITE, toVertexPtr}); in Graph()
82 vDataPtrToVidx[toVertexPtr] = size; in Graph()
96 auto toVertexPtr = std::get<1>(edef); in Graph() local
98 e_[vDataPtrToVidx[fromVertexPtr]][vDataPtrToVidx[toVertexPtr]] = edgeDataPtr; in Graph()