MCPcopy Create free account
hub / github.com/avast/retdec / CStrSize

Function CStrSize

deps/tinyxml2/include/tinyxml2/tinyxml2.h:2290–2292  ·  view source on GitHub ↗

If in print to memory mode, return the size of the XML file in memory. (Note the size returned includes the terminating null.) */

Source from the content-addressed store, hash-verified

2288 includes the terminating null.)
2289 */
2290 int CStrSize() const {
2291 return _buffer.Size();
2292 }
2293 /**
2294 If in print to memory mode, reset the buffer to the
2295 beginning.

Callers

nothing calls this directly

Calls 1

SizeMethod · 0.45

Tested by

no test coverage detected