Searched refs:getAllocatedSize (Results 1 – 6 of 6) sorted by relevance
111 [[nodiscard]] size_t getAllocatedSize() const { in getAllocatedSize() function112 return mImpl ? mImpl->getAllocatedSize() : 0; in getAllocatedSize()176 size_t getAllocatedSize() const { return 0; } in getAllocatedSize() function288 [[nodiscard]] size_t getAllocatedSize() const { in getAllocatedSize() function289 return apply([](const auto& it) -> auto { return it.getAllocatedSize(); }); in getAllocatedSize()
127 int RenderNode::getAllocatedSize() { in getAllocatedSize() function in android::uirenderer::RenderNode129 size += mStagingDisplayList.getAllocatedSize(); in getAllocatedSize()130 size += mDisplayList.getAllocatedSize(); in getAllocatedSize()
109 int getAllocatedSize();
116 [[nodiscard]] size_t getAllocatedSize() const { in getAllocatedSize() function
52 size_t getAllocatedSize() const { in getAllocatedSize() function
55 return renderNode->getAllocatedSize(); in android_view_RenderNode_getAllocatedSize()