MCPcopy Create free account
hub / github.com/bytedance/bolt / rawSizes

Method rawSizes

bolt/vector/ComplexVector.h:577–579  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

575 }
576
577 const vector_size_t* rawSizes() const {
578 return rawSizes_;
579 }
580
581 vector_size_t offsetAt(vector_size_t index) const {
582 return rawOffsets_[index];

Callers 15

scatterVectorFunction · 0.80
serializeArrayVectorFunction · 0.80
serializeMapVectorFunction · 0.80
writeMapMethod · 0.80
writeMethod · 0.80
nextChildOffsetFunction · 0.80
copyOffsetsFunction · 0.80
ARRAY>Method · 0.80
copyOffsetFunction · 0.80

Calls

no outgoing calls

Tested by 1