HomeSort by relevance Sort by last modified time
    Searched refs:scratch_vertex (Results 1 - 2 of 2) sorted by null

  /system/update_engine/payload_generator/
inplace_generator.cc 605 Vertex::Index scratch_vertex) {
646 if (scratch_vertex != Vertex::kInvalidIndex) {
648 inverse_final_order[scratch_vertex]);
649 (*graph)[scratch_vertex].valid = false;
755 Vertex::Index scratch_vertex = Vertex::kInvalidIndex; local
757 scratch_vertex = graph.size();
776 scratch_vertex));
inplace_generator.h 159 // If |scratch_vertex| is not kInvalidIndex, removes it from
166 Vertex::Index scratch_vertex);

Completed in 82 milliseconds