MCPcopy Create free account
hub / github.com/catboost/catboost / SubstGlobal

Function SubstGlobal

library/cpp/containers/cow_string/subst.cpp:160–162  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

158static_assert(std::is_unsigned<wchar32>::value == std::is_unsigned<char32_t>::value, "");
159
160size_t SubstGlobal(TCowString& text, const TStringBuf what, const TStringBuf with, size_t from) {
161 return SubstGlobalImpl(text, what, with, from);
162}
163
164size_t SubstGlobal(TUtf16CowString& text, const TWtringBuf what, const TWtringBuf with, size_t from) {
165 return SubstGlobalImpl(text, what, with, from);

Callers 4

MakeInfoFunction · 0.50
Y_UNIT_TESTFunction · 0.50
PostprocessMethod · 0.50
AddNameMethod · 0.50

Calls 2

SubstGlobalImplFunction · 0.70
SubstCharGlobalImplFunction · 0.70

Tested by

no test coverage detected