Searched defs:msgpack (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/amd/common/ |
D | ac_msgpack.c | 52 void ac_msgpack_init(struct ac_msgpack *msgpack) in ac_msgpack_init() 59 void ac_msgpack_destroy(struct ac_msgpack *msgpack) in ac_msgpack_destroy() 64 int ac_msgpack_resize_if_required(struct ac_msgpack *msgpack, in ac_msgpack_resize_if_required() 82 void ac_msgpack_add_fixmap_op(struct ac_msgpack *msgpack, uint32_t n) in ac_msgpack_add_fixmap_op() 104 void ac_msgpack_add_fixarray_op(struct ac_msgpack *msgpack, uint32_t n) in ac_msgpack_add_fixarray_op() 126 void ac_msgpack_add_fixstr(struct ac_msgpack *msgpack, const char *str) in ac_msgpack_add_fixstr() 161 void ac_msgpack_add_uint(struct ac_msgpack *msgpack, uint64_t val) in ac_msgpack_add_uint()
|
D | ac_rgp_elf_object_pack.c | 117 struct ac_msgpack msgpack; in ac_rgp_write_msgpack() local
|
/external/icu/icu4c/source/tools/toolutil/ |
D | json-json.hpp | 6204 enum class input_format_t { json, cbor, msgpack, ubjson, bson, bjdata }; enumerator
|
/external/ublksrv/include/nlohmann/ |
D | json.hpp | 5920 enum class input_format_t { json, cbor, msgpack, ubjson, bson, bjdata }; enumerator
|