Home
last modified time | relevance | path

Searched refs:NLOHMANN_JSON_NAMESPACE (Results 1 - 12 of 12) sorted by relevance

/third_party/json/tests/abi/config/
H A Dcustom.cpp14 #define NLOHMANN_JSON_NAMESPACE nlohmann // this line may be omitted macro
28 std::string ns{STRINGIZE(NLOHMANN_JSON_NAMESPACE) "::basic_json"};
H A Dnoversion.cpp35 std::string ns{STRINGIZE(NLOHMANN_JSON_NAMESPACE) "::basic_json"};
H A Ddefault.cpp36 std::string ns{STRINGIZE(NLOHMANN_JSON_NAMESPACE) "::basic_json"};
/third_party/json/docs/examples/
H A Dnlohmann_json_namespace.cpp4 // possible use case: use NLOHMANN_JSON_NAMESPACE instead of nlohmann
5 using json = NLOHMANN_JSON_NAMESPACE::json;
7 // macro needed to output the NLOHMANN_JSON_NAMESPACE as string literal
13 std::cout << QUOTE(NLOHMANN_JSON_NAMESPACE) << std::endl; in main()
H A Dnlohmann_json_namespace_no_version.cpp6 // macro needed to output the NLOHMANN_JSON_NAMESPACE as string literal
12 std::cout << QUOTE(NLOHMANN_JSON_NAMESPACE) << std::endl; in main()
H A Dnlohmann_json_namespace_begin.c++17.cpp29 NLOHMANN_JSON_NAMESPACE::json j; in main()
/third_party/json/include/nlohmann/detail/
H A Dabi_macros.hpp79 #ifndef NLOHMANN_JSON_NAMESPACE
80 #define NLOHMANN_JSON_NAMESPACE \ macro
/third_party/json/single_include/nlohmann/
H A Djson_fwd.hpp97 #ifndef NLOHMANN_JSON_NAMESPACE
98 #define NLOHMANN_JSON_NAMESPACE \ macro
H A Djson.hpp127 #ifndef NLOHMANN_JSON_NAMESPACE
128 #define NLOHMANN_JSON_NAMESPACE \ macro
/third_party/json/tests/abi/diag/
H A Ddiag_off.cpp22 return sizeof(::NLOHMANN_JSON_NAMESPACE::json); in json_sizeof_diag_off_explicit()
H A Ddiag_on.cpp22 return sizeof(::NLOHMANN_JSON_NAMESPACE::json); in json_sizeof_diag_on_explicit()
/third_party/json/docs/docset/
H A DdocSet.sql226 INSERT INTO searchIndex(name, type, path) VALUES ('NLOHMANN_JSON_NAMESPACE', 'Macro', 'api/macros/nlohmann_json_namespace/index.html');

Completed in 27 milliseconds