Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/util/
H A Dproperty_util.h43 explicit CustomPropertyPodContainer(size_t reserveByteSize); in CORE3D_BEGIN_NAMESPACE()
H A Dproperty_util.cpp124 CustomPropertyPodContainer::CustomPropertyPodContainer(size_t reserveByteSize) in CustomPropertyPodContainer() argument
126 data_.reserve(reserveByteSize); in CustomPropertyPodContainer()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/util/
H A Dproperty_util.cpp119 CustomPropertyPodContainer::CustomPropertyPodContainer(size_t reserveByteSize) in CustomPropertyPodContainer() argument
121 data_.reserve(reserveByteSize); in CustomPropertyPodContainer()
H A Dproperty_util.h43 explicit CustomPropertyPodContainer(size_t reserveByteSize); in RENDER_BEGIN_NAMESPACE()