Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/baldurk/renderdoc
/ strlower
Function
strlower
renderdoc/strings/string_utils.cpp:56–62 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
54
}
55
56
rdcstr strlower(const rdcstr &str)
57
{
58
rdcstr newstr(str);
59
for(size_t i = 0; i < newstr.size(); i++)
60
newstr[i] = (char)tolower(newstr[i]);
61
return newstr;
62
}
63
64
rdcstr strupper(const rdcstr &str)
65
{
Callers
15
string_utils.cpp
File · 0.70
formattedString
Method · 0.50
add_hooks
Function · 0.50
ApplyHooks
Method · 0.50
RegisterFunctionHook
Method · 0.50
RegisterLibraryHook
Method · 0.50
Win32_ManualHookModule
Function · 0.50
operator()
Method · 0.50
FindRemoteDLL
Function · 0.50
LaunchProcess
Method · 0.50
Win32CallstackResolver
Method · 0.50
ShouldInject
Method · 0.50
Calls
1
size
Method · 0.45
Tested by
1
formattedString
Method · 0.40