Searched refs:AddressData (Results 1 – 1 of 1) sorted by relevance
728 template <typename B, typename T> struct AddressData { struct735 AddressData() : addr(), data() {} in AddressData() argument737 AddressData(B a, DataType d) : addr(a), data(d) {} in AddressData() argument739 bool operator<(const AddressData &rhs) const {745 bool operator==(const AddressData &rhs) const {749 bool operator!=(const AddressData &rhs) const {756 typedef AddressData<B, T> Entry;