MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / data

Method data

Source/ThirdParty/tracy/client/TracyFastVector.hpp:41–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39 size_t size() const { return m_write - m_ptr; }
40
41 T* data() { return m_ptr; }
42 const T* data() const { return m_ptr; };
43
44 T* begin() { return m_ptr; }

Callers 11

CompressWorkerMethod · 0.45
DequeueSerialMethod · 0.45
ReadChannelInfoFunction · 0.45
hufBuildEncTableFunction · 0.45
hufCompressFunction · 0.45
hufUncompressFunction · 0.45
CompressPizFunction · 0.45
DecompressPizFunction · 0.45
UTF8ToWcharFunction · 0.45
SaveEXRToMemoryFunction · 0.45
SaveEXRFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected