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

Method begin

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

Source from the content-addressed store, hash-verified

42 const T* data() const { return m_ptr; };
43
44 T* begin() { return m_ptr; }
45 const T* begin() const { return m_ptr; }
46 T* end() { return m_write; }
47 const T* end() const { return m_write; }

Callers 11

ContainsMethod · 0.45
RefreshMethod · 0.45
InitKernelSymbolsFunction · 0.45
KCoreMethod · 0.45
RetrieveMethod · 0.45
LookUpMappingFunction · 0.45
GetLayersFunction · 0.45
EncodePixelDataFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected