Home
last modified time | relevance | path

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

/bionic/tools/versioner/src/
DArch.h84 const ArchMap<T>& map_; variable
90 ArchMapIterator(const ArchMap<T>& map, Arch arch) : map_(map), arch_(arch) { in ArchMapIterator()
94 return map_ == rhs.map_ && arch_ == rhs.arch_;
113 return std::tie(arch_, map_[arch_]);
117 return std::tie(arch_, map_[arch_]);