Home
last modified time | relevance | path

Searched refs:NLOHMANN_JSON_VERSION_PATCH (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
23 #define NLOHMANN_JSON_VERSION_PATCH 2 // NOLINT(modernize-macro-to-enum) macro
71 NLOHMANN_JSON_VERSION_PATCH)
/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
41 #define NLOHMANN_JSON_VERSION_PATCH 2 // NOLINT(modernize-macro-to-enum) macro
89 NLOHMANN_JSON_VERSION_PATCH)
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
71 #define NLOHMANN_JSON_VERSION_PATCH 2 // NOLINT(modernize-macro-to-enum) macro
119 NLOHMANN_JSON_VERSION_PATCH)
19434 std::to_string(NLOHMANN_JSON_VERSION_PATCH));
19437 result["version"]["patch"] = NLOHMANN_JSON_VERSION_PATCH;
/third_party/json/docs/examples/
H A Dnlohmann_json_version.cpp11 << NLOHMANN_JSON_VERSION_PATCH << std::endl; in main()
/third_party/json/tests/abi/config/
H A Ddefault.cpp33 expected += "_" STRINGIZE(NLOHMANN_JSON_VERSION_PATCH) "::basic_json";
/third_party/json/include/nlohmann/
H A Djson.hpp256 std::to_string(NLOHMANN_JSON_VERSION_PATCH)); in meta()
259 result["version"]["patch"] = NLOHMANN_JSON_VERSION_PATCH; in meta()
/third_party/json/docs/docset/
H A DdocSet.sql233 INSERT INTO searchIndex(name, type, path) VALUES ('NLOHMANN_JSON_VERSION_PATCH', 'Macro', 'api/macros/nlohmann_json_version_major/index.html');
/third_party/json/tests/abi/include/nlohmann/
H A Djson_v3_10_5.hpp44 #define NLOHMANN_JSON_VERSION_PATCH 5 macro
17438 std::to_string(NLOHMANN_JSON_VERSION_PATCH);
17441 result["version"]["patch"] = NLOHMANN_JSON_VERSION_PATCH;

Completed in 55 milliseconds