Home
last modified time | relevance | path

Searched refs:JSON_INLINE_VARIABLE (Results 1 - 7 of 7) sorted by relevance

/third_party/json/include/nlohmann/detail/
H A Dmacro_unscope.hpp25 #undef JSON_INLINE_VARIABLE macro
H A Dmacro_scope.hpp137 #define JSON_INLINE_VARIABLE inline macro
139 #define JSON_INLINE_VARIABLE macro
/third_party/json/include/nlohmann/detail/meta/
H A Dcpp_future.hpp156 static JSON_INLINE_VARIABLE constexpr T value{};
/third_party/json/include/nlohmann/detail/conversions/
H A Dfrom_json.hpp491 JSON_INLINE_VARIABLE constexpr const auto& from_json = // NOLINT(misc-definitions-in-headers)
H A Dto_json.hpp440 JSON_INLINE_VARIABLE constexpr const auto& to_json = // NOLINT(misc-definitions-in-headers)
/third_party/json/include/nlohmann/detail/input/
H A Dbinary_reader.hpp2951 static JSON_INLINE_VARIABLE constexpr std::size_t npos = static_cast<std::size_t>(-1);
/third_party/json/single_include/nlohmann/
H A Djson.hpp2487 #define JSON_INLINE_VARIABLE inline macro
2489 #define JSON_INLINE_VARIABLE
3197 static JSON_INLINE_VARIABLE constexpr T value{};
5047 JSON_INLINE_VARIABLE constexpr const auto& from_json = // NOLINT(misc-definitions-in-headers)
5746 JSON_INLINE_VARIABLE constexpr const auto& to_json = // NOLINT(misc-definitions-in-headers)
12025 static JSON_INLINE_VARIABLE constexpr std::size_t npos = static_cast<std::size_t>(-1);
24415 #undef JSON_INLINE_VARIABLE macro

Completed in 33 milliseconds