Searched refs:encoded_data_ptr (Results 1 – 1 of 1) sorted by relevance
101 const uint8_t* encoded_data_ptr = &builder.GetData()[0]; in TEST() local104 EXPECT_EQ(data_ptr[j], encoded_data_ptr[j]) << " i = " << i << " j = " << j; in TEST()138 const uint8_t* encoded_data_ptr = &builder.GetData()[0]; in TEST() local142 EXPECT_EQ(data_ptr[j], encoded_data_ptr[j]) << " i = " << i << " j = " << j; in TEST()147 EXPECT_EQ(DecodeUnsignedLeb128(&encoded_data_ptr), uleb128_tests[i].decoded) << " i = " << i; in TEST()150 static_cast<size_t>(encoded_data_ptr - &builder.GetData()[0])); in TEST()161 const uint8_t* encoded_data_ptr = encoded_data; in TEST() local165 EXPECT_EQ(data_ptr[j], encoded_data_ptr[j]) << " i = " << i << " j = " << j; in TEST()170 EXPECT_EQ(DecodeUnsignedLeb128(&encoded_data_ptr), uleb128_tests[i].decoded) << " i = " << i; in TEST()172 EXPECT_EQ(data_size, static_cast<size_t>(encoded_data_ptr - encoded_data)); in TEST()[all …]