Home
last modified time | relevance | path

Searched refs:NLOHMANN_JSON_VERSION_MAJOR (Results 1 - 8 of 8) sorted by relevance

/third_party/json/include/nlohmann/detail/
H A Dabi_macros.hpp14 #if defined(NLOHMANN_JSON_VERSION_MAJOR) && defined(NLOHMANN_JSON_VERSION_MINOR) && defined(NLOHMANN_JSON_VERSION_PATCH)
15 #if NLOHMANN_JSON_VERSION_MAJOR != 3 || NLOHMANN_JSON_VERSION_MINOR != 11 || NLOHMANN_JSON_VERSION_PATCH != 2
21 #define NLOHMANN_JSON_VERSION_MAJOR 3 // NOLINT(modernize-macro-to-enum) macro
69 NLOHMANN_JSON_NAMESPACE_VERSION_CONCAT(NLOHMANN_JSON_VERSION_MAJOR, \
/third_party/json/single_include/nlohmann/
H A Djson_fwd.hpp32 #if defined(NLOHMANN_JSON_VERSION_MAJOR) && defined(NLOHMANN_JSON_VERSION_MINOR) && defined(NLOHMANN_JSON_VERSION_PATCH)
33 #if NLOHMANN_JSON_VERSION_MAJOR != 3 || NLOHMANN_JSON_VERSION_MINOR != 11 || NLOHMANN_JSON_VERSION_PATCH != 2
39 #define NLOHMANN_JSON_VERSION_MAJOR 3 // NOLINT(modernize-macro-to-enum) macro
87 NLOHMANN_JSON_NAMESPACE_VERSION_CONCAT(NLOHMANN_JSON_VERSION_MAJOR, \
H A Djson.hpp62 #if defined(NLOHMANN_JSON_VERSION_MAJOR) && defined(NLOHMANN_JSON_VERSION_MINOR) && defined(NLOHMANN_JSON_VERSION_PATCH)
63 #if NLOHMANN_JSON_VERSION_MAJOR != 3 || NLOHMANN_JSON_VERSION_MINOR != 11 || NLOHMANN_JSON_VERSION_PATCH != 2
69 #define NLOHMANN_JSON_VERSION_MAJOR 3 // NOLINT(modernize-macro-to-enum) macro
117 NLOHMANN_JSON_NAMESPACE_VERSION_CONCAT(NLOHMANN_JSON_VERSION_MAJOR, \
19432 detail::concat(std::to_string(NLOHMANN_JSON_VERSION_MAJOR), '.',
19435 result["version"]["major"] = NLOHMANN_JSON_VERSION_MAJOR;
/third_party/json/docs/examples/
H A Dnlohmann_json_version.cpp9 << NLOHMANN_JSON_VERSION_MAJOR << "." in main()
/third_party/json/tests/abi/config/
H A Ddefault.cpp31 expected += "_v" STRINGIZE(NLOHMANN_JSON_VERSION_MAJOR);
/third_party/json/include/nlohmann/
H A Djson.hpp254 detail::concat(std::to_string(NLOHMANN_JSON_VERSION_MAJOR), '.', in meta()
257 result["version"]["major"] = NLOHMANN_JSON_VERSION_MAJOR; in meta()
/third_party/json/docs/docset/
H A DdocSet.sql231 INSERT INTO searchIndex(name, type, path) VALUES ('NLOHMANN_JSON_VERSION_MAJOR', 'Macro', 'api/macros/nlohmann_json_version_major/index.html');
/third_party/json/tests/abi/include/nlohmann/
H A Djson_v3_10_5.hpp42 #define NLOHMANN_JSON_VERSION_MAJOR 3 macro
17436 std::to_string(NLOHMANN_JSON_VERSION_MAJOR) + "." +
17439 result["version"]["major"] = NLOHMANN_JSON_VERSION_MAJOR;

Completed in 57 milliseconds