Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
FromAscii
Function · 0.70
FromUtf8
Function · 0.70
FromUtf16
Function · 0.70
Uninitialized
Function · 0.70
string.h
File · 0.70
Calls
10
NonNegativeDistance
Function · 0.85
Construct
Function · 0.70
reserve
Function · 0.50
move
Function · 0.50
StrLen
Function · 0.50
swap
Method · 0.45
data
Method · 0.45
size
Method · 0.45
push_back
Method · 0.45
Value
Method · 0.45
Tested by
no test coverage detected