Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/render_context/
H A Dcache_data.cpp214 if (IfSizeValidate(newTotalSize, keySize + valueSize)) { in Rewrite()
231 if (IfSizeValidate(newTotalSize, addedSize)) { in Rewrite()
376 bool CacheData::IfSizeValidate(const size_t newSize, const size_t addedSize) const in IfSizeValidate() function in OHOS::Rosen::CacheData
H A Dcache_data.h86 bool IfSizeValidate(const size_t newSize, const size_t addedSize) const;