Searched refs:foronly_unsigned (Results 1 – 2 of 2) sorted by relevance
284 msgpack::foronly_unsigned(value, [&](uint64_t x) { in map_lookup_uint64_t()317 foronly_unsigned(value, [&](uint64_t x) { kernelarg->size_ = x; }); in populate_kernelArgMD()319 foronly_unsigned(value, [&](uint64_t x) { kernelarg->offset_ = x; }); in populate_kernelArgMD()
248 template <typename C> void foronly_unsigned(byte_range bytes, C callback) { in foronly_unsigned() function