Searched refs:NLOHMANN_JSON_VERSION_MAJOR (Results 1 – 12 of 12) sorted by relevance
/third_party/json/include/nlohmann/detail/ |
D | abi_macros.hpp | 14 …#if defined(NLOHMANN_JSON_VERSION_MAJOR) && defined(NLOHMANN_JSON_VERSION_MINOR) && defined(NLOHMA… 15 …#if NLOHMANN_JSON_VERSION_MAJOR != 3 || NLOHMANN_JSON_VERSION_MINOR != 11 || NLOHMANN_JSON_VERSION… 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/ |
D | json_fwd.hpp | 32 …#if defined(NLOHMANN_JSON_VERSION_MAJOR) && defined(NLOHMANN_JSON_VERSION_MINOR) && defined(NLOHMA… 33 …#if NLOHMANN_JSON_VERSION_MAJOR != 3 || NLOHMANN_JSON_VERSION_MINOR != 11 || NLOHMANN_JSON_VERSION… 39 #define NLOHMANN_JSON_VERSION_MAJOR 3 // NOLINT(modernize-macro-to-enum) macro 87 NLOHMANN_JSON_NAMESPACE_VERSION_CONCAT(NLOHMANN_JSON_VERSION_MAJOR, \
|
D | json.hpp | 62 …#if defined(NLOHMANN_JSON_VERSION_MAJOR) && defined(NLOHMANN_JSON_VERSION_MINOR) && defined(NLOHMA… 63 …#if NLOHMANN_JSON_VERSION_MAJOR != 3 || NLOHMANN_JSON_VERSION_MINOR != 11 || NLOHMANN_JSON_VERSION… 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), '.', in meta() 19435 result["version"]["major"] = NLOHMANN_JSON_VERSION_MAJOR; in meta()
|
/third_party/json/docs/mkdocs/docs/api/macros/ |
D | nlohmann_json_version_major.md | 1 # NLOHMANN_JSON_VERSION_MAJOR, NLOHMANN_JSON_VERSION_MINOR, NLOHMANN_JSON_VERSION_PATCH 4 #define NLOHMANN_JSON_VERSION_MAJOR /* value */ 20 The example below shows how `NLOHMANN_JSON_VERSION_MAJOR`, `NLOHMANN_JSON_VERSION_MINOR`, and
|
D | index.md | 29 - [**NLOHMANN_JSON_VERSION_MAJOR**<br>**NLOHMANN_JSON_VERSION_MINOR**<br>**NLOHMANN_JSON_VERSION_PA…
|
/third_party/json/docs/examples/ |
D | nlohmann_json_version.cpp | 9 << NLOHMANN_JSON_VERSION_MAJOR << "." in main()
|
/third_party/json/tests/abi/config/ |
D | default.cpp | 31 expected += "_v" STRINGIZE(NLOHMANN_JSON_VERSION_MAJOR);
|
/third_party/json/docs/mkdocs/docs/api/basic_json/ |
D | meta.md | 51 - [**NLOHMANN_JSON_VERSION_MAJOR**/**NLOHMANN_JSON_VERSION_MINOR**/**NLOHMANN_JSON_VERSION_PATCH**]…
|
/third_party/json/docs/mkdocs/docs/features/ |
D | macros.md | 148 ## `NLOHMANN_JSON_VERSION_MAJOR`, `NLOHMANN_JSON_VERSION_MINOR`, `NLOHMANN_JSON_VERSION_PATCH` 153 See [full documentation of `NLOHMANN_JSON_VERSION_MAJOR`, `NLOHMANN_JSON_VERSION_MINOR`, and `NLOHM…
|
/third_party/json/include/nlohmann/ |
D | json.hpp | 254 detail::concat(std::to_string(NLOHMANN_JSON_VERSION_MAJOR), '.', in meta() 257 result["version"]["major"] = NLOHMANN_JSON_VERSION_MAJOR; in meta()
|
/third_party/json/tests/abi/include/nlohmann/ |
D | json_v3_10_5.hpp | 42 #define NLOHMANN_JSON_VERSION_MAJOR 3 macro 17436 std::to_string(NLOHMANN_JSON_VERSION_MAJOR) + "." + in meta() 17439 result["version"]["major"] = NLOHMANN_JSON_VERSION_MAJOR; in meta()
|
/third_party/json/docs/mkdocs/docs/home/ |
D | releases.md | 618 - The library now defines `NLOHMANN_JSON_VERSION_MAJOR`, `NLOHMANN_JSON_VERSION_MINOR`, and `NLOHMA…
|