Searched refs:PushArr (Results 1 – 2 of 2) sorted by relevance
2556 char* p = _buffer.PushArr( len ) - 1; // back up over the null terminator. in Print()2569 … char* p = _buffer.PushArr( static_cast<int>(size) ) - 1; // back up over the null terminator. in Write()2582 char* p = _buffer.PushArr( sizeof(char) ) - 1; // back up over the null terminator. in Putc()
232 T* PushArr( int count ) { in PushArr() function