Home
last modified time | relevance | path

Searched refs:start_key (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/openmp/libomptarget/plugins/amdgpu/impl/
H A Dmsgpack.h92 const unsigned char *start_key = bytes.start; in handle_map() local
93 const unsigned char *end_key = skip_next_message(start_key, bytes.end); in handle_map()
103 cb_map_elements({start_key, end_key}, {start_value, end_value}); in handle_map()
H A Dmsgpack.cpp238 const unsigned char *start_key = bytes.start; in dump() local
241 handle_msgpack<inner>({start_key, bytes.end}, {indent}); in dump()