Home
last modified time | relevance | path

Searched refs:scoped_id (Results 1 – 2 of 2) sorted by relevance

/external/libchrome/base/trace_event/
Dtrace_event.h664 TraceID(WithScope scoped_id) in TraceID() argument
665 : 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()
/external/perfetto/include/perfetto/tracing/
Dtrack_event_legacy.h275 explicit LegacyTraceId(WithScope scoped_id) in LegacyTraceId() argument
276 : 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()