Lines Matching defs:Caller

42 struct Caller {
48 Caller(std::string file = __builtin_FILE(), int line = __builtin_LINE(),
52 Caller() {}
100 * @param caller Caller info of the event, default is caller's file, func and line.
103 static Pointer Get(uint32_t innerEventId, int64_t param = 0, const Caller &caller = {});
110 * @param caller Caller info of the event, default is caller's file, func and line.
113 static Pointer Get(const EventId &innerEventId, int64_t param = 0, const Caller &caller = {});
121 * @param caller Caller info of the event, default is caller's file, func and line.
126 int64_t param = 0, const Caller &caller = {})
139 * @param caller Caller info of the event, default is caller's file, func and line.
144 int64_t param = 0, const Caller &caller = {})
157 * @param caller Caller info of the event, default is caller's file, func and line.
162 int64_t param = 0, const Caller &caller = {})
175 * @param caller Caller info of the event, default is caller's file, func and line.
180 int64_t param = 0, const Caller &caller = {})
193 * @param caller Caller info of the event, default is caller's file, func and line.
198 int64_t param = 0, const Caller &caller = {})
211 * @param caller Caller info of the event, default is caller's file, func and line.
216 int64_t param = 0, const Caller &caller = {})
229 * @param caller Caller info of the event, default is caller's file, func and line.
234 int64_t param = 0, const Caller &caller = {})
247 * @param caller Caller info of the event, default is caller's file, func and line.
252 int64_t param = 0, const Caller &caller = {})
265 * @param caller Caller info of the event, default is caller's file, func and line.
270 const Caller &caller = {})
283 * @param caller Caller info of the event, default is caller's file, func and line.
288 const Caller &caller = {})
301 * @param caller Caller info of the event, default is caller's file, func and line.
306 const Caller &caller = {})
319 * @param caller Caller info of the event, default is caller's file, func and line.
324 const Caller &caller = {})
337 * @param caller Caller info of the event, default is caller's file, func and line.
342 const Caller &caller = {})
355 * @param caller Caller info of the event, default is caller's file, func and line.
360 const Caller &caller = {})
373 * @param caller Caller info of the event, default is caller's file, func and line.
378 const Caller &caller = {})
391 * @param caller Caller info of the event, default is caller's file, func and line.
396 const Caller &caller = {})
408 * @param caller Caller info of the event, default is caller's file, func and line.
412 const Caller &caller = {});
630 inline Caller &GetCaller()
879 Caller caller_;