Searched refs:class_name (Results 1 – 1 of 1) sorted by relevance
124 #define NW_RES_CTOR_ALIGN(class_name, align) \ argument125 typedef class_name SelfType; /*!< :private */ \126 typedef class_name##Data ResDataType; /*!< :private */ \129 /* ctor */ explicit class_name(const void *p = NULL) \130 : nw::ut::ResCommon<class_name##Data>(p) { NW_ASSERT(!((u32)p & ((align)-1))); } \132 class_name##Data& ref() \137 const class_name##Data& ref() const \144 return #class_name; \147 bool operator==(const class_name& rhs) const { return ptr() == rhs.ptr(); } \149 bool operator!=(const class_name& rhs) const { return ptr() != rhs.ptr(); } \[all …]