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

Function decode

src/include/encoding.h:102–106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

100 encode_raw(vv, bl);
101}
102inline void decode(bool &v, bufferlist::const_iterator& p) {
103 __u8 vv;
104 decode_raw(vv, p);
105 v = vv;
106}
107
108
109// -----------------------------------

Callers 4

round_trip_decodeFunction · 0.70
decode_noheadFunction · 0.70
decode_noclearFunction · 0.70
decode_fileFunction · 0.70

Calls 15

decode_rawFunction · 0.85
for_eachFunction · 0.85
copyFunction · 0.70
clearMethod · 0.45
copyMethod · 0.45
resizeMethod · 0.45
dataMethod · 0.45
frontMethod · 0.45
c_strMethod · 0.45
lengthMethod · 0.45
beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected