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

Method GetRawPointer

libs/drape/attribute_provider.cpp:41–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39}
40
41void const * AttributeProvider::GetRawPointer(uint8_t streamIndex)
42{
43 ASSERT_LESS(streamIndex, GetStreamCount(), ());
44 CHECK_STREAMS;
45 return m_streams[streamIndex].m_data.get();
46}
47
48BindingInfo const & AttributeProvider::GetBindingInfo(uint8_t streamIndex) const
49{

Callers 3

FlushDataMethod · 0.45
BatchDataMethod · 0.45
UNIT_TESTFunction · 0.45

Calls 1

getMethod · 0.65

Tested by 1

UNIT_TESTFunction · 0.36