Searched defs:NativeItem (Results 1 – 1 of 1) sorted by relevance
61 class NativeItem { class63 NativeItem() : pItem(NULL), pInfo(NULL), bytes(NULL), swapped(NULL), length(0) {} in NativeItem() function in NativeItem64 NativeItem(const Item *item, UDataSwapFn *swap) : swapped(NULL) { in NativeItem() function in NativeItem