Searched refs:reverseMap (Results 1 – 1 of 1) sorted by relevance
213 std::unordered_map<uint64_t, uint64_t> reverseMap; member in gfxstream::vk::BoxedHandleManager221 reverseMap.clear(); in clear()228 reverseMap[(uint64_t)(item.underlying)] = res; in add()235 reverseMap[(uint64_t)(item.underlying)] = res; in addFixed()245 reverseMap.erase(oldHandle); in update()247 reverseMap[(uint64_t)(item.underlying)] = handle; in update()254 reverseMap.erase((uint64_t)(item->underlying)); in remove()284 auto* res = android::base::find(reverseMap, unboxed); in getBoxedFromUnboxedLocked()