Searched refs:ParseVarInt (Results 1 – 6 of 6) sorted by relevance
/external/perfetto/src/protozero/ |
D | proto_decoder.cc | 62 pos = ParseVarInt(pos, end, &preamble); in ParseOneField() 76 new_pos = ParseVarInt(pos, end, &int_value); in ParseOneField() 90 new_pos = ParseVarInt(pos, end, &payload_length); in ParseOneField()
|
D | proto_utils_unittest.cc | 179 const uint8_t* res = ParseVarInt( in TEST() 193 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/src/trace_processor/ |
D | proto_trace_tokenizer.cc | 46 using protozero::proto_utils::ParseVarInt; 128 const uint8_t* next = ParseVarInt(++pos, &*partial_buf_.end(), &field_size); in Parse() 437 const uint8_t* next = ParseVarInt(data + 1, data + 11, &raw_timestamp); in ParseFtraceEvent()
|
/external/perfetto/include/perfetto/protozero/ |
D | proto_utils.h | 204 inline const uint8_t* ParseVarInt(const uint8_t* start, in ParseVarInt() function
|
/external/perfetto/src/tracing/core/ |
D | trace_buffer.cc | 840 const uint8_t* packet_data = protozero::proto_utils::ParseVarInt( in ReadNextPacketInChunk()
|