Searched refs:toVertexPtr (Results 1 – 1 of 1) sorted by relevance
79 auto toVertexPtr = std::get<1>(edef); in Graph() local80 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() local98 e_[vDataPtrToVidx[fromVertexPtr]][vDataPtrToVidx[toVertexPtr]] = edgeDataPtr; in Graph()