Home
last modified time | relevance | path

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

/external/libchrome/base/trace_event/
Dtrace_event_impl.cc211 void TraceEvent::AppendValueAsJSON(unsigned char type, in AppendValueAsJSON() function in base::trace_event::TraceEvent
328 AppendValueAsJSON(arg_types_[i], arg_values_[i], out); in AppendAsJSON()
417 AppendValueAsJSON(arg_types_[i], arg_values_[i], &value_as_text); in AppendPrettyPrinted()
Dtrace_event_impl.h125 static void AppendValueAsJSON(unsigned char type,
/external/libmojo/base/trace_event/
Dtrace_event_android.cc66 TraceEvent::AppendValueAsJSON(arg_types[i], arg_values[i], &out); in WriteEvent()