Home
last modified time | relevance | path

Searched refs:PushArr (Results 1 – 2 of 2) sorted by relevance

/external/tinyxml2/
Dtinyxml2.cpp2453 char* p = _buffer.PushArr( len ) - 1; // back up over the null terminator. in Print()
2466 … char* p = _buffer.PushArr( static_cast<int>(size) ) - 1; // back up over the null terminator. in Write()
2479 char* p = _buffer.PushArr( sizeof(char) ) - 1; // back up over the null terminator. in Putc()
Dtinyxml2.h232 T* PushArr( int count ) { in PushArr() function