Searched refs:path_to_c (Results 1 – 2 of 2) sorted by relevance
160 test_path path_to_c = sp.get_shortest_path (c); in test_shortest_paths() local161 ASSERT_EQ (path_to_c.m_edges.length (), 1); in test_shortest_paths()162 ASSERT_EQ (path_to_c.m_edges[0], ac); in test_shortest_paths()194 test_path path_to_c = sp.get_shortest_path (c); in test_shortest_paths() local195 ASSERT_EQ (path_to_c.m_edges.length (), 0); /* No path. */ in test_shortest_paths()221 test_path path_to_c = sp.get_shortest_path (c); in test_shortest_paths() local222 ASSERT_EQ (path_to_c.m_edges.length (), 0); /* Trivial path. */ in test_shortest_paths()251 test_path path_to_c = sp.get_shortest_path (c); in test_shortest_paths() local252 ASSERT_EQ (path_to_c.m_edges.length (), 1); in test_shortest_paths()253 ASSERT_EQ (path_to_c.m_edges[0], cf); in test_shortest_paths()
157 test_path path_to_c = sp.get_shortest_path (c); in test_shortest_paths() local158 ASSERT_EQ (path_to_c.m_edges.length (), 1); in test_shortest_paths()159 ASSERT_EQ (path_to_c.m_edges[0], ac); in test_shortest_paths()