Searched refs:GetDataForItem (Results 1 – 2 of 2) sorted by relevance
83 return reinterpret_cast<int*>(Recorder::GetDataForItem(this)); in extraData()184 int* data = reinterpret_cast<int*>(Recorder::GetDataForItem(this)); in SubclassExtraData()194 const int* data = reinterpret_cast<const int*>(Recorder::GetDataForItem(this)); in validate()
93 template<typename TItem> static const void* GetDataForItem(const TItem* item) { in GetDataForItem() function97 template<typename TItem> static void* GetDataForItem(TItem* item) { in GetDataForItem() function