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

Method begin

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

Source from the content-addressed store, hash-verified

45 bool empty() const { return false; }
46
47 pointer begin() { return m_data; }
48 pointer end() { return m_data + SIZE; }
49
50 const_pointer data() const { return m_data; }

Callers 15

HTTPStatusCallbackMethod · 0.45
RemoveEmptySectionsMethod · 0.45
SimilarityFunction · 0.45
DrawSubmittedMethod · 0.45
toLowerFunction · 0.45
toUpperFunction · 0.45
ClearMethod · 0.45
LockedPollRequestsMethod · 0.45
EvictMethod · 0.45
RealPathMethod · 0.45
JoinWindowsPathMethod · 0.45
JoinNativePathMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected