MCPcopy Create free account
hub / github.com/OpenPathGuidingLibrary/openpgl / data

Method data

third-party/embreeSrc/common/sys/array.h:41–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39 __forceinline T& back () const { assert(N > 0); return items[N-1]; };
40
41 __forceinline T* data() { return items; };
42 __forceinline const T* data() const { return items; };
43
44 private:

Callers 12

overflowMethod · 0.45
save_valueMethod · 0.45
load_valueMethod · 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