Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cemu-project/Cemu
/ Push
Method
Push
src/util/tinyxml2/tinyxml2.h:212–217 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
210
}
211
212
void Push(T t) {
213
TIXMLASSERT(_size < INT_MAX);
214
EnsureCapacity(_size + 1);
215
_mem[_size] = t;
216
++_size;
217
}
218
219
T* PushArr(int count) {
220
TIXMLASSERT(count >= 0);
Callers
5
Alloc
Method · 0.45
CreateUnlinkedNode
Method · 0.45
ClearBuffer
Function · 0.45
XMLPrinter
Method · 0.45
OpenElement
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected