MCPcopy Create free account
hub / github.com/PCSX2/pcsx2 / assign

Method assign

common/SmallString.cpp:393–397  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

391}
392
393void SmallStringBase::assign(const SmallStringBase& copy)
394{
395 if (this != &copy)
396 assign(copy.c_str(), copy.length());
397}
398
399void SmallStringBase::assign(const char* str)
400{

Callers 15

GetStringValueMethod · 0.45
UpdateRichPresenceMethod · 0.45
FormatTimestampMethod · 0.45
FormatTimespanMethod · 0.45
InitializeProcessorListFunction · 0.45
ReadFileMethod · 0.45
GSgetMemoryStatsFunction · 0.45
GetStringValueMethod · 0.45

Calls 6

appendFunction · 0.85
clearFunction · 0.50
c_strMethod · 0.45
lengthMethod · 0.45
dataMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected