Searched refs:string_index (Results 1 – 2 of 2) sorted by relevance
671 # define GTEST_ATTRIBUTE_PRINTF_(string_index, first_to_check) \ argument672 __attribute__((__format__(__MINGW_PRINTF_FORMAT, string_index, \675 # define GTEST_ATTRIBUTE_PRINTF_(string_index, first_to_check) \ argument676 __attribute__((__format__(__printf__, string_index, first_to_check)))679 # define GTEST_ATTRIBUTE_PRINTF_(string_index, first_to_check) argument
342 char string_index(int n) { in string_index() function