Lines Matching refs:mHashedResources
34 auto it = mHashedResources.find(handle); in query()
35 return (it == mHashedResources.end() ? nullptr : it->second); in query()
109 HashMap mHashedResources; variable
135 return (mHashedResources.find(handle) != mHashedResources.end()); in contains()
154 auto it = mHashedResources.find(handle); in erase()
155 if (it == mHashedResources.end()) in erase()
160 mHashedResources.erase(it); in erase()
194 mHashedResources[handle] = resource; in assign()
202 return Iterator(*this, nextResource(0, true), mHashedResources.begin(), true); in begin()
208 return Iterator(*this, static_cast<GLuint>(mFlatResourcesSize), mHashedResources.end(), true); in end()
215 return Iterator(*this, nextResource(0, false), mHashedResources.begin(), false); in beginWithNull()
222 return Iterator(*this, static_cast<GLuint>(mFlatResourcesSize), mHashedResources.end(), false); in endWithNull()
232 ? Iterator(handle, mHashedResources.begin()) in find()
237 return mHashedResources.find(handle); in find()
252 mHashedResources.clear(); in clear()
337 else if (mHashIndex != mOrigin.mHashedResources.end()) in updateValue()