MCPcopy 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
61void StringTemplate::replace(const std::string & original, const std::string & str)
62{
63 m_replacements[original] = str;
64 invalidate();
65}
66
67void StringTemplate::replace(const std::string & original, const int i)
68{

Callers 15

setSourceMethod · 0.80
replaceAllFunction · 0.80
ToUnixLineEndingFunction · 0.80
GetBaseFilesMethod · 0.80
SplitPatchFunction · 0.80
gmock_gen.pyFile · 0.80
_GenerateMethodsFunction · 0.80
ToUnixLineEndingFunction · 0.80
__init__Method · 0.80
GetBaseFilesMethod · 0.80
SplitPatchFunction · 0.80
bootstrap.min.jsFile · 0.80

Calls 1

strMethod · 0.80

Tested by 2

ToUnixLineEndingFunction · 0.64
ToUnixLineEndingFunction · 0.64