Home
last modified time | relevance | path

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

/aosp14/frameworks/base/tools/aapt2/format/binary/
H A DResEntryWriter_test.cpp64 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()
H A DResEntryWriter.h46 struct ResEntryValuePair { struct
51 static_assert(sizeof(ResEntryValuePair) == sizeof(ResTable_entry) + sizeof(Res_value), argument
55 using ResEntryValue = std::conditional_t<compact, ResTable_entry, ResEntryValuePair>;