Searched defs:EdgeWithReadDep (Results 1 - 1 of 1) sorted by relevance

/system/update_engine/payload_generator/
H A Dinplace_generator_unittest.cc68 EdgeProperties EdgeWithReadDep(const vector<Extent>& extents) { function in namespace:chromeos_update_engine::__anon2764
322 graph[0].out_edges[2] = EdgeWithReadDep(VectOfExt(1, 1));
324 graph[1].out_edges[0] = EdgeWithReadDep(VectOfExt(0, 1));
353 graph[3].out_edges[6] = EdgeWithReadDep(VectOfExt(2, 2));
354 graph[4].out_edges[7] = EdgeWithReadDep(VectOfExt(7, 1));
357 graph[5].out_edges[3] = EdgeWithReadDep(VectOfExt(4, 2));
358 graph[5].out_edges[4] = EdgeWithReadDep(VectOfExt(6, 1));
443 graph[3].out_edges[4] = EdgeWithReadDep(VectOfExt(0, 9));
449 graph[4].out_edges[3] = EdgeWithReadDep(VectOfExt(10, 11));
457 graph[5].out_edges[6] = EdgeWithReadDep(VectOfEx
[all...]

Completed in 98 milliseconds