UV_                27 src/unix/loop-watcher.c     uv__handle_init(loop, (uv_handle_t*)handle, UV_##type);                   \
UV_                42 src/uv-common.c #define XX(uc, lc) case UV_##uc: return sizeof(uv_##lc##_t);
UV_               105 src/uv-common.c #define UV_ERR_NAME_GEN(name, _) case UV_ ## name: return #name;
UV_               117 src/uv-common.c #define UV_STRERROR_GEN(name, msg) case UV_ ## name: return msg;
UV_               380 src/uv-common.c #define X(uc, lc) case UV_##uc: type = #lc; break;
UV_                40 src/win/loop-watcher.c     uv__handle_init(loop, (uv_handle_t*) handle, UV_##NAME);                  \
UV_                50 src/win/loop-watcher.c     assert(handle->type == UV_##NAME);                                        \
UV_                80 src/win/loop-watcher.c     assert(handle->type == UV_##NAME);                                        \