Searched refs:handle_msgpack (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/openmp/libomptarget/plugins/amdgpu/impl/ |
| H A D | msgpack.cpp | 177 return handle_msgpack({start, end}, f()); in skip_next_message() 219 const unsigned char *next = handle_msgpack<inner>(bytes, {indent}); in dump() 241 handle_msgpack<inner>({start_key, bytes.end}, {indent}); in dump() 250 handle_msgpack<inner>({start_value, bytes.end}, {indent}); in dump() 267 handle_msgpack<inner>(bytes, {0}); in dump()
|
| H A D | msgpack.h | 217 const unsigned char *handle_msgpack(byte_range bytes, F f) { in handle_msgpack() function 245 handle_msgpack<inner>(bytes, {callback}); in foronly_string() 254 handle_msgpack<inner>(bytes, {callback}); in foronly_unsigned() 263 handle_msgpack<inner>(bytes, {callback}); in foreach_array() 274 handle_msgpack<inner>(bytes, {callback}); in foreach_map()
|
| H A D | system.cpp | 248 msgpack::handle_msgpack<s>(value, {count, size}); in map_lookup_array() 272 msgpack::handle_msgpack<s>(value, {count, res}); in map_lookup_string()
|