Home
last modified time | relevance | path

Searched defs:bucket_index (Results 1 – 1 of 1) sorted by relevance

/aosp14/frameworks/base/libs/androidfw/include/androidfw/
H A DByteBucketArray.h57 uint8_t bucket_index = static_cast<uint8_t>(index) >> 4; variable
69 uint8_t bucket_index = static_cast<uint8_t>(index) >> 4; in editItemAt() local