Searched refs:JSON_HEDLEY_PREDICT (Results 1 - 4 of 4) sorted by relevance
/third_party/json/include/nlohmann/thirdparty/hedley/ |
H A D | hedley_undef.hpp | 111 #undef JSON_HEDLEY_PREDICT macro
|
H A D | hedley.hpp | 1336 #if defined(JSON_HEDLEY_PREDICT) 1337 #undef JSON_HEDLEY_PREDICT macro 1355 # define JSON_HEDLEY_PREDICT(expr, value, probability) __builtin_expect_with_probability( (expr), (value), (probability)) macro 1377 # define JSON_HEDLEY_PREDICT(expr, expected, probability) \ 1392 # define JSON_HEDLEY_PREDICT(expr, expected, probability) (JSON_HEDLEY_STATIC_CAST(void, expected), (expr)) 1399 #define JSON_HEDLEY_UNPREDICTABLE(expr) JSON_HEDLEY_PREDICT(expr, 1, 0.5)
|
/third_party/json/tests/abi/include/nlohmann/ |
H A D | json_v3_10_5.hpp | 1515 #if defined(JSON_HEDLEY_PREDICT) 1516 #undef JSON_HEDLEY_PREDICT macro 1534 # define JSON_HEDLEY_PREDICT(expr, value, probability) __builtin_expect_with_probability( (expr), (value), (probability)) macro 1556 # define JSON_HEDLEY_PREDICT(expr, expected, probability) \ 1571 # define JSON_HEDLEY_PREDICT(expr, expected, probability) (JSON_HEDLEY_STATIC_CAST(void, expected), (expr)) 1578 #define JSON_HEDLEY_UNPREDICTABLE(expr) JSON_HEDLEY_PREDICT(expr, 1, 0.5) 22040 #undef JSON_HEDLEY_PREDICT
|
/third_party/json/single_include/nlohmann/ |
H A D | json.hpp | 1652 #if defined(JSON_HEDLEY_PREDICT) 1653 #undef JSON_HEDLEY_PREDICT macro 1671 # define JSON_HEDLEY_PREDICT(expr, value, probability) __builtin_expect_with_probability( (expr), (value), (probability)) macro 1693 # define JSON_HEDLEY_PREDICT(expr, expected, probability) \ 1708 # define JSON_HEDLEY_PREDICT(expr, expected, probability) (JSON_HEDLEY_STATIC_CAST(void, expected), (expr)) 1715 #define JSON_HEDLEY_UNPREDICTABLE(expr) JSON_HEDLEY_PREDICT(expr, 1, 0.5) 24545 #undef JSON_HEDLEY_PREDICT macro
|
Completed in 46 milliseconds