Lines Matching refs:getBytesNoCopy
147 TEST_ASSERT('d', "1d", !test1->getBytesNoCopy()); in testData()
148 TEST_ASSERT('d', "1e", !test1->getBytesNoCopy(10, DATA_SIZE_1 - 10)); in testData()
152 TEST_ASSERT('d', "1i", !test1->getBytesNoCopy()); in testData()
163 TEST_ASSERT('d', "2c", !test1->getBytesNoCopy()); in testData()
166 TEST_ASSERT('d', "2f", test1->getBytesNoCopy()); in testData()
167 cp = (unsigned short *) test1->getBytesNoCopy(); in testData()
174 TEST_ASSERT('d', "2h", test1->getBytesNoCopy(10, DATA_SIZE_1 - 10)); in testData()
175 cp = (unsigned short *) test1->getBytesNoCopy(10, DATA_SIZE_1 - 10); in testData()
194 TEST_ASSERT('d', "3d", test1->getBytesNoCopy()); in testData()
195 TEST_ASSERT('d', "3e", test1->getBytesNoCopy(10, sizeof(testData) - 10)); in testData()
199 TEST_ASSERT('d', "3i", test1->getBytesNoCopy()); in testData()
200 TEST_ASSERT('d', "3j", test1->getBytesNoCopy(10, sizeof(testData) - 10)); in testData()
220 test1->getBytesNoCopy(i, DATA_SIZE_3), in testData()