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

Method AppendString

util/memory/pool.h:245–247  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

243
244 template <typename TChar>
245 inline TBasicStringBuf<TChar> AppendString(const TBasicStringBuf<TChar>& buf) {
246 return TBasicStringBuf<TChar>(Append(buf.data(), buf.size()), buf.size());
247 }
248
249 template <typename TChar>
250 inline TBasicStringBuf<TChar> AppendCString(const TBasicStringBuf<TChar>& buf) {

Callers 4

ParseLengthDelimitedMethod · 0.45
_InternalParseMethod · 0.45
ParseLengthDelimitedMethod · 0.45
_InternalParseMethod · 0.45

Calls 3

AppendFunction · 0.50
dataMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected