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

Method fill

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

Source from the content-addressed store, hash-verified

70 reference back() { return m_data[SIZE - 1]; }
71
72 void fill(const_reference value) { std::fill(begin(), end(), value); }
73
74 void swap(this_type& move) { std::swap(m_data, move.m_data); }
75

Callers 13

resizeAndScalePixmapFunction · 0.45
setCoverScaleMethod · 0.45
HashBucketMethod · 0.45
ClearMethod · 0.45
cdvdParseTOCFunction · 0.45
microRegAllocMethod · 0.45
recResetRawFunction · 0.45
CreateAllocatorMethod · 0.45
GSDeviceMethod · 0.45

Calls 3

fillFunction · 0.85
beginFunction · 0.50
endFunction · 0.50

Tested by

no test coverage detected