Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkTraceEvent.h62 #define TRACE_STR_COPY(str) (::skia_private::TraceStringWithCopy(str))
265 class TraceStringWithCopy {
267 explicit TraceStringWithCopy(const char* str) : str_(str) {} in TraceStringWithCopy() function
312 INTERNAL_DECLARE_SET_TRACE_VALUE(const TraceStringWithCopy&, as_string, in INTERNAL_DECLARE_SET_TRACE_VALUE_INT()
/external/cronet/base/trace_event/
Dtrace_arguments.h508 class TraceStringWithCopy {
510 explicit TraceStringWithCopy(const char* str) : str_(str) {}
518 struct TraceValue::Helper<TraceStringWithCopy> {
520 static inline void SetValue(TraceValue* v, const TraceStringWithCopy& value) {
Dtrace_arguments_unittest.cc200 TraceArguments args("foo_tracestring", TraceStringWithCopy(kText)); in TEST()
438 TraceArguments args("arg1", TraceStringWithCopy("Hello"), "arg2", in TEST()
439 TraceStringWithCopy("World")); in TEST()
Dtrace_event.h36 #define TRACE_STR_COPY(str) ::base::trace_event::TraceStringWithCopy(str)
/external/angle/src/common/base/anglebase/trace_event/
Dtrace_event.h150 #define TRACE_STR_COPY(str) WebCore::TraceEvent::TraceStringWithCopy(str)
624 class TraceStringWithCopy
627 explicit TraceStringWithCopy(const char *str) : m_str(str) {} in TraceStringWithCopy() function
667 INTERNAL_DECLARE_SET_TRACE_VALUE(const TraceStringWithCopy &, in INTERNAL_DECLARE_SET_TRACE_VALUE_INT()
/external/webrtc/rtc_base/
Dtrace_event.h164 webrtc::trace_event_internal::TraceStringWithCopy(str)
729 class TraceStringWithCopy {
731 explicit TraceStringWithCopy(const char* str) : str_(str) {} in TraceStringWithCopy() function
777 INTERNAL_DECLARE_SET_TRACE_VALUE(const TraceStringWithCopy&, as_string, in INTERNAL_DECLARE_SET_TRACE_VALUE_INT()
/external/libchrome/base/trace_event/
Dtrace_event.h75 trace_event_internal::TraceStringWithCopy(str)
699 class TraceStringWithCopy {
701 explicit TraceStringWithCopy(const char* str) : str_(str) {} in TraceStringWithCopy() function
751 INTERNAL_DECLARE_SET_TRACE_VALUE(const TraceStringWithCopy&, arg.str(), in INTERNAL_DECLARE_SET_TRACE_VALUE_INT()