Home
last modified time | relevance | path

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

/external/perfetto/src/tracing/
Dtraced_value_unittest.cc255 void WriteIntoTracedValue(TracedValue context) const { in WriteIntoTracedValue() function in perfetto::__anonbf257d600111::HasWriteIntoTracedValueConvertorMember
276 void WriteIntoTracedValue(TracedValue context) const { in WriteIntoTracedValue() function in perfetto::__anonbf257d600111::HasAllConversionMethods
289 void WriteIntoTracedValue(TracedValue context) const { in WriteIntoTracedValue() function in perfetto::__anonbf257d600111::HasConstWriteMember
296 void WriteIntoTracedValue(TracedValue context) { in WriteIntoTracedValue() function in perfetto::__anonbf257d600111::HasNonConstWriteMember
303 void WriteIntoTracedValue(TracedValue context) { in WriteIntoTracedValue() function in perfetto::__anonbf257d600111::HasConstAndNonConstWriteMember
307 void WriteIntoTracedValue(TracedValue context) const { in WriteIntoTracedValue() function in perfetto::__anonbf257d600111::HasConstAndNonConstWriteMember
324 static void WriteIntoTracedValue( in WriteIntoTracedValue() function
333 static void WriteIntoTracedValue(TracedValue context, in WriteIntoTracedValue() function
498 static void WriteIntoTracedValue(TracedValue context, in WriteIntoTracedValue() function
Ddebug_annotation.cc26 void DebugAnnotation::WriteIntoTracedValue(TracedValue context) const { in WriteIntoTracedValue() function in perfetto::DebugAnnotation