Lines Matching refs:Get
103 static Pointer Get(uint32_t innerEventId, int64_t param = 0, const Caller &caller = {});
113 static Pointer Get(const EventId &innerEventId, int64_t param = 0, const Caller &caller = {});
125 static inline Pointer Get(uint32_t innerEventId, const std::shared_ptr<T> &object,
128 auto event = Get(innerEventId, param, caller);
143 static inline Pointer Get(const EventId &innerEventId, const std::shared_ptr<T> &object,
146 auto event = Get(innerEventId, param, caller);
161 static inline Pointer Get(uint32_t innerEventId, const std::weak_ptr<T> &object,
164 auto event = Get(innerEventId, param, caller);
179 static inline Pointer Get(const EventId &innerEventId, const std::weak_ptr<T> &object,
182 auto event = Get(innerEventId, param, caller);
197 static inline Pointer Get(uint32_t innerEventId, std::unique_ptr<T, D> &&object,
200 auto event = Get(innerEventId, param, caller);
215 static inline Pointer Get(const EventId &innerEventId, std::unique_ptr<T, D> &&object,
218 auto event = Get(innerEventId, param, caller);
233 static inline Pointer Get(uint32_t innerEventId, std::unique_ptr<T, D> &object,
236 auto event = Get(innerEventId, param, caller);
251 static inline Pointer Get(const EventId &innerEventId, std::unique_ptr<T, D> &object,
254 auto event = Get(innerEventId, param, caller);
269 … static inline Pointer Get(uint32_t innerEventId, int64_t param, const std::shared_ptr<T> &object,
272 auto event = Get(innerEventId, param, caller);
287 …static inline Pointer Get(const EventId &innerEventId, int64_t param, const std::shared_ptr<T> &ob…
290 auto event = Get(innerEventId, param, caller);
305 static inline Pointer Get(uint32_t innerEventId, int64_t param, const std::weak_ptr<T> &object,
308 auto event = Get(innerEventId, param, caller);
323 …static inline Pointer Get(const EventId &innerEventId, int64_t param, const std::weak_ptr<T> &obje…
326 auto event = Get(innerEventId, param, caller);
341 static inline Pointer Get(uint32_t innerEventId, int64_t param, std::unique_ptr<T, D> &&object,
344 auto event = Get(innerEventId, param, caller);
359 …static inline Pointer Get(const EventId &innerEventId, int64_t param, std::unique_ptr<T, D> &&obje…
362 auto event = Get(innerEventId, param, caller);
377 static inline Pointer Get(uint32_t innerEventId, int64_t param, std::unique_ptr<T, D> &object,
380 auto event = Get(innerEventId, param, caller);
395 …static inline Pointer Get(const EventId &innerEventId, int64_t param, std::unique_ptr<T, D> &objec…
398 auto event = Get(innerEventId, param, caller);
411 static Pointer Get(const Callback &callback, const std::string &name = std::string(),
419 static Pointer Get();