Searched defs:GetEventPtr (Results 1 – 1 of 1) sorted by relevance
109 const Event* GetEventPtr(const Event* ptr) { return ptr;} in GetEventPtr() function110 const Event* GetEventPtr(const std::unique_ptr<Event>& ptr) {return ptr.get(); } in GetEventPtr() function