Home
last modified time | relevance | path

Searched refs:ParseVarInt (Results 1 – 7 of 7) sorted by relevance

/device/generic/vulkan-cereal/third-party/perfetto/src/protozero/
Dproto_decoder.cc65 const uint8_t* next = ParseVarInt(pos, end, &preamble); in ParseOneField()
82 new_pos = ParseVarInt(pos, end, &int_value); in ParseOneField()
96 new_pos = ParseVarInt(pos, end, &payload_length); in ParseOneField()
/device/generic/vulkan-cereal/third-party/perfetto/include/perfetto/protozero/
Dproto_utils.h226 inline const uint8_t* ParseVarInt(const uint8_t* start, in ParseVarInt() function
Dproto_decoder.h224 proto_utils::ParseVarInt(read_ptr_, data_end_, &new_value);
/device/generic/vulkan-cereal/third-party/perfetto-tracing-only/
Dperfetto.cc6399 const uint8_t* next = ParseVarInt(pos, end, &preamble); in ParseOneField()
6416 new_pos = ParseVarInt(pos, end, &int_value); in ParseOneField()
6430 new_pos = ParseVarInt(pos, end, &payload_length); in ParseOneField()
34795 const uint8_t* packet_data = protozero::proto_utils::ParseVarInt( in ReadNextPacketInChunk()
Dperfetto.h2210 inline const uint8_t* ParseVarInt(const uint8_t* start, in ParseVarInt() function
3846 proto_utils::ParseVarInt(read_ptr_, data_end_, &new_value);
54654 proto_utils::ParseVarInt(read_ptr_, data_end_, &new_value);
55086 inline const uint8_t* ParseVarInt(const uint8_t* start,
/device/generic/goldfish-opengl/system/profiler/
Dperfetto.cpp8500 const uint8_t* next = ParseVarInt(pos, end, &preamble); in ParseOneField()
8517 new_pos = ParseVarInt(pos, end, &int_value); in ParseOneField()
8531 new_pos = ParseVarInt(pos, end, &payload_length); in ParseOneField()
45939 const uint8_t* packet_data = protozero::proto_utils::ParseVarInt( in ReadNextPacketInChunk()
Dperfetto.h944 inline const uint8_t* ParseVarInt(const uint8_t* start, in ParseVarInt() function
3008 proto_utils::ParseVarInt(read_ptr_, data_end_, &new_value);
130970 proto_utils::ParseVarInt(read_ptr_, data_end_, &new_value);
131411 inline const uint8_t* ParseVarInt(const uint8_t* start,