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

Function Set

native/thirdpart/tinyxml2/tinyxml2.h:155–162  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

153 ~StrPair();
154
155 void Set( char* start, char* end, int flags ) {
156 TIXMLASSERT( start );
157 TIXMLASSERT( end );
158 Reset();
159 _start = start;
160 _end = end;
161 _flags = flags | NEEDS_FLUSH;
162 }
163
164 const char* GetStr();
165

Callers 2

ParseTextMethod · 0.85
ParseNameMethod · 0.85

Calls 1

ResetFunction · 0.85

Tested by

no test coverage detected