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.hpp731 #define JSON_HEDLEY_REINTERPRET_CAST(T, expr) (reinterpret_cast<T>(expr)) macro
733 #define JSON_HEDLEY_REINTERPRET_CAST(T, expr) ((T) (expr)) macro
/third_party/json/single_include/nlohmann/
Djson.hpp840 #define JSON_HEDLEY_REINTERPRET_CAST(T, expr) (reinterpret_cast<T>(expr)) macro
842 #define JSON_HEDLEY_REINTERPRET_CAST(T, expr) ((T) (expr)) macro