Home
last modified time | relevance | path

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

/external/perfetto/src/tracing/
Dtraced_value_unittest.cc257 void WriteIntoTracedValue(TracedValue context) const { in WriteIntoTracedValue() function in perfetto::__anon87eb41650111::HasWriteIntoTracedValueConvertorMember
278 void WriteIntoTracedValue(TracedValue context) const { in WriteIntoTracedValue() function in perfetto::__anon87eb41650111::HasAllConversionMethods
291 void WriteIntoTracedValue(TracedValue context) const { in WriteIntoTracedValue() function in perfetto::__anon87eb41650111::HasConstWriteMember
298 void WriteIntoTracedValue(TracedValue context) { in WriteIntoTracedValue() function in perfetto::__anon87eb41650111::HasNonConstWriteMember
305 void WriteIntoTracedValue(TracedValue context) { in WriteIntoTracedValue() function in perfetto::__anon87eb41650111::HasConstAndNonConstWriteMember
309 void WriteIntoTracedValue(TracedValue context) const { in WriteIntoTracedValue() function in perfetto::__anon87eb41650111::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
Ddebug_annotation.cc26 void DebugAnnotation::WriteIntoTracedValue(TracedValue context) const { in WriteIntoTracedValue() function in perfetto::DebugAnnotation