Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cginternals/globjects
/ replace
Method
replace
source/globjects/source/base/StringTemplate.cpp:61–65 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
59
}
60
61
void StringTemplate::replace(const std::string & original, const std::string & str)
62
{
63
m_replacements[original] = str;
64
invalidate();
65
}
66
67
void StringTemplate::replace(const std::string & original, const int i)
68
{
Callers
15
setSource
Method · 0.80
replaceAll
Function · 0.80
ToUnixLineEnding
Function · 0.80
GetBaseFiles
Method · 0.80
SplitPatch
Function · 0.80
gmock_gen.py
File · 0.80
_GenerateMethods
Function · 0.80
ToUnixLineEnding
Function · 0.80
__init__
Method · 0.80
GetBaseFiles
Method · 0.80
SplitPatch
Function · 0.80
bootstrap.min.js
File · 0.80
Calls
1
str
Method · 0.80
Tested by
2
ToUnixLineEnding
Function · 0.64
ToUnixLineEnding
Function · 0.64