Home
last modified time | relevance | path

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

/bionic/tools/versioner/src/
DArch.h85 const ArchMap<T>& map_; variable
91 ArchMapIterator(const ArchMap<T>& map, Arch arch) : map_(map), arch_(arch) { in ArchMapIterator()
95 return map_ == rhs.map_ && arch_ == rhs.arch_;
114 return std::tie(arch_, map_[arch_]);
118 return std::tie(arch_, map_[arch_]);