Searched refs:ResEntryValuePair (Results 1 – 2 of 2) sorted by relevance
64 std::vector<int32_t> expected_offsets{0, sizeof(ResEntryValuePair), in TEST_F()65 2 * sizeof(ResEntryValuePair)}; in TEST_F()66 EXPECT_EQ(out.size(), 3 * sizeof(ResEntryValuePair)); in TEST_F()136 EXPECT_EQ(out.size(), sizeof(ResEntryValuePair)); in TEST_F()
46 struct ResEntryValuePair { struct51 static_assert(sizeof(ResEntryValuePair) == sizeof(ResTable_entry) + sizeof(Res_value), argument55 using ResEntryValue = std::conditional_t<compact, ResTable_entry, ResEntryValuePair>;