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

Function TBasicString

util/generic/string.h:412–418  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

410 }
411
412 inline explicit TBasicString(::NDetail::TReserveTag rt)
413#ifndef TSTRING_IS_STD_STRING
414 : S_(Construct<>())
415#endif
416 {
417 reserve(rt.Capacity);
418 }
419
420#if 0
421 inline ~TBasicString() {

Callers 5

FromAsciiFunction · 0.70
FromUtf8Function · 0.70
FromUtf16Function · 0.70
UninitializedFunction · 0.70
string.hFile · 0.70

Calls 10

NonNegativeDistanceFunction · 0.85
ConstructFunction · 0.70
reserveFunction · 0.50
moveFunction · 0.50
StrLenFunction · 0.50
swapMethod · 0.45
dataMethod · 0.45
sizeMethod · 0.45
push_backMethod · 0.45
ValueMethod · 0.45

Tested by

no test coverage detected