Searched refs:object_handle (Results 1 - 5 of 5) sorted by relevance

/seL4-camkes-master/projects/projects_libs/libmsgpack/msgpack-c/test/
H A Dreference_wrapper_cpp11.cpp17 msgpack::object_handle oh = msgpack::unpack(ss.str().data(), ss.str().size());
30 msgpack::object_handle oh = msgpack::unpack(ss.str().data(), ss.str().size());
43 msgpack::object_handle oh = msgpack::unpack(ss.str().data(), ss.str().size());
H A Dobject.cpp349 msgpack::object_handle h = msgpack::clone(obj);
363 msgpack::object_handle h = msgpack::clone(obj);
380 msgpack::object_handle h = msgpack::clone(obj);
397 msgpack::object_handle h = msgpack::clone(obj);
414 msgpack::object_handle h = msgpack::clone(obj);
H A Dpack_unpack.cpp298 msgpack::object_handle oh(msgpack::move(msg));
307 msgpack::object_handle oh(msgpack::unpack(sbuf.data(), sbuf.size()));
316 msgpack::object_handle oh = msgpack::unpack(sbuf.data(), sbuf.size());
348 msgpack::object_handle oh(msgpack::unpack(sbuf.data(), 1, off));
/seL4-camkes-master/projects/projects_libs/libmsgpack/msgpack-c/include/msgpack/
H A Dobject.hpp33 class object_handle { class
36 object_handle() {} function in class:msgpack::object_handle
38 /// Constructor that creates an object_handle holding object `obj` and zone `z`.
43 object_handle(msgpack::object const& obj, msgpack::unique_ptr<msgpack::zone> z) : function in class:msgpack::object_handle
73 object_handle_ref(object_handle* oh):m_oh(oh) {}
74 object_handle* m_oh;
77 object_handle(object_handle& other): function in class:msgpack::object_handle
82 object_handle(object_handle_ref ref): function in class:msgpack::object_handle
87 object_handle
[all...]
H A Dunpack.hpp997 typedef object_handle unpacked;

Completed in 38 milliseconds