MCPcopy Create free account
hub / github.com/RenderKit/embree / size

Method size

common/sys/array.h:26–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24
25 __forceinline bool empty () const { return N == 0; }
26 __forceinline size_t size () const { return N; }
27 __forceinline size_t max_size () const { return N; }
28
29

Callers 9

DynamicStackArrayFunction · 0.45
array.hFile · 0.45
FileNameMethod · 0.45
nameMethod · 0.45
mapThreadIDFunction · 0.45
getRegressionTestFunction · 0.45
get_sub_group_sizeFunction · 0.45
get_num_sub_groupsFunction · 0.45
overflowMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected