Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
cbegin
Function · 0.70
clear_and_dispose
Method · 0.70
ls
Function · 0.50
update_auth
Function · 0.50
update_mgrmap
Function · 0.50
rados_tool_common
Function · 0.50
scan_links
Method · 0.50
schedule_append_ops
Method · 0.50
schedule_append_ops
Method · 0.50
process_request
Method · 0.50
get_tracked_keys
Method · 0.50
HugePagePoolOfPools
Method · 0.50
Calls
2
iterator
Class · 0.70
const_iterator
Class · 0.70
Tested by
15
TEST
Function · 0.40
rand_choose
Function · 0.40
rand_choose
Function · 0.40
TEST
Function · 0.40
check_frame_assembler
Method · 0.40
prev
Method · 0.40
check
Method · 0.40
check_sparse
Method · 0.40
rand_choose
Function · 0.40
TEST_F
Function · 0.40
test_case_insensitive
Function · 0.40
TEST
Function · 0.40