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

Method GetRaw

libs/drape/index_storage.cpp:40–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38}
39
40void * IndexStorage::GetRaw(uint32_t offsetInElements)
41{
42 if (IsSupported32bit())
43 return &m_storage[offsetInElements];
44
45 return reinterpret_cast<uint16_t *>(m_storage.data()) + offsetInElements;
46}
47
48void const * IndexStorage::GetRawConst() const
49{

Callers 4

GetIndexStorageMethod · 0.45
AppendIndexesMethod · 0.45
IndexStorageMethod · 0.45
UNIT_TESTFunction · 0.45

Calls 1

dataMethod · 0.45

Tested by 1

UNIT_TESTFunction · 0.36