Searched refs:AddressData (Results 1 – 1 of 1) sorted by relevance
835 template <typename B, typename T> struct AddressData { struct842 AddressData() : addr(), data() {} in AddressData() argument844 AddressData(B a, DataType d) : addr(a), data(d) {} in AddressData() argument846 bool operator<(const AddressData &rhs) const {852 bool operator==(const AddressData &rhs) const {856 bool operator!=(const AddressData &rhs) const {863 typedef AddressData<B, T> Entry;