Searched defs:countof (Results 1 – 11 of 11) sorted by relevance
3 #define countof(a) (sizeof(a) / sizeof((a)[0])) macro
71 #define countof(a) (sizeof(a) / sizeof((a)[0])) macro
24 constexpr size_t countof(T (&array)[N]) { in countof() function
169 constexpr inline size_t countof(const T (&array)[N]) { return N; } in countof() function173 #define countof(a) (sizeof(a) / sizeof((a)[0])) macro
1343 static constexpr size_t countof(T const (&)[N]) { in countof() function
810 constexpr std::size_t countof(T const (&)[N]) in countof() function
34 #define countof(a) ((sizeof (a))/(sizeof (a)[0])) macro
51 #define countof(a) ((sizeof (a))/(sizeof (a)[0])) macro
119 countof(const T (&)[N]) in countof() function128 countof(const T * const begin, const T * const end) in countof() function
96 inline constexpr size_t countof(const T (&)[N]) { in countof() function101 inline constexpr size_t countof(const T* const begin, const T* const end) { in countof() function