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

Function list

src/include/buffer.h:953–958  ·  view source on GitHub ↗

cppcheck-suppress noExplicitConstructor cppcheck-suppress noExplicitConstructor

Source from the content-addressed store, hash-verified

951 // cppcheck-suppress noExplicitConstructor
952 // cppcheck-suppress noExplicitConstructor
953 list(unsigned prealloc)
954 : _carriage(&always_empty_bptr),
955 _len(0),
956 _num(0) {
957 reserve(prealloc);
958 }
959
960 list(const list& other)
961 : _carriage(&always_empty_bptr),

Callers 15

buffer.hFile · 0.70
build_prereleaseFunction · 0.50
promoteFunction · 0.50
conf.pyFile · 0.50
wrapperMethod · 0.50
mainFunction · 0.50
mainFunction · 0.50
mainFunction · 0.50
_try_clientMethod · 0.50
try_connectFunction · 0.50

Calls 3

reserveClass · 0.85
clone_fromMethod · 0.45
clearMethod · 0.45

Tested by 15

mainFunction · 0.40
mainFunction · 0.40
mainFunction · 0.40
_try_clientMethod · 0.40
test_object_wrapperFunction · 0.40
choose_random_opFunction · 0.40
create_usersMethod · 0.40
loadTestsFromNameMethod · 0.40
taskFunction · 0.40
test_objectstoreFunction · 0.40
pytest_generate_testsFunction · 0.40