Home
last modified time | relevance | path

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

/system/memory/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()