Searched refs:scoped_id (Results 1 – 2 of 2) sorted by relevance
664 TraceID(WithScope scoped_id) in TraceID() argument665 : scope_(scoped_id.scope()), in TraceID()666 has_prefix_(scoped_id.has_prefix()), in TraceID()667 prefix_(scoped_id.prefix()), in TraceID()668 raw_id_(scoped_id.raw_id()), in TraceID()669 id_flags_(scoped_id.id_flags()) {} in TraceID()
275 explicit LegacyTraceId(WithScope scoped_id) in LegacyTraceId() argument276 : scope_(scoped_id.scope()), in LegacyTraceId()277 has_prefix_(scoped_id.has_prefix()), in LegacyTraceId()278 prefix_(scoped_id.prefix()), in LegacyTraceId()279 raw_id_(scoped_id.raw_id()), in LegacyTraceId()280 id_flags_(scoped_id.id_flags()) {} in LegacyTraceId()