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

Method Reset

deps/tinyxml2/tinyxml2.cpp:169–177  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

167
168
169void StrPair::Reset()
170{
171 if ( _flags & NEEDS_DELETE ) {
172 delete [] _start;
173 }
174 _flags = 0;
175 _start = 0;
176 _end = 0;
177}
178
179
180void StrPair::SetStr( const char* str, int flags )

Callers 2

TransferToMethod · 0.45
SetErrorMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected