Lines Matching refs:byte_range
229 int map_lookup_array(msgpack::byte_range message, const char *needle, in map_lookup_array()
230 msgpack::byte_range *res, uint64_t *size) { in map_lookup_array()
236 const unsigned char *handle_array(uint64_t N, msgpack::byte_range bytes) { in map_lookup_array()
244 [&](msgpack::byte_range key, msgpack::byte_range value) { in map_lookup_array()
257 int map_lookup_string(msgpack::byte_range message, const char *needle, in map_lookup_string()
270 [&](msgpack::byte_range key, msgpack::byte_range value) { in map_lookup_string()
278 int map_lookup_uint64_t(msgpack::byte_range message, const char *needle, in map_lookup_uint64_t()
282 [&](msgpack::byte_range key, msgpack::byte_range value) { in map_lookup_uint64_t()
293 int array_lookup_element(msgpack::byte_range message, uint64_t elt, in array_lookup_element()
294 msgpack::byte_range *res) { in array_lookup_element()
297 msgpack::foreach_array(message, [&](msgpack::byte_range value) { in array_lookup_element()
307 int populate_kernelArgMD(msgpack::byte_range args_element, in populate_kernelArgMD()
311 foreach_map(args_element, [&](byte_range key, byte_range value) -> void { in populate_kernelArgMD()
349 msgpack::byte_range kernel_array; in get_code_object_custom_metadata()
364 msgpack::byte_range element; in get_code_object_custom_metadata()
443 msgpack::byte_range args_array; in get_code_object_custom_metadata()
455 msgpack::byte_range args_element; in get_code_object_custom_metadata()