Searched refs:msgpack_type (Results 1 - 2 of 2) sorted by relevance

/seL4-camkes-master/projects/projects_libs/libmsgpack/msgpack-c/example/cpp03/
H A Dprotocol.cpp24 define_type(msgpack_type(f, k)) { }
32 define_type(msgpack_type( f, k, raw_ref(valref,vallen) )) { }
/seL4-camkes-master/projects/projects_libs/libmsgpack/msgpack-c/include/msgpack/
H A Dobject.hpp387 typedef Type msgpack_type; typedef in class:msgpack::define
391 define(const msgpack_type& v) : msgpack_type(v) {}
396 msgpack::operator<<(o, static_cast<const msgpack_type&>(*this));
401 msgpack::operator>>(o, static_cast<msgpack_type&>(*this));

Completed in 27 milliseconds