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

  /system/update_engine/payload_generator/
cycle_breaker.h 57 Vertex::Index current_vertex_; // "s" in the paper member in class:chromeos_update_engine::CycleBreaker
cycle_breaker.cc 91 current_vertex_ = i;
96 Circuit(current_vertex_, 0);
107 stack_.push_back(current_vertex_);
178 if (*w == current_vertex_) {
180 // current_vertex_ here, which is a cycle. Instead, we call

Completed in 43 milliseconds