MCPcopy Create free account
hub / github.com/SakuraEngine/SakuraEngine / empty

Method empty

modules/engine/graphics/src/d3d12/D3D12MemAlloc.cpp:1951–1951  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1949 const Item* Back() const { return m_pBack; }
1950
1951 bool empty() const { return IsEmpty(); }
1952 size_t size() const { return GetCount(); }
1953 void push_back(const T& value) { PushBack(value); }
1954 iterator insert(iterator it, const T& value) { return iterator(this, InsertBefore(it.m_pItem, value)); }

Callers 15

~JsonWriterMethod · 0.45
EndObjectMethod · 0.45
EndArrayMethod · 0.45
BeginValueMethod · 0.45
WriteIndentMethod · 0.45
D3D12MemAlloc.cppFile · 0.45
ValidateMethod · 0.45
AllocMethod · 0.45
FreeMethod · 0.45
CleanupAfterFreeMethod · 0.45

Calls 1

IsEmptyFunction · 0.50

Tested by

no test coverage detected