Searched refs:readThreadIdBytes (Results 1 – 4 of 4) sorted by relevance
109 uint8_t readThreadIdBytes = ReadUint8(packetBuffer, offset); in BOOST_AUTO_TEST_CASE() local110 BOOST_CHECK(readThreadIdBytes == armnn::profiling::ThreadIdSize); in BOOST_AUTO_TEST_CASE()
69 uint8_t readThreadIdBytes = ReadUint8(packetBuffer, offset); in BOOST_AUTO_TEST_CASE() local70 BOOST_CHECK(readThreadIdBytes == ThreadIdSize); in BOOST_AUTO_TEST_CASE()
501 uint8_t readThreadIdBytes = ReadUint8(buffer.data(), offset); in BOOST_AUTO_TEST_CASE() local502 BOOST_CHECK(readThreadIdBytes == ThreadIdSize); in BOOST_AUTO_TEST_CASE()
151 uint8_t readThreadIdBytes = ReadUint8(packetBuffer, offset); in CheckTimelineDirectory() local152 BOOST_CHECK(readThreadIdBytes == threadId_size); in CheckTimelineDirectory()