Searched refs:fromVertexPtr (Results 1 – 1 of 1) sorted by relevance
73 auto fromVertexPtr = std::get<0>(edef); in Graph() local74 if (vDataPtrToVidx.find(fromVertexPtr) == vDataPtrToVidx.end()) { in Graph()75 v_.push_back({VColor::WHITE, fromVertexPtr}); in Graph()76 vDataPtrToVidx[fromVertexPtr] = size; in Graph()95 auto fromVertexPtr = std::get<0>(edef); in Graph() local98 e_[vDataPtrToVidx[fromVertexPtr]][vDataPtrToVidx[toVertexPtr]] = edgeDataPtr; in Graph()