Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kistler-Group/sdbus-cpp
/ mangle_name
Function
mangle_name
tools/xml2cpp-codegen/generator_utils.cpp:156–162 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
154
}
155
156
std::string mangle_name(const std::string& name)
157
{
158
if (reserved_names.find(name) != reserved_names.end())
159
return name +
"_"
;
160
else
161
return name;
162
}
Callers
7
processMethods
Method · 0.85
processProperties
Method · 0.85
processMethods
Method · 0.85
processSignals
Method · 0.85
processProperties
Method · 0.85
generateNamespaces
Method · 0.85
argsToNamesAndTypes
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected