Home
last modified time | relevance | path

Searched refs:nextLength_ (Results 1 – 2 of 2) sorted by relevance

/developtools/smartperf_host/trace_streamer/src/parser/htrace_pbreader_parser/
Dhtrace_parser.cpp263 mTraceDataHtrace_.emplace(splitFileOffset_, nextLength_ + packetSegLength_); in FilterData()
306 mTraceDataHtrace_.emplace(splitFileOffset_, nextLength_ + packetSegLength_); in SpliteConfigData()
325 mTraceDataHtrace_.emplace(splitFileOffset_, nextLength_ + packetSegLength_); in SpliteDataBySegment()
510 mTraceDataHtrace_.emplace(splitFileOffset_, nextLength_ + packetSegLength_); in ParseFtrace()
676 nextLength_ = *len; in ParseSegLengthAndEnsureSegDataEnough()
678 htraceLength_ += nextLength_ + packetSegLength_; in ParseSegLengthAndEnsureSegDataEnough()
686 if (currentLength < nextLength_) { in ParseSegLengthAndEnsureSegDataEnough()
709 bufferLine.assign(packagesBegin, packagesBegin + nextLength_); in ParseDataRecursively()
712 packagesBegin += nextLength_; in ParseDataRecursively()
713 currentLength -= nextLength_; in ParseDataRecursively()
[all …]
Dhtrace_parser.h161 uint32_t nextLength_ = 0; variable