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

Function Set

deps/tinyxml2/include/tinyxml2/tinyxml2.h:154–161  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 4

ParseTextMethod · 0.85
ParseNameMethod · 0.85
document.hFile · 0.85
ClearMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected