Searched refs:AppendValueAsJSON (Results 1 – 4 of 4) sorted by relevance
/external/libchrome/base/trace_event/ |
D | trace_event_impl.cc | 212 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()
|
D | trace_event_argument.cc | 521 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()
|
D | trace_event_impl.h | 119 static void AppendValueAsJSON(unsigned char type,
|
D | trace_event_android.cc | 67 TraceEvent::AppendValueAsJSON(arg_types[i], arg_values[i], &out); in WriteEvent()
|