Home
last modified time | relevance | path

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

/art/runtime/
Dclass_linker.cc7529 using PairType = std::pair<uint32_t, uint16_t>; in CheckVTableHasNoDuplicates() typedef
7531 size_t operator()(const PairType& key) const { in CheckVTableHasNoDuplicates()
7535 std::unordered_map<PairType, int32_t, PairHash> seen; in CheckVTableHasNoDuplicates()
7553 PairType pair = std::make_pair(m_mid->name_idx_.index_, m_mid->proto_idx_.index_); in CheckVTableHasNoDuplicates()