Home
last modified time | relevance | path

Searched refs:VarIntDecode (Results 1 – 4 of 4) sorted by relevance

/developtools/smartperf_host/trace_streamer/src/proto_reader/
Dproto_reader.cpp48 const uint8_t* nextAddr = VarIntDecode(cursor, endAddr, dataAreaTag); in GetNextProtoTag()
67 auto cursor = VarIntDecode(startAddr, endAddr, &intValue); in ParseVarIntValue()
82 auto cursor = VarIntDecode(startAddr, endAddr, &length); in ParseLengthDelimitedValue()
/developtools/smartperf_host/trace_streamer/src/proto_reader/include/
Dproto_reader_help.h127 inline const uint8_t* VarIntDecode(const uint8_t* start, const uint8_t* end, uint64_t* varIntValue) in VarIntDecode() function
Dproto_reader.h149 const uint8_t* nextPos = VarIntDecode(currentReadAddr_, endAddr_, &newValue);
/developtools/smartperf_host/trace_streamer/test/unittest/pbreader/
Dproto_reader_test.cpp311 const uint8_t* nextData = VarIntDecode(reinterpret_cast<const uint8_t*>(str.data() + 1),
337 const uint8_t* nextData = VarIntDecode(reinterpret_cast<const uint8_t*>(str.data() + 1),