Searched refs:SymbolTable_entry (Results 1 - 4 of 4) sorted by last modified time

/frameworks/base/tools/aapt2/
H A DBinaryResourceParser.h30 struct SymbolTable_entry;
109 const SymbolTable_entry* mSymbolEntries = nullptr;
H A DResourceTypeExtensions.h97 * Following the header are count number of SymbolTable_entry
104 * Number of SymbolTable_entry structures following
110 struct SymbolTable_entry { struct in namespace:aapt
H A DTableFlattener.cpp486 SymbolTable_entry* symbolEntryData = nullptr;
495 symbolEntryData = out->nextBlock<SymbolTable_entry>(symbolHeader->count);
H A DBinaryResourceParser.cpp206 const size_t entrySizeBytes = symbolTableHeader->count * sizeof(SymbolTable_entry);
214 mSymbolEntries = reinterpret_cast<const SymbolTable_entry*>(

Completed in 89 milliseconds