Searched refs:userAsInt (Results 1 – 1 of 1) sorted by relevance
393 const auto userAsInt = (uintptr_t)user; in staticCallback() local395 auto stream = reinterpret_cast<Stream*>(userAsInt & ~1); in staticCallback()396 stream->callback(event, info, int(userAsInt & 1), 0 /* tries */); in staticCallback()