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

Class malformed_input

src/common/error_code.h:266–272  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

264};
265
266struct malformed_input : public error {
267 malformed_input() : error(errc::malformed_input) {}
268 malformed_input(const char* what_arg)
269 : error(errc::malformed_input, what_arg) {}
270 malformed_input(const std::string& what_arg)
271 : error(errc::malformed_input, what_arg) {}
272};
273struct error_code : public error {
274 error_code(int r) : error(-r, boost::system::generic_category()) {}
275 error_code(int r, const char* what_arg)

Callers 11

decodeFunction · 0.70
decodeMethod · 0.70
decode_base64Method · 0.70
decode_dataMethod · 0.70
decode_footerMethod · 0.70
decode_header_crcMethod · 0.70
decode_journalMethod · 0.50
decode_packed_valFunction · 0.50
decodeMethod · 0.50
decodeMethod · 0.50
decode_crush_bucketMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected