Searched refs:getAllocatedSize (Results 1 – 6 of 6) sorted by relevance
109 [[nodiscard]] size_t getAllocatedSize() const { in getAllocatedSize() function110 return mImpl ? mImpl->getAllocatedSize() : 0; in getAllocatedSize()172 size_t getAllocatedSize() const { return 0; } in getAllocatedSize() function284 [[nodiscard]] size_t getAllocatedSize() const { in getAllocatedSize() function285 return apply([](const auto& it) -> auto { return it.getAllocatedSize(); }); in getAllocatedSize()
119 int RenderNode::getAllocatedSize() { in getAllocatedSize() function in android::uirenderer::RenderNode121 size += mStagingDisplayList.getAllocatedSize(); in getAllocatedSize()122 size += mDisplayList.getAllocatedSize(); in getAllocatedSize()
110 int getAllocatedSize();
50 size_t getAllocatedSize() const { in getAllocatedSize() function
116 [[nodiscard]] size_t getAllocatedSize() const { in getAllocatedSize() function
57 return renderNode->getAllocatedSize(); in android_view_RenderNode_getAllocatedSize()