MCPcopy Create free account
hub / github.com/ValveSoftware/steam-audio / flatData

Method flatData

core/src/core/array.h:122–125  ·  view source on GitHub ↗

Returns a pointer to the contiguous buffer containing all the elements.

Source from the content-addressed store, hash-verified

120
121 // Returns a pointer to the contiguous buffer containing all the elements.
122 const T* flatData() const
123 {
124 return mElements.get();
125 }
126
127 // Returns a pointer to the contiguous buffer containing all the elements.
128 T* flatData()

Callers 15

copyDeviceToHostMethod · 0.45
copyHostToDeviceMethod · 0.45
BakedPathDataMethod · 0.45
applyMethod · 0.45
dataMethod · 0.45
applyVolumeSettingsMethod · 0.45
processMethod · 0.45
updateIRsMethod · 0.45
EnergyFieldMethod · 0.45
serializeMethod · 0.45
getDataMethod · 0.45
resetMethod · 0.45

Calls 1

getMethod · 0.45

Tested by 3

ITESTFunction · 0.36
ITESTFunction · 0.36
ITESTFunction · 0.36