Home
last modified time | relevance | path

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

/developtools/smartperf_host/trace_streamer/src/parser/htrace_pbreader_parser/
Dhtrace_parser.cpp572 …ceParser::ParseDataRecursively(std::deque<uint8_t>::iterator& packagesBegin, size_t& currentLength) in ParseDataRecursively() argument
577 currentLength -= PACKET_HEADER_LENGTH; in ParseDataRecursively()
582 if (!currentLength) { in ParseDataRecursively()
594 currentLength -= size; in ParseDataRecursively()
607 currentLength -= size; in ParseDataRecursively()
627 if (currentLength < PACKET_SEG_LENGTH) { in ParseDataRecursively()
635 currentLength -= PACKET_SEG_LENGTH; in ParseDataRecursively()
639 if (currentLength < nextLength_) { in ParseDataRecursively()
646 currentLength -= nextLength_; in ParseDataRecursively()
657 return ParseDataRecursively(packagesBegin, currentLength); in ParseDataRecursively()
[all …]
Dhtrace_parser.h74 bool ParseDataRecursively(std::deque<uint8_t>::iterator& packagesBegin, size_t& currentLength);
/developtools/profiler/host/smartperf/trace_streamer/src/parser/htrace_pbreader_parser/
Dhtrace_parser.cpp569 …ceParser::ParseDataRecursively(std::deque<uint8_t>::iterator& packagesBegin, size_t& currentLength) in ParseDataRecursively() argument
574 currentLength -= PACKET_HEADER_LENGTH; in ParseDataRecursively()
579 if (!currentLength) { in ParseDataRecursively()
592 currentLength -= size; in ParseDataRecursively()
606 currentLength -= size; in ParseDataRecursively()
626 if (currentLength < PACKET_SEG_LENGTH) { in ParseDataRecursively()
634 currentLength -= PACKET_SEG_LENGTH; in ParseDataRecursively()
638 if (currentLength < nextLength_) { in ParseDataRecursively()
645 currentLength -= nextLength_; in ParseDataRecursively()
656 return ParseDataRecursively(packagesBegin, currentLength); in ParseDataRecursively()
[all …]
Dhtrace_parser.h78 bool ParseDataRecursively(std::deque<uint8_t>::iterator& packagesBegin, size_t& currentLength);