Home
last modified time | relevance | path

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

/third_party/node/src/tracing/
Dtrace_event.h361 explicit DontMangle(WithScope scoped_id) in DontMangle() argument
362 : scope_(scoped_id.scope()), raw_id_(scoped_id.raw_id()) {} in DontMangle()
427 TraceID(WithScope scoped_id, unsigned int* flags) in TraceID() argument
428 : scope_(scoped_id.scope()), raw_id_(scoped_id.raw_id()) {} in TraceID()