Searched refs:reserveByteSize (Results 1 – 4 of 4) sorted by relevance
43 explicit CustomPropertyPodContainer(size_t reserveByteSize); in CORE3D_BEGIN_NAMESPACE()
124 CustomPropertyPodContainer::CustomPropertyPodContainer(size_t reserveByteSize) in CustomPropertyPodContainer() argument126 data_.reserve(reserveByteSize); in CustomPropertyPodContainer()
119 CustomPropertyPodContainer::CustomPropertyPodContainer(size_t reserveByteSize) in CustomPropertyPodContainer() argument121 data_.reserve(reserveByteSize); in CustomPropertyPodContainer()
43 explicit CustomPropertyPodContainer(size_t reserveByteSize); in RENDER_BEGIN_NAMESPACE()