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

Method empty

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

Source from the content-addressed store, hash-verified

43 size_type size() const { return SIZE; }
44 size_type capacity() const { return SIZE; }
45 bool empty() const { return false; }
46
47 pointer begin() { return m_data; }
48 pointer end() { return m_data + SIZE; }

Callers 15

ParseZipMethod · 0.45
RemoveUpdateZipMethod · 0.45
wWinMainFunction · 0.45
TESTFunction · 0.45
IsEmptyMethod · 0.45
InstallMethod · 0.45
StartsWithNoCaseFunction · 0.45
ContainsSubStringFunction · 0.45
SplitStringFunction · 0.45
ReplaceAllFunction · 0.45

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.36