MCPcopy 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

copyRangesImplMethod · 0.80
printNonNullMethod · 0.80
printNonNullMethod · 0.80
isCompactFunction · 0.80
exportOffsetsFunction · 0.80
exportOffsetsIPCFunction · 0.80
TEST_FFunction · 0.80
TEST_FFunction · 0.80
TEST_FFunction · 0.80
assertMapKeysMethod · 0.80
TEST_FFunction · 0.80
estimateCellBytesFunction · 0.80

Calls

no outgoing calls

Tested by 15

TEST_FFunction · 0.64
TEST_FFunction · 0.64
TEST_FFunction · 0.64
assertMapKeysMethod · 0.64
TEST_FFunction · 0.64
verifyFlatMapReadingFunction · 0.64
TEST_PFunction · 0.64
verifyMapColumnEqualFunction · 0.64
TEST_FFunction · 0.64
getMethod · 0.64
getMethod · 0.64
printMapFunction · 0.64