Searched refs:AddressData (Results 1 – 1 of 1) sorted by relevance
649 template <typename B, typename T> struct AddressData { struct656 AddressData() : addr(), data() {} in AddressData() argument658 AddressData(B a, DataType d) : addr(a), data(d) {} in AddressData() function660 bool operator<(const AddressData &rhs) const {666 bool operator==(const AddressData &rhs) const {670 bool operator!=(const AddressData &rhs) const {677 typedef AddressData<B, T> Entry;