Searched refs:vDataPtrToVidx (Results 1 – 1 of 1) sorted by relevance
69 std::map<VertexId, size_t> vDataPtrToVidx; in Graph() local74 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()