Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PCSX2/pcsx2
/ compare
Method
compare
common/SmallString.cpp:499–502 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
497
}
498
499
int SmallStringBase::compare(const char* otherText) const
500
{
501
return compare(std::string_view(otherText));
502
}
503
504
int SmallStringBase::compare(const SmallStringBase& str) const
505
{
Callers
13
LocaleSensitiveCompare
Method · 0.45
onRenameProfileClicked
Method · 0.45
pathsReferToSameFile
Function · 0.45
populateSystemFamilyList
Method · 0.45
fontFileHasFamily
Function · 0.45
onAutomaticBindingClicked
Method · 0.45
addDeviceToList
Method · 0.45
SetupPicklist
Method · 0.45
is_host
Function · 0.45
PatchTableExecute
Method · 0.45
parseAndInsert
Method · 0.45
parseHWFixName
Method · 0.45
Calls
4
compare
Function · 0.85
min
Function · 0.50
length
Method · 0.45
data
Method · 0.45
Tested by
no test coverage detected