Home
last modified time | relevance | path

Searched refs:components_ (Results 1 – 3 of 3) sorted by relevance

/system/update_engine/payload_generator/
Dtarjan.cc38 components_.clear(); in Execute()
45 if (!components_.empty()) in Execute()
46 out->swap(components_[0]); in Execute()
77 components_.resize(components_.size() + 1); in Tarjan()
78 component.swap(components_.back()); in Tarjan()
Dtarjan.h47 std::vector<std::vector<Vertex::Index>> components_; variable
/system/core/libmemunreachable/
DTarjan.h70 : index_(0), stack_(allocator), components_(allocator) {} in TarjanAlgorithm()
80 SCCList<T> components_; variable
86 components_.clear(); in Execute()
98 out.swap(components_); in Execute()
118 SCC<T> component{components_.get_allocator()}; in Tarjan()
126 components_.emplace_back(component); in Tarjan()