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

Method cbegin

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

Source from the content-addressed store, hash-verified

112 T* begin() const { return data_; }
113 T* end() const { return data_ + size_; }
114 const T* cbegin() const { return data_; }
115 const T* cend() const { return data_ + size_; }
116
117 // Comparing two ArrayViews compares their (pointer,size) pairs; it does

Callers 15

TEST_PFunction · 0.80
VerifySnapshotScanMethod · 0.80
TEST_PFunction · 0.80
TEST_PFunction · 0.80
VerifyMasterAddressListFunction · 0.80
PrintStatsMethod · 0.80
RunMethod · 0.80
VerifyTabletMethod · 0.80
ReleaseLockEntriesMethod · 0.80

Calls

no outgoing calls

Tested by 7

TEST_PFunction · 0.64
VerifySnapshotScanMethod · 0.64
TEST_PFunction · 0.64
TEST_PFunction · 0.64
TestMergeFunction · 0.64