Lines Matching refs:TraceId
38 static TraceId current_id() { in current_id()
42 static TraceId root_id() { in root_id()
68 TraceId id,
79 ScopedTraceOperation(TraceId current_id = kUnsetTraceId,
80 TraceId parent_id = kUnsetTraceId,
81 TraceId root_id = kUnsetTraceId);
84 TraceId trace_id_;
85 TraceId parent_id_;
86 TraceId root_id_;
117 TraceId current = kUnsetTraceId,
118 TraceId parent = kUnsetTraceId,
119 TraceId root = kUnsetTraceId);