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)
405 class TraceStringWithCopy {
407 explicit TraceStringWithCopy(const char* str) : str_(str) {} in TraceStringWithCopy() function
470 INTERNAL_DECLARE_SET_TRACE_VALUE(const TraceStringWithCopy&, as_string, 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()
/external/libchrome/base/trace_event/
Dtrace_event.h29 trace_event_internal::TraceStringWithCopy(str)
526 class TraceStringWithCopy {
528 explicit TraceStringWithCopy(const char* str) : str_(str) {} in TraceStringWithCopy() function
578 INTERNAL_DECLARE_SET_TRACE_VALUE(const TraceStringWithCopy&, arg.str(), in INTERNAL_DECLARE_SET_TRACE_VALUE_INT()