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

Method lower_bound

src/include/interval_set.h:241–243  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

239 }
240
241 iterator lower_bound(T start) {
242 return iterator(find_inc_m(start));
243 }
244
245 iterator end() {
246 return iterator(m.end());

Callers 4

find_incMethod · 0.45
find_inc_mMethod · 0.45
find_adjMethod · 0.45
find_adj_mMethod · 0.45

Calls 2

iteratorClass · 0.70
const_iteratorClass · 0.70

Tested by

no test coverage detected