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

Function swap

src/common/sstring.hh:583–588  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

581
582template <typename char_type, typename size_type, size_type max_size>
583inline
584void swap(basic_sstring<char_type, size_type, max_size>& x,
585 basic_sstring<char_type, size_type, max_size>& y) noexcept
586{
587 return x.swap(y);
588}
589
590template <typename char_type, typename size_type, size_type max_size, typename char_traits>
591inline

Callers 15

ceph_crypto.ccFile · 0.70
basic_sstringClass · 0.70
compressMethod · 0.70
do_requestMethod · 0.70
swapMethod · 0.70
TrackedIntPtrClass · 0.70
swapMethod · 0.70
finish_opMethod · 0.70
signal_caps_inodeMethod · 0.50
swapMethod · 0.50
swapMethod · 0.50
swapMethod · 0.50

Calls 1

swapMethod · 0.45

Tested by 1

adjust_weightsMethod · 0.40