Home
last modified time | relevance | path

Searched defs:WriteIntoTracedValue (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/perfetto/src/tracing/
H A Dtraced_value_unittest.cc257 void WriteIntoTracedValue(TracedValue context) const { in WriteIntoTracedValue() function in perfetto::__anonbfe51cef0111::HasWriteIntoTracedValueConvertorMember
278 void WriteIntoTracedValue(TracedValue context) const { in WriteIntoTracedValue() function in perfetto::__anonbfe51cef0111::HasAllConversionMethods
291 void WriteIntoTracedValue(TracedValue context) const { in WriteIntoTracedValue() function in perfetto::__anonbfe51cef0111::HasConstWriteMember
298 void WriteIntoTracedValue(TracedValue context) { in WriteIntoTracedValue() function in perfetto::__anonbfe51cef0111::HasNonConstWriteMember
305 void WriteIntoTracedValue(TracedValue context) { in WriteIntoTracedValue() function in perfetto::__anonbfe51cef0111::HasConstAndNonConstWriteMember
309 void WriteIntoTracedValue(TracedValue context) const { in WriteIntoTracedValue() function in perfetto::__anonbfe51cef0111::HasConstAndNonConstWriteMember
326 static void WriteIntoTracedValue( in WriteIntoTracedValue() function
335 static void WriteIntoTracedValue(TracedValue context, in WriteIntoTracedValue() function
500 static void WriteIntoTracedValue(TracedValue context, in WriteIntoTracedValue() function
H A Ddebug_annotation.cc26 void DebugAnnotation::WriteIntoTracedValue(TracedValue context) const { in WriteIntoTracedValue() function in perfetto::DebugAnnotation
/aosp_15_r20/external/cronet/base/trace_event/
H A Dtrace_event_stub.h230 void WriteIntoTracedValue(TracedValue, T&&) {} in WriteIntoTracedValue() function