Searched defs:ParseVarInt (Results 1 - 1 of 1) sorted by relevance

/external/perfetto/src/protozero/
H A Dproto_utils.cc40 const uint8_t* ParseVarInt(const uint8_t* start, function in namespace:protozero::proto_utils
75 pos = ParseVarInt(pos, end, &raw_field_id);
98 pos = ParseVarInt(pos, end, field_intvalue);
102 pos = ParseVarInt(pos, end, field_intvalue);

Completed in 359 milliseconds