Searched refs:encoded_data_ptr (Results 1 – 1 of 1) sorted by relevance
159 const uint8_t* encoded_data_ptr = &builder.GetData()[0]; in TEST() local162 EXPECT_EQ(data_ptr[j], encoded_data_ptr[j]) << " i = " << i << " j = " << j; in TEST()216 const uint8_t* encoded_data_ptr = &builder.GetData()[0]; in TEST() local220 EXPECT_EQ(data_ptr[j], encoded_data_ptr[j]) << " i = " << i << " j = " << j; in TEST()225 EXPECT_EQ(DecodeUnsignedLeb128(&encoded_data_ptr), uleb128_tests[i].decoded) << " i = " << i; in TEST()228 static_cast<size_t>(encoded_data_ptr - &builder.GetData()[0])); in TEST()239 const uint8_t* encoded_data_ptr = encoded_data; in TEST() local243 EXPECT_EQ(data_ptr[j], encoded_data_ptr[j]) << " i = " << i << " j = " << j; in TEST()248 EXPECT_EQ(DecodeUnsignedLeb128(&encoded_data_ptr), uleb128_tests[i].decoded) << " i = " << i; in TEST()250 EXPECT_EQ(data_size, static_cast<size_t>(encoded_data_ptr - encoded_data)); in TEST()[all …]