Home
last modified time | relevance | path

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

/bionic/tools/versioner/src/
DArch.h86 const ArchMap<T>& map_; variable
92 ArchMapIterator(const ArchMap<T>& map, Arch arch) : map_(map), arch_(arch) { in ArchMapIterator()
96 return map_ == rhs.map_ && arch_ == rhs.arch_;
115 return std::tie(arch_, map_[arch_]);
119 return std::tie(arch_, map_[arch_]);