Searched refs:NLOHMANN_JSON_VERSION_MINOR (Results 1 - 8 of 8) sorted by relevance
/third_party/json/include/nlohmann/detail/ |
H A D | abi_macros.hpp | 14 #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 22 #define NLOHMANN_JSON_VERSION_MINOR 11 // NOLINT(modernize-macro-to-enum) macro 70 NLOHMANN_JSON_VERSION_MINOR, \
|
/third_party/json/single_include/nlohmann/ |
H A D | json_fwd.hpp | 32 #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 40 #define NLOHMANN_JSON_VERSION_MINOR 11 // NOLINT(modernize-macro-to-enum) macro 88 NLOHMANN_JSON_VERSION_MINOR, \
|
H A D | json.hpp | 62 #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 70 #define NLOHMANN_JSON_VERSION_MINOR 11 // NOLINT(modernize-macro-to-enum) macro 118 NLOHMANN_JSON_VERSION_MINOR, \ 19433 std::to_string(NLOHMANN_JSON_VERSION_MINOR), '.', 19436 result["version"]["minor"] = NLOHMANN_JSON_VERSION_MINOR;
|
/third_party/json/docs/examples/ |
H A D | nlohmann_json_version.cpp | 10 << NLOHMANN_JSON_VERSION_MINOR << "." in main()
|
/third_party/json/tests/abi/config/ |
H A D | default.cpp | 32 expected += "_" STRINGIZE(NLOHMANN_JSON_VERSION_MINOR);
|
/third_party/json/include/nlohmann/ |
H A D | json.hpp | 255 std::to_string(NLOHMANN_JSON_VERSION_MINOR), '.', in meta() 258 result["version"]["minor"] = NLOHMANN_JSON_VERSION_MINOR; in meta()
|
/third_party/json/docs/docset/ |
H A D | docSet.sql | 232 INSERT INTO searchIndex(name, type, path) VALUES ('NLOHMANN_JSON_VERSION_MINOR', 'Macro', 'api/macros/nlohmann_json_version_major/index.html');
|
/third_party/json/tests/abi/include/nlohmann/ |
H A D | json_v3_10_5.hpp | 43 #define NLOHMANN_JSON_VERSION_MINOR 10 macro 17437 std::to_string(NLOHMANN_JSON_VERSION_MINOR) + "." + 17440 result["version"]["minor"] = NLOHMANN_JSON_VERSION_MINOR;
|
Completed in 49 milliseconds