Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
393
void SmallStringBase::assign(const SmallStringBase& copy)
394
{
395
if (this != ©)
396
assign(copy.c_str(), copy.length());
397
}
398
399
void SmallStringBase::assign(const char* str)
400
{
Callers
15
GetStringValue
Method · 0.45
UpdateRichPresence
Method · 0.45
DrawAchievementsWindow
Method · 0.45
DrawLeaderboardsWindow
Method · 0.45
FormatTimestamp
Method · 0.45
FormatTimespan
Method · 0.45
InitializeProcessorList
Function · 0.45
SetFullscreenFooterText
Method · 0.45
DrawPerformanceOverlay
Method · 0.45
ReadFile
Method · 0.45
GSgetMemoryStats
Function · 0.45
GetStringValue
Method · 0.45
Calls
6
append
Function · 0.85
clear
Function · 0.50
c_str
Method · 0.45
length
Method · 0.45
data
Method · 0.45
size
Method · 0.45
Tested by
no test coverage detected