MCPcopy Create free account
hub / github.com/apache/kudu / data

Method data

src/kudu/util/array_view.h:106–106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

104 size_t size() const { return size_; }
105 bool empty() const { return size_ == 0; }
106 T* data() const { return data_; }
107 T& operator[](size_t idx) const {
108 DCHECK_LT(idx, size_);
109 DCHECK(data_); // Follows from size_ > idx and the class invariant.

Callers 15

DoReadFileToStringFunction · 0.45
TEST_FFunction · 0.45
AppendPBToStringFunction · 0.45
ArrayViewMethod · 0.45
CompressFileMethod · 0.45
LoadKeysFromUrlMethod · 0.45
JWTHelperForTokenMethod · 0.45
RandomStringFunction · 0.45
FlushMethod · 0.45
TESTFunction · 0.45
TestBitArrayValuesFunction · 0.45
ValidateRleFunction · 0.45

Calls

no outgoing calls

Tested by 15

TEST_FFunction · 0.36
TESTFunction · 0.36
TestBitArrayValuesFunction · 0.36
ValidateRleFunction · 0.36
TEST_FFunction · 0.36
RunTestMethod · 0.36
TEST_FFunction · 0.36
DecodeIntFunction · 0.36
InsertMethod · 0.36
TEST_FFunction · 0.36
DoTestRoundTripGVI32Function · 0.36
TESTFunction · 0.36