Searched refs:countof (Results 1 – 4 of 4) sorted by relevance
32 size_t countof(T (&)[N]) { in countof() function
55 if (poll(fds, countof(fds), kPollTimeout.count()) < 0) { in relayMessages()
810 constexpr std::size_t countof(T const (&)[N]) in countof() function815 # define GLM_COUNTOF(arr) glm::countof(arr)
136 unsigned countof(T (&rgt)[N]) { in countof() function