MCPcopy Create free account
hub / github.com/cwida/ALP / size

Method size

publication/source_code/bench_end_to_end/src/common/runtime/String.cpp:76–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74void SmallStringView::clear() { raw.first = 0; }
75
76inline uint32_t SmallStringView::size() const { return inlined.size; }
77inline const char* SmallStringView::data() const {
78 if (isInlined())
79 return inlined.data;

Callers 15

computeAvgMethod · 0.45
medianValueMethod · 0.45
avgValueMethod · 0.45
maxValueMethod · 0.45
quarterLowValueMethod · 0.45
quarterHighValueMethod · 0.45

Calls

no outgoing calls

Tested by 15

computeAvgMethod · 0.36
medianValueMethod · 0.36
avgValueMethod · 0.36
maxValueMethod · 0.36
quarterLowValueMethod · 0.36
quarterHighValueMethod · 0.36
TESTFunction · 0.36
TESTFunction · 0.36
getattributeFunction · 0.36
getattributeFunction · 0.36
q2_expectedFunction · 0.36
q3_expectedFunction · 0.36