Searched refs:names_count (Results 1 – 2 of 2) sorted by relevance
63 int names_count = sizeof(names) / sizeof(*names); in handle_sigsegv() local81 if (i < names_count) in handle_sigsegv()96 if (i != names_count) //Make sure we found all the frames! in handle_sigsegv()98 printf("Failed to find all frames i:%d != names_count:%d\n", i, names_count); in handle_sigsegv()
46 BOOST_CONSTEXPR_OR_CONST unsigned int names_count = 6;51 static const CharT names[names_count][8];55 const CharT severity_level_names< CharT >::names[names_count][8] =71 if (BOOST_LIKELY(static_cast< unsigned int >(lvl) < names_count))