MCPcopy Create free account
hub / github.com/ceph/ceph / end

Method end

src/common/bit_vector.hpp:167–169  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

165 return ConstIterator(this, 0);
166 }
167 inline ConstIterator end() const {
168 return ConstIterator(this, m_size);
169 }
170 inline Iterator begin() {
171 return Iterator(this, 0);
172 }

Callers 3

IteratorImplClass · 0.45
decode_dataMethod · 0.45
decode_data_crcsMethod · 0.45

Calls 2

ConstIteratorClass · 0.85
IteratorClass · 0.50

Tested by

no test coverage detected