MCPcopy Create free account
hub / github.com/deathkiller/jazz2-native / begin

Method begin

Sources/Shared/Containers/String.cpp:382–386  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

380 }
381
382 char* String::begin() {
383 if (_small.size & Implementation::SmallStringBit)
384 return _small.data;
385 return _large.data;
386 }
387
388 const char* String::begin() const {
389 if (_small.size & Implementation::SmallStringBit)

Callers 15

GetWindowsVersionFunction · 0.45
isReferenceToStorageMethod · 0.45
isRangeInStorageMethod · 0.45
growAndAssignMethod · 0.45
moveElementsForGrowMethod · 0.45
takeAllocationForGrowMethod · 0.45
growAndAssignMethod · 0.45
assignRemoteMethod · 0.45
~SmallVectorImplMethod · 0.45
clearMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected