Home
last modified time | relevance | path

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

/dports/graphics/heimer/Heimer-3.0.0/src/unit_tests/serializer_test/
H A Dserializer_test.cpp226 auto outNode0 = std::make_shared<Node>(); in testNodeDeletion() local
227 outData.graph().addNode(outNode0); in testNodeDeletion()
235 outData.graph().addEdge(std::make_shared<Edge>(*outNode0, *outNode1)); in testNodeDeletion()
237 outData.graph().addEdge(std::make_shared<Edge>(*outNode0, *outNode2)); in testNodeDeletion()
242 const auto edges = inData->graph().getEdgesFromNode(outNode0); in testNodeDeletion()
250 const auto outNode0 = std::make_shared<Node>(); in testSingleEdge() local
251 outData.graph().addNode(outNode0); in testSingleEdge()
256 const auto edge = std::make_shared<Edge>(*outNode0, *outNode1); in testSingleEdge()
264 const auto edges = inData->graph().getEdgesFromNode(outNode0); in testSingleEdge()