MCPcopy Create free account
hub / github.com/PCSX2/pcsx2 / data

Method data

common/HeapArray.h:50–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48 pointer end() { return m_data + SIZE; }
49
50 const_pointer data() const { return m_data; }
51 pointer data() { return m_data; }
52
53 const_pointer cbegin() const { return m_data; }

Callers 15

HTTPStatusCallbackMethod · 0.45
StartRequestMethod · 0.45
EntryMethod · 0.45
ReadFileInZipToContainerFunction · 0.45
appendMethod · 0.45
prependMethod · 0.45
insertMethod · 0.45
assignMethod · 0.45
equalsMethod · 0.45
iequalsMethod · 0.45
compareMethod · 0.45
icompareMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected