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

Method pop_back

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

Source from the content-addressed store, hash-verified

84 }
85
86 __forceinline void pop_back()
87 {
88 assert(!empty());
89 M--;
90 }
91
92 __forceinline void clear() {
93 M = 0;

Callers 15

open_sequentialMethod · 0.45
layoutLargeNodesMethod · 0.45
setNumThreadsMethod · 0.45
parse_benchmark_listMethod · 0.45
PopStyleColorMethod · 0.45
PopStyleVarMethod · 0.45
EndMethod · 0.45
PopFontMethod · 0.45
PopItemFlagMethod · 0.45
EndDisabledMethod · 0.45

Calls 1

emptyFunction · 0.85

Tested by

no test coverage detected