MCPcopy 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
499int SmallStringBase::compare(const char* otherText) const
500{
501 return compare(std::string_view(otherText));
502}
503
504int SmallStringBase::compare(const SmallStringBase& str) const
505{

Callers 13

pathsReferToSameFileFunction · 0.45
fontFileHasFamilyFunction · 0.45
addDeviceToListMethod · 0.45
SetupPicklistMethod · 0.45
is_hostFunction · 0.45
PatchTableExecuteMethod · 0.45
parseAndInsertMethod · 0.45
parseHWFixNameMethod · 0.45

Calls 4

compareFunction · 0.85
minFunction · 0.50
lengthMethod · 0.45
dataMethod · 0.45

Tested by

no test coverage detected