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

Function length

util/generic/string.h:305–307  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

303 }
304
305 inline size_t length() const noexcept {
306 return ConstRef().length();
307 }
308
309 inline const TCharType* data() const noexcept Y_LIFETIME_BOUND {
310 return ConstRef().data();

Callers 15

TestFuncsMethod · 0.70
operator[]Function · 0.70
string.hFile · 0.70
StrLenMethod · 0.70
AppendMethod · 0.50
FromStringFunction · 0.50
TryFromStringFunction · 0.50
IntFromStringFunction · 0.50
EscapeCFunction · 0.50
FastStrChrFunction · 0.50
TStringDelimiterMethod · 0.50
SplitStringImplTFunction · 0.50

Calls 2

ConstRefClass · 0.85
lengthMethod · 0.45

Tested by 1

TestFuncsMethod · 0.56