Home
last modified time | relevance | path

Searched refs:JSON_HEDLEY_PRINTF_FORMAT (Results 1 - 4 of 4) sorted by relevance

/third_party/json/include/nlohmann/thirdparty/hedley/
H A Dhedley.hpp1292 #if defined(JSON_HEDLEY_PRINTF_FORMAT)
1293 #undef JSON_HEDLEY_PRINTF_FORMAT macro
1296 #define JSON_HEDLEY_PRINTF_FORMAT(string_idx,first_to_check) __attribute__((__format__(ms_printf, string_idx, first_to_check))) macro
1298 #define JSON_HEDLEY_PRINTF_FORMAT(string_idx,first_to_check) __attribute__((__format__(gnu_printf, string_idx, first_to_check)))
1317 #define JSON_HEDLEY_PRINTF_FORMAT(string_idx,first_to_check) __attribute__((__format__(__printf__, string_idx, first_to_check)))
1319 #define JSON_HEDLEY_PRINTF_FORMAT(string_idx,first_to_check) __declspec(vaformat(printf,string_idx,first_to_check))
1321 #define JSON_HEDLEY_PRINTF_FORMAT(string_idx,first_to_check)
H A Dhedley_undef.hpp112 #undef JSON_HEDLEY_PRINTF_FORMAT macro
/third_party/json/tests/abi/include/nlohmann/
H A Djson_v3_10_5.hpp1471 #if defined(JSON_HEDLEY_PRINTF_FORMAT)
1472 #undef JSON_HEDLEY_PRINTF_FORMAT macro
1475 #define JSON_HEDLEY_PRINTF_FORMAT(string_idx,first_to_check) __attribute__((__format__(ms_printf, string_idx, first_to_check))) macro
1477 #define JSON_HEDLEY_PRINTF_FORMAT(string_idx,first_to_check) __attribute__((__format__(gnu_printf, string_idx, first_to_check)))
1496 #define JSON_HEDLEY_PRINTF_FORMAT(string_idx,first_to_check) __attribute__((__format__(__printf__, string_idx, first_to_check)))
1498 #define JSON_HEDLEY_PRINTF_FORMAT(string_idx,first_to_check) __declspec(vaformat(printf,string_idx,first_to_check))
1500 #define JSON_HEDLEY_PRINTF_FORMAT(string_idx,first_to_check)
22041 #undef JSON_HEDLEY_PRINTF_FORMAT
/third_party/json/single_include/nlohmann/
H A Djson.hpp1608 #if defined(JSON_HEDLEY_PRINTF_FORMAT)
1609 #undef JSON_HEDLEY_PRINTF_FORMAT macro
1612 #define JSON_HEDLEY_PRINTF_FORMAT(string_idx,first_to_check) __attribute__((__format__(ms_printf, string_idx, first_to_check))) macro
1614 #define JSON_HEDLEY_PRINTF_FORMAT(string_idx,first_to_check) __attribute__((__format__(gnu_printf, string_idx, first_to_check)))
1633 #define JSON_HEDLEY_PRINTF_FORMAT(string_idx,first_to_check) __attribute__((__format__(__printf__, string_idx, first_to_check)))
1635 #define JSON_HEDLEY_PRINTF_FORMAT(string_idx,first_to_check) __declspec(vaformat(printf,string_idx,first_to_check))
1637 #define JSON_HEDLEY_PRINTF_FORMAT(string_idx,first_to_check)
24546 #undef JSON_HEDLEY_PRINTF_FORMAT macro

Completed in 62 milliseconds