Home
last modified time | relevance | path

Searched refs:WriteIntoTrace (Results 1 – 5 of 5) sorted by relevance

/external/perfetto/include/perfetto/tracing/
Dtraced_value.h276 decltype(std::declval<T>().WriteIntoTrace(std::declval<TracedValue>()), void())
278 value.WriteIntoTrace(std::move(context)); in WriteImpl()
296 decltype(TraceFormatTraits<base::remove_cvref_t<T>>::WriteIntoTrace( in decltype()
301 TraceFormatTraits<base::remove_cvref_t<T>>::WriteIntoTrace( in decltype()
457 inline static void WriteIntoTrace(TracedValue context, T value) {
470 inline static void WriteIntoTrace(TracedValue context, T value) {
478 inline static void WriteIntoTrace(TracedValue context, bool value) {
488 inline static void WriteIntoTrace(TracedValue context, T value) {
501 inline static void WriteIntoTrace(TracedValue context, T value) {
514 inline static void WriteIntoTrace(TracedValue context, T value) {
[all …]
Dtraced_proto.h134 value.WriteIntoTrace( in Write()
150 item.WriteIntoTrace(context.context().Wrap( in Write()
/external/perfetto/src/tracing/
Dtraced_proto_unittest.cc88 void WriteIntoTrace(TracedProto<TestPayload> message) const { in WriteIntoTrace() function
Dtraced_value_unittest.cc264 void WriteIntoTrace(TracedValue context) const { in WriteIntoTrace() function in perfetto::__anonbf257d600111::HasWriteIntoTraceConvertorMember
316 static void WriteIntoTrace(TracedValue context, in WriteIntoTrace() function
/external/perfetto/src/tracing/test/
Dapi_integrationtest.cc1783 void WriteIntoTrace( in TEST_P() function