Searched refs:VarIntDecode (Results 1 – 4 of 4) sorted by relevance
| /developtools/smartperf_host/trace_streamer/src/proto_reader/ |
| D | proto_reader.cpp | 48 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/ |
| D | proto_reader_help.h | 127 inline const uint8_t* VarIntDecode(const uint8_t* start, const uint8_t* end, uint64_t* varIntValue) in VarIntDecode() function
|
| D | proto_reader.h | 149 const uint8_t* nextPos = VarIntDecode(currentReadAddr_, endAddr_, &newValue);
|
| /developtools/smartperf_host/trace_streamer/test/unittest/pbreader/ |
| D | proto_reader_test.cpp | 311 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),
|