Lines Matching refs:EventId
82 using EventId = std::variant<uint32_t, std::string>;
113 static Pointer Get(const EventId &innerEventId, int64_t param = 0, const Caller &caller = {});
143 static inline Pointer Get(const EventId &innerEventId, const std::shared_ptr<T> &object,
179 static inline Pointer Get(const EventId &innerEventId, const std::weak_ptr<T> &object,
215 static inline Pointer Get(const EventId &innerEventId, std::unique_ptr<T, D> &&object,
251 static inline Pointer Get(const EventId &innerEventId, std::unique_ptr<T, D> &object,
287 static inline Pointer Get(const EventId &innerEventId, int64_t param, const std::shared_ptr<T> &object,
323 static inline Pointer Get(const EventId &innerEventId, int64_t param, const std::weak_ptr<T> &object,
359 static inline Pointer Get(const EventId &innerEventId, int64_t param, std::unique_ptr<T, D> &&object,
395 static inline Pointer Get(const EventId &innerEventId, int64_t param, std::unique_ptr<T, D> &object,
531 inline EventId GetInnerEventIdEx() const
864 EventId innerEventId_ = 0u;