Searched refs:WriteIntoTracedProto (Results 1 – 3 of 3) sorted by relevance
/external/perfetto/src/tracing/ |
D | traced_proto_unittest.cc | 45 WriteIntoTracedProto(context().Wrap(event.get()), TestPayload::kSingleInt, in TEST_F() 56 WriteIntoTracedProto(context().Wrap(event.get()), TestPayload::kRepeatedInts, in TEST_F() 66 WriteIntoTracedProto(context().Wrap(event.get()), TestPayload::kSingleString, in TEST_F() 77 WriteIntoTracedProto(context().Wrap(event.get()), TestPayload::kStr, in TEST_F() 97 WriteIntoTracedProto(context().Wrap(event.get()), in TEST_F() 107 WriteIntoTracedProto(context().Wrap(event.get()), TestPayload::kNested, in TEST_F()
|
/external/perfetto/include/perfetto/tracing/internal/ |
D | write_track_event_args.h | 112 WriteIntoTracedProto( in WriteTrackEventArgs()
|
/external/perfetto/include/perfetto/tracing/ |
D | traced_proto.h | 162 void WriteIntoTracedProto( in WriteIntoTracedProto() function
|