Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/format/binary/
DResEntryWriter.h55 using ResEntryValue = std::conditional_t<compact, ResTable_entry, ResEntryValuePair>; variable
61 using T = ResEntryValue<compact>;
115 template <bool compact_entry, typename T=ResEntryValue<compact_entry>>
DResEntryWriter.cpp250 template std::pair<int32_t, ResEntryValue<false>*> WriteItemToBuffer<false>(
253 template std::pair<int32_t, ResEntryValue<true>*> WriteItemToBuffer<true>(