Home
last modified time | relevance | path

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

/llvm-project-15.0.7/openmp/libomptarget/plugins/amdgpu/impl/
H A Dmsgpack.h43 const unsigned char *skip_next_message(const unsigned char *start,
81 const unsigned char *next = skip_next_message(bytes.start, bytes.end); in handle_array()
93 const unsigned char *end_key = skip_next_message(start_key, bytes.end); in handle_map()
99 skip_next_message(start_value, bytes.end); in handle_map()
H A Dmsgpack.cpp174 const unsigned char *msgpack::skip_next_message(const unsigned char *start, in skip_next_message() function in msgpack