Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
testArrayOrMapSliceMutability
Method · 0.80
scatterVector
Function · 0.80
serializeArrayVector
Function · 0.80
serializeMapVector
Function · 0.80
estimateSerializedSizeInt
Function · 0.80
writeMap
Method · 0.80
write
Method · 0.80
nextChildOffset
Function · 0.80
copyOffsets
Function · 0.80
copyOffsetsFromConstInput
Function · 0.80
ARRAY>
Method · 0.80
copyOffset
Function · 0.80
Calls
no outgoing calls
Tested by
1
testArrayOrMapSliceMutability
Method · 0.64