Home
last modified time | relevance | path

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

/aosp14/frameworks/base/tools/aapt2/format/binary/
H A DResEntryWriter.h116 std::pair<int32_t, T*> WriteItemToBuffer(const FlatEntry* item_entry, BigBuffer* buffer);
129 auto result = WriteItemToBuffer<compact_entry>(entry, entries_buffer_); in WriteItem()
153 const auto& [offset, out_entry] = WriteItemToBuffer<compact_entry>(entry, entries_buffer_); in WriteItem()
H A DResEntryWriter.cpp235 std::pair<int32_t, T*> WriteItemToBuffer(const FlatEntry* item_entry, BigBuffer* buffer) { in WriteItemToBuffer() function
250 template std::pair<int32_t, ResEntryValue<false>*> WriteItemToBuffer<false>(
253 template std::pair<int32_t, ResEntryValue<true>*> WriteItemToBuffer<true>(