Searched defs:ProfileEventCallback (Results 1 – 2 of 2) sorted by relevance
124 struct ProfileEventCallback { struct126 instance: Arc<dyn IProfileEventCallback>, argument129 impl ProfileEventCallback { impl195 impl From<Arc<dyn IProfileEventCallback>> for ProfileEventCallback { implementation
36 class ProfileEventCallback final : public IProfileEventCallback { class78 ProfileEventCallback::ProfileEventCallback(CICrossStateListener* listener) in ProfileEventCallback() function in ProfileEventCallback