Home
last modified time | relevance | path

Searched refs:EstimateBufferSize (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/base/json/
H A Dnode_object.cpp219 int32_t objectSize = uobject_->EstimateBufferSize(); in ToString()
237 int32_t NodeObject::EstimateBufferSize() in EstimateBufferSize() function in OHOS::Ace::NodeObject
240 return uobject_->EstimateBufferSize(); in EstimateBufferSize()
H A Duobject.cpp233 int32_t UObject::EstimateBufferSize() in EstimateBufferSize() function in OHOS::UObject
257 static_cast<size_t>(child.second->EstimateBufferSize()); in EstimateBufferSize()
377 int32_t len = obj->EstimateBufferSize(); in WriteObj()
H A Dnode_object.h52 int32_t EstimateBufferSize();
H A Duobject.h63 int32_t EstimateBufferSize();