Searched refs:MakeTagVarInt (Results 1 – 9 of 9) sorted by relevance
/external/perfetto/src/protozero/ |
D | proto_utils_unittest.cc | 69 EXPECT_EQ(0x08u, MakeTagVarInt(1)); in TEST() 74 EXPECT_EQ(0x03F8u, MakeTagVarInt(0x7F)); in TEST() 79 EXPECT_EQ(0x0400u, MakeTagVarInt(0x80)); in TEST() 84 EXPECT_EQ(0x01FFF8u, MakeTagVarInt(0x3fff)); in TEST() 89 EXPECT_EQ(0x020000u, MakeTagVarInt(0x4000)); in TEST()
|
D | field.cc | 39 wptr = pu::WriteVarInt(pu::MakeTagVarInt(id_), wptr); in SerializeAndAppendToInternal()
|
/external/perfetto/include/perfetto/protozero/ |
D | message.h | 101 pos = proto_utils::WriteVarInt(proto_utils::MakeTagVarInt(field_id), pos); in AppendVarInt() 123 pos = proto_utils::WriteVarInt(proto_utils::MakeTagVarInt(field_id), pos); in AppendTinyVarInt()
|
D | proto_utils.h | 132 constexpr uint32_t MakeTagVarInt(uint32_t field_id) { in MakeTagVarInt() function
|
/external/perfetto/src/trace_processor/importers/etw/ |
D | etw_tokenizer.cc | 37 using protozero::proto_utils::MakeTagVarInt;
|
/external/perfetto/src/trace_processor/importers/ftrace/ |
D | ftrace_tokenizer.cc | 56 using protozero::proto_utils::MakeTagVarInt; 72 constexpr auto kPidFieldTag = MakeTagVarInt(kPidFieldNumber); in TryFastParseFtraceEventId() 220 constexpr auto kTimestampFieldTag = MakeTagVarInt(kTimestampFieldNumber); in TokenizeFtraceEvent()
|
/external/perfetto/src/trace_processor/rpc/ |
D | query_result_serializer.cc | 227 *(pad++) = pu::MakeTagVarInt(kPaddingFieldId); in SerializeBatch()
|
/external/perfetto/src/protozero/filtering/ |
D | message_filter.cc | 36 *out = proto_utils::WriteVarInt(proto_utils::MakeTagVarInt(field_id), *out); in AppendVarInt()
|
/external/perfetto/test/trace_processor/diff_tests/stdlib/export/ |
D | firefox_profile.out | 2 …ero::Message&, unsigned int, unsigned long)","protozero::proto_utils::MakeTagVarInt(unsigned int)"…
|