MCPcopy Create free account
hub / github.com/bytedance/Fastbot_Android / CStrSize

Function CStrSize

native/thirdpart/tinyxml2/tinyxml2.h:2314–2316  ·  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

2312 includes the terminating null.)
2313 */
2314 int CStrSize() const {
2315 return _buffer.Size();
2316 }
2317 /**
2318 If in print to memory mode, reset the buffer to the
2319 beginning.

Callers

nothing calls this directly

Calls 1

SizeMethod · 0.80

Tested by

no test coverage detected