Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/androidfw/
H A DTypeWrappers.cpp26 const uintptr_t containerEnd = reinterpret_cast<uintptr_t>(data) + dtohl(data->header.size); in TypeVariant() local
30 > containerEnd) { in TypeVariant()
58 const uintptr_t containerEnd = reinterpret_cast<uintptr_t>(type) in operator *() local
64 if (reinterpret_cast<uintptr_t>(entryIndices) + (indexSize * entryCount) > containerEnd) { in operator *()
96 if (reinterpret_cast<uintptr_t>(entry) > containerEnd - sizeof(*entry)) { in operator *()
99 } else if (reinterpret_cast<uintptr_t>(entry) + entry->size() > containerEnd) { in operator *()