Home
last modified time | relevance | path

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

/external/libchrome/base/trace_event/
Dtrace_event_impl.cc212 void TraceEvent::AppendValueAsJSON(unsigned char type, in AppendValueAsJSON() function in base::trace_event::TraceEvent
329 AppendValueAsJSON(arg_types_[i], arg_values_[i], out); in AppendAsJSON()
441 AppendValueAsJSON(arg_types_[i], arg_values_[i], &value_as_text); in AppendPrettyPrinted()
Dtrace_event_argument.cc521 TraceEvent::AppendValueAsJSON(TRACE_VALUE_TYPE_BOOL, json_value, out); in AppendAsTraceFormat()
531 TraceEvent::AppendValueAsJSON(TRACE_VALUE_TYPE_INT, json_value, out); in AppendAsTraceFormat()
539 TraceEvent::AppendValueAsJSON(TRACE_VALUE_TYPE_DOUBLE, json_value, out); in AppendAsTraceFormat()
549 TraceEvent::AppendValueAsJSON(TRACE_VALUE_TYPE_STRING, json_value, out); in AppendAsTraceFormat()
Dtrace_event_impl.h119 static void AppendValueAsJSON(unsigned char type,
Dtrace_event_android.cc67 TraceEvent::AppendValueAsJSON(arg_types[i], arg_values[i], &out); in WriteEvent()