Home
last modified time | relevance | path

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

/foundation/graphic/graphic_3d/lume/Lume_3D/src/util/
H A Dproperty_util.h43 explicit CustomPropertyPodContainer(size_t reserveByteSize);
H A Dproperty_util.cpp124 CustomPropertyPodContainer::CustomPropertyPodContainer(size_t reserveByteSize) in CustomPropertyPodContainer() argument
126 data_.reserve(reserveByteSize); in CustomPropertyPodContainer()
/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);

Completed in 4 milliseconds