Searched refs:ParseVarInt (Results 1 – 5 of 5) sorted by relevance
/external/perfetto/src/protozero/ |
D | proto_utils.cc | 40 const uint8_t* ParseVarInt(const uint8_t* start, in ParseVarInt() function 75 pos = ParseVarInt(pos, end, &raw_field_id); in ParseField() 98 pos = ParseVarInt(pos, end, field_intvalue); in ParseField() 102 pos = ParseVarInt(pos, end, field_intvalue); in ParseField()
|
D | proto_utils_unittest.cc | 149 const uint8_t* res = ParseVarInt( in TEST() 163 const uint8_t* res = ParseVarInt(buf, buf + i, &value); in TEST()
|
/external/perfetto/src/tracing/test/ |
D | fake_packet.cc | 26 using protozero::proto_utils::ParseVarInt; 90 ParseVarInt(&header_[0], &header_[0] + header_size_, &size); in GetSizeHeader()
|
/external/perfetto/include/perfetto/protozero/ |
D | proto_utils.h | 111 const uint8_t* ParseVarInt(const uint8_t* start,
|
/external/perfetto/src/tracing/core/ |
D | trace_buffer.cc | 647 const uint8_t* packet_data = protozero::proto_utils::ParseVarInt( in ReadNextPacketInChunk()
|