Home
last modified time | relevance | path

Searched refs:NLOHMANN_JSON_VERSION_MINOR (Results 1 – 12 of 12) sorted by relevance

/third_party/json/include/nlohmann/detail/
Dabi_macros.hpp14 …#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…
22 #define NLOHMANN_JSON_VERSION_MINOR 11 // NOLINT(modernize-macro-to-enum) macro
70 NLOHMANN_JSON_VERSION_MINOR, \
/third_party/json/single_include/nlohmann/
Djson_fwd.hpp32 …#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…
40 #define NLOHMANN_JSON_VERSION_MINOR 11 // NOLINT(modernize-macro-to-enum) macro
88 NLOHMANN_JSON_VERSION_MINOR, \
Djson.hpp62 …#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…
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), '.', in meta()
19436 result["version"]["minor"] = NLOHMANN_JSON_VERSION_MINOR; in meta()
/third_party/json/docs/mkdocs/docs/api/macros/
Dnlohmann_json_version_major.md1 # NLOHMANN_JSON_VERSION_MAJOR, NLOHMANN_JSON_VERSION_MINOR, NLOHMANN_JSON_VERSION_PATCH
5 #define NLOHMANN_JSON_VERSION_MINOR /* value */
20 The example below shows how `NLOHMANN_JSON_VERSION_MAJOR`, `NLOHMANN_JSON_VERSION_MINOR`, and
Dindex.md29 - [**NLOHMANN_JSON_VERSION_MAJOR**<br>**NLOHMANN_JSON_VERSION_MINOR**<br>**NLOHMANN_JSON_VERSION_PA…
/third_party/json/docs/examples/
Dnlohmann_json_version.cpp10 << NLOHMANN_JSON_VERSION_MINOR << "." in main()
/third_party/json/tests/abi/config/
Ddefault.cpp32 expected += "_" STRINGIZE(NLOHMANN_JSON_VERSION_MINOR);
/third_party/json/docs/mkdocs/docs/api/basic_json/
Dmeta.md51 - [**NLOHMANN_JSON_VERSION_MAJOR**/**NLOHMANN_JSON_VERSION_MINOR**/**NLOHMANN_JSON_VERSION_PATCH**]…
/third_party/json/docs/mkdocs/docs/features/
Dmacros.md148 ## `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/
Djson.hpp255 std::to_string(NLOHMANN_JSON_VERSION_MINOR), '.', in meta()
258 result["version"]["minor"] = NLOHMANN_JSON_VERSION_MINOR; in meta()
/third_party/json/tests/abi/include/nlohmann/
Djson_v3_10_5.hpp43 #define NLOHMANN_JSON_VERSION_MINOR 10 macro
17437 std::to_string(NLOHMANN_JSON_VERSION_MINOR) + "." + in meta()
17440 result["version"]["minor"] = NLOHMANN_JSON_VERSION_MINOR; in meta()
/third_party/json/docs/mkdocs/docs/home/
Dreleases.md618 - The library now defines `NLOHMANN_JSON_VERSION_MAJOR`, `NLOHMANN_JSON_VERSION_MINOR`, and `NLOHMA…