Home
last modified time | relevance | path

Searched defs:JSON_HEDLEY_REINTERPRET_CAST (Results 1 – 2 of 2) sorted by relevance

/third_party/json/include/nlohmann/thirdparty/hedley/
Dhedley.hpp847 #define JSON_HEDLEY_REINTERPRET_CAST(T, expr) (reinterpret_cast<T>(expr)) macro
849 #define JSON_HEDLEY_REINTERPRET_CAST(T, expr) ((T) (expr)) macro
/third_party/json/single_include/nlohmann/
Djson.hpp1018 #define JSON_HEDLEY_REINTERPRET_CAST(T, expr) (reinterpret_cast<T>(expr)) macro
1020 #define JSON_HEDLEY_REINTERPRET_CAST(T, expr) ((T) (expr)) macro