Home
last modified time | relevance | path

Searched refs:pack_int64 (Results 1 – 25 of 59) sorted by relevance

123

/dports/devel/p5-Data-MessagePack/Data-MessagePack-0.48/lib/Data/MessagePack/
H A DPP.pm86 *pack_int64 = sub {
115 *pack_int64 = sub { return pack 'Cq', 0xd3, $_[0]; };
141 *pack_int64 = sub { return pack 'Cq>', 0xd3, $_[0]; };
281 : pack_int64( $value );
/dports/databases/py-asyncpg/asyncpg-0.25.0/asyncpg/pgproto/
H A Dhton.h142 pack_int64(char *buf, int64_t x)
222 pack_int64(buf, (int64_t)v.i);
H A Dhton.pxd14 cdef void pack_int64(char *buf, int64_t x); function
/dports/science/lammps/lammps-stable_29Sep2021/lib/message/cslib/src/
H A Dcslib.h36 void pack_int64(int, int64_t);
H A Dcslib_wrap.cpp109 cs->pack_int64(id,value); in cslib_pack_int64()
H A Dcslib.py166 def pack_int64(self,id,value): member in CSlib
H A Dcslib.cpp143 void CSlib::pack_int64(int id, int64_t value) in pack_int64() function in CSlib
/dports/devel/p5-Data-MessagePack-Stream/Data-MessagePack-Stream-0.07/msgpack-0.5.7/src/msgpack/
H A Dpack.hpp46 packer<Stream>& pack_int64(int64_t d);
204 inline packer<Stream>& packer<Stream>::pack_int64(int64_t d) in pack_int64() function in msgpack::packer
H A Dobject.hpp370 o.pack_int64(v.via.i64); in operator <<()
/dports/devel/rpclib/rpclib-2.2.1/include/rpc/msgpack/v1/
H A Dpack.hpp167 packer<Stream>& pack_int64(int64_t d); in MSGPACK_API_VERSION_NAMESPACE()
733 inline packer<Stream>& packer<Stream>::pack_int64(int64_t d) in MSGPACK_API_VERSION_NAMESPACE()
H A Dobject.hpp265 o.pack_int64(v.via.i64); in MSGPACK_API_VERSION_NAMESPACE()
711 o.pack_int64(v.via.i64); in MSGPACK_API_VERSION_NAMESPACE()
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/host/lib/deps/rpclib/include/rpc/msgpack/
H A Dpack.hpp54 packer<Stream>& pack_int64(int64_t d); in MSGPACK_API_VERSION_NAMESPACE()
229 inline packer<Stream>& packer<Stream>::pack_int64(int64_t d) in MSGPACK_API_VERSION_NAMESPACE()
H A Dobject.hpp254 o.pack_int64(v.via.i64); in MSGPACK_API_VERSION_NAMESPACE()
676 o.pack_int64(v.via.i64); in MSGPACK_API_VERSION_NAMESPACE()
/dports/devel/cquery/cquery-20180718/third_party/msgpack-c/include/msgpack/v1/
H A Dpack.hpp167 packer<Stream>& pack_int64(int64_t d); in MSGPACK_API_VERSION_NAMESPACE()
733 inline packer<Stream>& packer<Stream>::pack_int64(int64_t d) in MSGPACK_API_VERSION_NAMESPACE()
H A Dobject.hpp273 o.pack_int64(v.via.i64); in MSGPACK_API_VERSION_NAMESPACE()
719 o.pack_int64(v.via.i64); in MSGPACK_API_VERSION_NAMESPACE()
/dports/www/firefox/firefox-99.0/third_party/msgpack/include/msgpack/v1/
H A Dpack.hpp167 packer<Stream>& pack_int64(int64_t d); in MSGPACK_API_VERSION_NAMESPACE()
733 inline packer<Stream>& packer<Stream>::pack_int64(int64_t d) in MSGPACK_API_VERSION_NAMESPACE()
H A Dobject.hpp333 m_packer.pack_int64(v); in MSGPACK_API_VERSION_NAMESPACE()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/msgpack/include/msgpack/v1/
H A Dpack.hpp167 packer<Stream>& pack_int64(int64_t d); in MSGPACK_API_VERSION_NAMESPACE()
733 inline packer<Stream>& packer<Stream>::pack_int64(int64_t d) in MSGPACK_API_VERSION_NAMESPACE()
H A Dobject.hpp333 m_packer.pack_int64(v); in MSGPACK_API_VERSION_NAMESPACE()
/dports/www/firefox-esr/firefox-91.8.0/third_party/msgpack/include/msgpack/v1/
H A Dpack.hpp167 packer<Stream>& pack_int64(int64_t d); in MSGPACK_API_VERSION_NAMESPACE()
733 inline packer<Stream>& packer<Stream>::pack_int64(int64_t d) in MSGPACK_API_VERSION_NAMESPACE()
H A Dobject.hpp333 m_packer.pack_int64(v); in MSGPACK_API_VERSION_NAMESPACE()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/msgpack/include/msgpack/v1/
H A Dpack.hpp167 packer<Stream>& pack_int64(int64_t d); in MSGPACK_API_VERSION_NAMESPACE()
733 inline packer<Stream>& packer<Stream>::pack_int64(int64_t d) in MSGPACK_API_VERSION_NAMESPACE()
/dports/devel/msgpack/msgpack-c-cpp-3.3.0/include/msgpack/v1/
H A Dpack.hpp168 packer<Stream>& pack_int64(int64_t d); in MSGPACK_API_VERSION_NAMESPACE()
756 inline packer<Stream>& packer<Stream>::pack_int64(int64_t d) in MSGPACK_API_VERSION_NAMESPACE()
/dports/misc/veles/veles-2018.05.0/include/network/
H A Dmsgpackobject.h159 pk.pack_int64(value.sint); in msgpack_pack()
/dports/databases/mysql55-client/mysql-5.5.62/sql/
H A Dfield.h693 uchar *pack_int64(uchar* to, const uchar *from, bool low_byte_first_to) in pack_int64() function
1158 return pack_int64(to, from, low_byte_first); in pack()
1556 return pack_int64(to, from, low_byte_first); in pack()

123