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

  /system/update_engine/payload_generator/
tarjan.cc 69 Vertex::Index other_vertex; local
71 other_vertex = stack_.back();
73 component.push_back(other_vertex);
74 } while (other_vertex != vertex && !stack_.empty());
  /system/core/libmemunreachable/
Tarjan.h 119 Node<T>* other_vertex; local
121 other_vertex = stack_.back();
123 component.push_back(other_vertex);
124 } while (other_vertex != vertex && !stack_.empty());

Completed in 74 milliseconds