MCPcopy Create free account
hub / github.com/apache/qpid-proton / rewind

Method rewind

cpp/src/data.cpp:45–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43void data::clear() { ::pn_data_clear(pn_object()); }
44
45void data::rewind() { ::pn_data_rewind(pn_object()); }
46
47bool data::empty() const { return ::pn_data_size(pn_object()) == 0; }
48

Callers 8

compareFunction · 0.45
data.cppFile · 0.45
encoder.cppFile · 0.45
printFunction · 0.45
to_objectMethod · 0.45
decode_dataMethod · 0.45
hash_spec.rbFile · 0.45
array_spec.rbFile · 0.45

Calls 1

pn_data_rewindFunction · 0.85

Tested by 1

decode_dataMethod · 0.36