Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkTraceEvent.h23 skia::tracing_internals::TraceStringWithCopy(str)
328 class TraceStringWithCopy {
330 explicit TraceStringWithCopy(const char* str) : str_(str) {} in TraceStringWithCopy() function
377 INTERNAL_DECLARE_SET_TRACE_VALUE(const TraceStringWithCopy&, as_string, in INTERNAL_DECLARE_SET_TRACE_VALUE_INT()
/external/v8/src/tracing/
Dtrace-event.h37 #define TRACE_STR_COPY(str) v8::internal::tracing::TraceStringWithCopy(str)
357 class TraceStringWithCopy {
359 explicit TraceStringWithCopy(const char* str) : str_(str) {} in TraceStringWithCopy() function
400 INTERNAL_DECLARE_SET_TRACE_VALUE(const TraceStringWithCopy&, as_string, in INTERNAL_DECLARE_SET_TRACE_VALUE_INT()
/external/libchrome/base/trace_event/
Dtrace_event.h28 trace_event_internal::TraceStringWithCopy(str)
445 class TraceStringWithCopy {
447 explicit TraceStringWithCopy(const char* str) : str_(str) {} in TraceStringWithCopy() function
497 INTERNAL_DECLARE_SET_TRACE_VALUE(const TraceStringWithCopy&, arg.str(), in INTERNAL_DECLARE_SET_TRACE_VALUE_INT()
/external/webrtc/webrtc/base/
Dtrace_event.h148 webrtc::trace_event_internal::TraceStringWithCopy(str)
748 class TraceStringWithCopy {
750 explicit TraceStringWithCopy(const char* str) : str_(str) {} in TraceStringWithCopy() function
796 INTERNAL_DECLARE_SET_TRACE_VALUE(const TraceStringWithCopy&, as_string, in INTERNAL_DECLARE_SET_TRACE_VALUE_INT()