Searched defs:PatchDescription (Results 1 – 1 of 1) sorted by relevance
86 struct PatchDescription { struct87 PatchDescription(): mPatch(nullptr), mBitmapWidth(0), mBitmapHeight(0), in PatchDescription() argument91 PatchDescription(const uint32_t bitmapWidth, const uint32_t bitmapHeight, in PatchDescription() argument101 static int compare(const PatchDescription& lhs, const PatchDescription& rhs); argument111 friend inline int strictly_order_type(const PatchDescription& lhs, in strictly_order_type() argument116 friend inline int compare_type(const PatchDescription& lhs, in compare_type() argument121 friend inline hash_t hash_type(const PatchDescription& entry) { in hash_type() argument132 }; // struct PatchDescription argument