Searched defs:scoped_id (Results 1 - 2 of 2) sorted by relevance

/external/v8/src/tracing/
H A Dtrace-event.h317 explicit DontMangle(WithScope scoped_id) argument
318 : scope_(scoped_id.scope()), raw_id_(scoped_id.raw_id()) {}
383 TraceID(WithScope scoped_id, unsigned int* flags) argument
384 : scope_(scoped_id.scope()), raw_id_(scoped_id.raw_id()) {}
/external/libchrome/base/trace_event/
H A Dtrace_event.h439 explicit DontMangle(WithScope scoped_id) argument
440 : scope_(scoped_id.scope()), raw_id_(scoped_id.raw_id()) {}
504 TraceID(WithScope scoped_id, unsigned int* /*flags*/) argument
505 : scope_(scoped_id.scope()), raw_id_(scoped_id.raw_id()) {}

Completed in 273 milliseconds