Lines Matching refs:addNode
92 Node* addNode(uint32_t id) { in addNode() function in Graph
322 Node* nodeQ = g.addNode('q'); in test_1()
323 Node* nodeY = g.addNode('y'); in test_1()
324 Node* nodeA = g.addNode('a'); in test_1()
325 Node* nodeZ = g.addNode('z'); in test_1()
326 Node* nodeB = g.addNode('b'); in test_1()
327 /*Node* nodeC =*/ g.addNode('c'); in test_1()
328 Node* nodeW = g.addNode('w'); in test_1()
329 Node* nodeD = g.addNode('d'); in test_1()
330 Node* nodeX = g.addNode('x'); in test_1()
331 Node* nodeR = g.addNode('r'); in test_1()
362 Node* nodeY = g.addNode('y'); in test_2()
363 /*Node* nodeA =*/ g.addNode('a'); in test_2()
364 Node* nodeW = g.addNode('w'); in test_2()
365 /*Node* nodeB =*/ g.addNode('b'); in test_2()
366 Node* nodeZ = g.addNode('z'); in test_2()
367 Node* nodeU = g.addNode('u'); in test_2()
368 /*Node* nodeC =*/ g.addNode('c'); in test_2()
369 Node* nodeX = g.addNode('x'); in test_2()
370 /*Node* nodeD =*/ g.addNode('d'); in test_2()
371 Node* nodeV = g.addNode('v'); in test_2()
421 Node* nodeD = g.addNode('d'); in test_diamond()
422 Node* nodeC = g.addNode('c'); in test_diamond()
423 Node* nodeB = g.addNode('b'); in test_diamond()
433 Node* nodeA = g.addNode('a'); in test_diamond()
463 Node* nodeG = g.addNode('g'); in test_lopsided_binary_tree()
464 Node* nodeF = g.addNode('f'); in test_lopsided_binary_tree()
465 Node* nodeE = g.addNode('e'); in test_lopsided_binary_tree()
466 Node* nodeD = g.addNode('d'); in test_lopsided_binary_tree()
467 Node* nodeC = g.addNode('c'); in test_lopsided_binary_tree()
468 Node* nodeB = g.addNode('b'); in test_lopsided_binary_tree()
469 Node* nodeA = g.addNode('a'); in test_lopsided_binary_tree()