Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/packet/tests/base/
Diterator_test.cc103 Iterator bounds_test = packet->end(); in TEST_P() local
108 ASSERT_DEATH(bounds_test.extract<uint8_t>(), in TEST_P()
110 ASSERT_DEATH(bounds_test.extract<uint16_t>(), in TEST_P()
112 ASSERT_DEATH(bounds_test.extract<uint32_t>(), in TEST_P()
114 ASSERT_DEATH(bounds_test.extract<uint64_t>(), in TEST_P()
120 Iterator bounds_test = packet->end(); in TEST_P() local
125 ASSERT_DEATH(bounds_test.extractBE<uint8_t>(), in TEST_P()
127 ASSERT_DEATH(bounds_test.extractBE<uint16_t>(), in TEST_P()
129 ASSERT_DEATH(bounds_test.extractBE<uint32_t>(), in TEST_P()
131 ASSERT_DEATH(bounds_test.extractBE<uint64_t>(), in TEST_P()
/packages/modules/Bluetooth/system/gd/packet/
Dpacket_view_unittest.cc163 auto bounds_test = this->packet->end(); in TYPED_TEST() local
165 ASSERT_DEATH(bounds_test.template extract<uint8_t>(), ""); in TYPED_TEST()
166 ASSERT_DEATH(bounds_test.template extract<uint16_t>(), ""); in TYPED_TEST()
167 ASSERT_DEATH(bounds_test.template extract<uint32_t>(), ""); in TYPED_TEST()
168 ASSERT_DEATH(bounds_test.template extract<uint64_t>(), ""); in TYPED_TEST()