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

Function TBasicCowString

library/cpp/containers/cow_string/cow_string.h:204–207  ·  view source on GitHub ↗

~~~ Constructor ~~~ : FAMILY0(,TBasicCowString)

Source from the content-addressed store, hash-verified

202
203 // ~~~ Constructor ~~~ : FAMILY0(,TBasicCowString)
204 TBasicCowString() noexcept
205 : S_(Construct())
206 {
207 }
208
209 inline explicit TBasicCowString(::NDetail::TReserveTag rt)
210 : S_(Construct<>())

Callers 5

FromAsciiFunction · 0.85
FromUtf8Function · 0.85
FromUtf16Function · 0.85
UninitializedFunction · 0.85
cow_string.hFile · 0.85

Calls 11

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

Tested by

no test coverage detected