Home
last modified time | relevance | path

Searched defs:basic_json (Results 1 – 3 of 3) sorted by relevance

/third_party/json/include/nlohmann/
Djson.hpp95 class basic_json // NOLINT(cppcoreguidelines-special-member-functions,hicpp-special-member-function… class
805 basic_json(const value_t v) in basic_json() function in basic_json
813 basic_json(std::nullptr_t = nullptr) noexcept // NOLINT(bugprone-exception-escape) in basic_json() function in basic_json
825basic_json(CompatibleType && val) noexcept(noexcept( // NOLINT(bugprone-forwarding-reference-overl… in basic_json() function in basic_json
839 basic_json(const BasicJsonType& val) in basic_json() function in basic_json
892 basic_json(initializer_list_t init, in basic_json() function in basic_json
1007 basic_json(size_type cnt, const basic_json& val) in basic_json() function in basic_json
1020 basic_json(InputIT first, InputIT last) in basic_json() function in basic_json
1130 basic_json(const JsonRef& ref) : basic_json(ref.moved_or_copied()) {} in basic_json() function in basic_json
1134 basic_json(const basic_json& other) in basic_json() function in basic_json
[all …]
/third_party/json/tests/abi/include/nlohmann/
Djson_v3_10_5.hpp17281 class basic_json // NOLINT(cppcoreguidelines-special-member-functions,hicpp-special-member-function… class
17973 basic_json(const value_t v) in basic_json() function in nlohmann::basic_json
17981 basic_json(std::nullptr_t = nullptr) noexcept in basic_json() function in nlohmann::basic_json
17993basic_json(CompatibleType && val) noexcept(noexcept( // NOLINT(bugprone-forwarding-reference-overl… in basic_json() function in nlohmann::basic_json
18007 basic_json(const BasicJsonType& val) in basic_json() function in nlohmann::basic_json
18059 basic_json(initializer_list_t init, in basic_json() function in nlohmann::basic_json
18174 basic_json(size_type cnt, const basic_json& val) in basic_json() function in nlohmann::basic_json
18187 basic_json(InputIT first, InputIT last) in basic_json() function in nlohmann::basic_json
18297 basic_json(const JsonRef& ref) : basic_json(ref.moved_or_copied()) {} in basic_json() function in nlohmann::basic_json
18301 basic_json(const basic_json& other) in basic_json() function in nlohmann::basic_json
[all …]
/third_party/json/single_include/nlohmann/
Djson.hpp19273 class basic_json // NOLINT(cppcoreguidelines-special-member-functions,hicpp-special-member-function… class
19983 basic_json(const value_t v) in basic_json() function in basic_json
19991 basic_json(std::nullptr_t = nullptr) noexcept // NOLINT(bugprone-exception-escape) in basic_json() function in basic_json
20003basic_json(CompatibleType && val) noexcept(noexcept( // NOLINT(bugprone-forwarding-reference-overl… in basic_json() function in basic_json
20017 basic_json(const BasicJsonType& val) in basic_json() function in basic_json
20070 basic_json(initializer_list_t init, in basic_json() function in basic_json
20185 basic_json(size_type cnt, const basic_json& val) in basic_json() function in basic_json
20198 basic_json(InputIT first, InputIT last) in basic_json() function in basic_json
20308 basic_json(const JsonRef& ref) : basic_json(ref.moved_or_copied()) {} in basic_json() function in basic_json
20312 basic_json(const basic_json& other) in basic_json() function in basic_json
[all …]