MCPcopy Create free account
hub / github.com/comaps/comaps / GetSizeInBytes

Method GetSizeInBytes

libs/drape/mesh_object.hpp:169–169  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

167
168 void * GetData() override { return m_data.data(); }
169 uint32_t GetSizeInBytes() const override { return static_cast<uint32_t>(m_data.size() * sizeof(T)); }
170 uint32_t GetStrideInBytes() const override { return m_stride; }
171
172 private:

Callers 7

BuildMethod · 0.80
UpdateBufferMethod · 0.80
DrawPrimitivesSubsetMethod · 0.80
DrawPrimitivesMethod · 0.80
UpdateBufferMethod · 0.80
BuildMethod · 0.80
UpdateBufferMethod · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected