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

Function begin

src/include/buffer.h:255–257  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

253 void swap(ptr& other) noexcept;
254
255 iterator begin(size_t offset=0) {
256 return iterator(this, offset, false);
257 }
258 const_iterator begin(size_t offset=0) const {
259 return const_iterator(this, offset, false);
260 }

Callers 15

cbeginFunction · 0.70
clear_and_disposeMethod · 0.70
lsFunction · 0.50
update_authFunction · 0.50
update_mgrmapFunction · 0.50
rados_tool_commonFunction · 0.50
scan_linksMethod · 0.50
schedule_append_opsMethod · 0.50
schedule_append_opsMethod · 0.50
process_requestMethod · 0.50
get_tracked_keysMethod · 0.50
HugePagePoolOfPoolsMethod · 0.50

Calls 2

iteratorClass · 0.70
const_iteratorClass · 0.70

Tested by 15

TESTFunction · 0.40
rand_chooseFunction · 0.40
rand_chooseFunction · 0.40
TESTFunction · 0.40
check_frame_assemblerMethod · 0.40
prevMethod · 0.40
checkMethod · 0.40
check_sparseMethod · 0.40
rand_chooseFunction · 0.40
TEST_FFunction · 0.40
test_case_insensitiveFunction · 0.40
TESTFunction · 0.40