Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytedance/bolt
/ offsetAt
Method
offsetAt
bolt/vector/ComplexVector.h:581–583 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
579
}
580
581
vector_size_t offsetAt(vector_size_t index) const {
582
return rawOffsets_[index];
583
}
584
585
vector_size_t sizeAt(vector_size_t index) const {
586
return rawSizes_[index];
Callers
15
copyRangesImpl
Method · 0.80
printNonNull
Method · 0.80
printNonNull
Method · 0.80
isCompact
Function · 0.80
exportOffsets
Function · 0.80
exportOffsetsIPC
Function · 0.80
TEST_F
Function · 0.80
TEST_F
Function · 0.80
TEST_F
Function · 0.80
assertMapKeys
Method · 0.80
TEST_F
Function · 0.80
estimateCellBytes
Function · 0.80
Calls
no outgoing calls
Tested by
15
TEST_F
Function · 0.64
TEST_F
Function · 0.64
TEST_F
Function · 0.64
assertMapKeys
Method · 0.64
TEST_F
Function · 0.64
verifyFlatMapReading
Function · 0.64
TEST_P
Function · 0.64
verifyMapColumnEqual
Function · 0.64
TEST_F
Function · 0.64
get
Method · 0.64
get
Method · 0.64
printMap
Function · 0.64