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

Method cend

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

Source from the content-addressed store, hash-verified

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
118 // *not* dereference the pointers.

Callers 14

VerifySnapshotScanMethod · 0.80
TEST_PFunction · 0.80
PrintStatsMethod · 0.80
VerifyTabletMethod · 0.80
ShutdownMethod · 0.80
ConsensusStateMethod · 0.80
FromPBMethod · 0.80
PrepareRangeSetMethod · 0.80
DiffConsensusStatesFunction · 0.80
AnyLimitExceededMethod · 0.80

Calls

no outgoing calls

Tested by 3

VerifySnapshotScanMethod · 0.64
TEST_PFunction · 0.64