Searched defs:msgpack (Results 1 - 8 of 8) sorted by relevance
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ |
| H A D | MsgPackWriter.h | 37 namespace msgpack { namespace
|
| H A D | MsgPack.h | 21 namespace msgpack { namespace
|
| H A D | MsgPackReader.h | 41 namespace msgpack { namespace
|
| H A D | MsgPackDocument.h | 24 namespace msgpack { namespace
|
| /third_party/mesa3d/src/amd/common/ |
| H A D | ac_msgpack.c | 71 void ac_msgpack_init(struct ac_msgpack *msgpack) in ac_msgpack_init() argument 78 void ac_msgpack_destroy(struct ac_msgpack *msgpack) in ac_msgpack_destroy() argument 83 ac_msgpack_resize_if_required(struct ac_msgpack *msgpack, uint32_t data_size) ac_msgpack_resize_if_required() argument 101 ac_msgpack_add_fixmap_op(struct ac_msgpack *msgpack, uint32_t n) ac_msgpack_add_fixmap_op() argument 123 ac_msgpack_add_fixarray_op(struct ac_msgpack *msgpack, uint32_t n) ac_msgpack_add_fixarray_op() argument 145 ac_msgpack_add_fixstr(struct ac_msgpack *msgpack, char *str) ac_msgpack_add_fixstr() argument 180 ac_msgpack_add_uint(struct ac_msgpack *msgpack, uint64_t val) ac_msgpack_add_uint() argument 214 ac_msgpack_add_int(struct ac_msgpack *msgpack, int64_t val) ac_msgpack_add_int() argument [all...] |
| H A D | ac_rgp_elf_object_pack.c | 90 struct ac_msgpack msgpack; in ac_rgp_write_msgpack() local [all...] |
| /third_party/json/include/nlohmann/detail/input/ |
| H A D | input_adapters.hpp | 34 enum class input_format_t { json, cbor, msgpack, ubjson, bson, bjdata }; member in detail::input_format_t
|
| /third_party/json/single_include/nlohmann/ |
| H A D | json.hpp | 6103 enum class input_format_t { json, cbor, msgpack, ubjson, bson, bjdata }; member in detail::input_format_t [all...] |
Completed in 16 milliseconds