Searched refs:GetDataForItem (Results 1 – 4 of 4) sorted by relevance
81 return reinterpret_cast<int*>(Recorder::GetDataForItem(this)); in extraData()182 int* data = reinterpret_cast<int*>(Recorder::GetDataForItem(this)); in SubclassExtraData()192 const int* data = reinterpret_cast<const int*>(Recorder::GetDataForItem(this)); in validate()
94 template<typename TItem> static const void* GetDataForItem(const TItem* item) { in GetDataForItem() function98 template<typename TItem> static void* GetDataForItem(TItem* item) { in GetDataForItem() function