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

Function TEST

src/test/encoding.cc:22–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20}
21
22TEST(EncodingRoundTrip, StringSimple) {
23 string my_str("I am the very model of a modern major general");
24 test_encode_and_decode < std::string >(my_str);
25}
26
27TEST(EncodingRoundTrip, StringEmpty) {
28 string my_str("");

Callers

nothing calls this directly

Calls 15

test_encode_and_decodeFunction · 0.85
denc_varintFunction · 0.85
denc_signed_varintFunction · 0.85
denc_varint_lowzFunction · 0.85
denc_signed_varint_lowzFunction · 0.85
denc_lbaFunction · 0.85
hexdumpMethod · 0.80
get_current_ptrMethod · 0.80
initFunction · 0.50
formatFunction · 0.50
sizeMethod · 0.45

Tested by

no test coverage detected