Searched refs:containerEnd (Results 1 – 1 of 1) sorted by relevance
26 const uintptr_t containerEnd = reinterpret_cast<uintptr_t>(data) + dtohl(data->header.size); in TypeVariant() local30 > containerEnd) { in TypeVariant()58 const uintptr_t containerEnd = reinterpret_cast<uintptr_t>(type) in operator *() local64 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 *()