Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/ets_utils/js_concurrent_module/utils/locks/
H A Dgraph.h69 std::map<VertexId, size_t> vDataPtrToVidx; in Graph() local
74 if (vDataPtrToVidx.find(fromVertexPtr) == vDataPtrToVidx.end()) { in Graph()
76 vDataPtrToVidx[fromVertexPtr] = size; in Graph()
80 if (vDataPtrToVidx.find(toVertexPtr) == vDataPtrToVidx.end()) { in Graph()
82 vDataPtrToVidx[toVertexPtr] = size; in Graph()
98 e_[vDataPtrToVidx[fromVertexPtr]][vDataPtrToVidx[toVertexPtr]] = edgeDataPtr; in Graph()