MCPcopy Create free account
hub / github.com/WheretIB/nullc / size

Method size

NULLC/translation/runtime.cpp:81–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79 return data[count-1];
80 }
81 unsigned int size()
82 {
83 return count;
84 }
85 void pop_back()
86 {
87 count--;

Callers 13

nullcGetTypeCountFunction · 0.45
OverrideFunction · 0.45
__nullcRegisterTypeFunction · 0.45
__nullcRegisterMembersFunction · 0.45
__typeCountFunction · 0.45
__nullcRegisterFunctionFunction · 0.45
MarkUsedBlocksFunction · 0.45
AllocMethod · 0.45
GetBasePointerMethod · 0.45
MarkMemoryMethod · 0.45
IsBasePointerMethod · 0.45
GetBasePointerMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected