Searched defs:CopyGraph (Results 1 – 3 of 3) sorted by relevance
2807 TEST_F(GraphConstructorTest, CopyGraph) { in TEST_F() argument
1542 void CopyGraph(const Graph& src, Graph* dest) { dest->Copy(src); } in CopyGraph() function
1861 Status CopyGraph(Graph* src_graph, Graph* dst_graph, in CopyGraph() function