Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/packet/
Dpacket_view_unittest.cc301 size_t working_index = 0x1f; in TYPED_TEST() local
302 ASSERT_EQ(0x1f, this->packet->at(working_index)); in TYPED_TEST()
308 size_t working_index = 0x1f; in TYPED_TEST() local
309 ASSERT_EQ(0x1f, (*(this->packet))[working_index]); in TYPED_TEST()