Home
last modified time | relevance | path

Searched refs:json_sax_dom_parser (Results 1 – 11 of 11) sorted by relevance

/third_party/json/include/nlohmann/detail/input/
Djson_sax.hpp154 class json_sax_dom_parser class
168 explicit json_sax_dom_parser(BasicJsonType& r, const bool allow_exceptions_ = true) in json_sax_dom_parser() function in nlohmann::detail::json_sax_dom_parser
173 json_sax_dom_parser(const json_sax_dom_parser&) = delete;
174json_sax_dom_parser(json_sax_dom_parser&&) = default; // NOLINT(hicpp-noexcept-move,performance-no…
175 json_sax_dom_parser& operator=(const json_sax_dom_parser&) = delete;
176json_sax_dom_parser& operator=(json_sax_dom_parser&&) = default; // NOLINT(hicpp-noexcept-move,per…
177 ~json_sax_dom_parser() = default;
Dparser.hpp117 json_sax_dom_parser<BasicJsonType> sdp(result, allow_exceptions); in parse()
Dbinary_reader.hpp58 template<typename BasicJsonType, typename InputAdapterType, typename SAX = json_sax_dom_parser<Basi…
/third_party/json/test/src/
Dunit-disabled_exceptions.cpp43 class sax_no_exception : public nlohmann::detail::json_sax_dom_parser<json>
46 explicit sax_no_exception(json& j) : nlohmann::detail::json_sax_dom_parser<json>(j, false) {} in sax_no_exception()
Dunit-regression2.cpp168 class sax_no_exception : public nlohmann::detail::json_sax_dom_parser<json>
171 explicit sax_no_exception(json& j) : nlohmann::detail::json_sax_dom_parser<json>(j, false) {} in sax_no_exception()
Dunit-class_parser.cpp240 nlohmann::detail::json_sax_dom_parser<json> sdp(j_sax); in parser_helper()
/third_party/json/doc/mkdocs/docs/features/parsing/
Dparse_exceptions.md70 class sax_no_exception : public nlohmann::detail::json_sax_dom_parser<json>
74 : nlohmann::detail::json_sax_dom_parser<json>(j, false)
Dsax_interface.md68 …. Internally, the SAX interface is used for the DOM parser (class `json_sax_dom_parser`) as well a…
/third_party/json/include/nlohmann/
Djson.hpp192 friend class ::nlohmann::detail::json_sax_dom_parser;
7725 detail::json_sax_dom_parser<basic_json> sdp(result, allow_exceptions); in from_cbor()
7742 detail::json_sax_dom_parser<basic_json> sdp(result, allow_exceptions); in from_cbor()
7768 detail::json_sax_dom_parser<basic_json> sdp(result, allow_exceptions); in from_cbor()
7868 detail::json_sax_dom_parser<basic_json> sdp(result, allow_exceptions); in from_msgpack()
7884 detail::json_sax_dom_parser<basic_json> sdp(result, allow_exceptions); in from_msgpack()
7908 detail::json_sax_dom_parser<basic_json> sdp(result, allow_exceptions); in from_msgpack()
7985 detail::json_sax_dom_parser<basic_json> sdp(result, allow_exceptions); in from_ubjson()
8001 detail::json_sax_dom_parser<basic_json> sdp(result, allow_exceptions); in from_ubjson()
8024 detail::json_sax_dom_parser<basic_json> sdp(result, allow_exceptions); in from_ubjson()
[all …]
/third_party/json/single_include/nlohmann/
Djson.hpp5968 class json_sax_dom_parser class
5982 explicit json_sax_dom_parser(BasicJsonType& r, const bool allow_exceptions_ = true) in json_sax_dom_parser() function in nlohmann::detail::json_sax_dom_parser
5987 json_sax_dom_parser(const json_sax_dom_parser&) = delete;
5988json_sax_dom_parser(json_sax_dom_parser&&) = default; // NOLINT(hicpp-noexcept-move,performance-no…
5989 json_sax_dom_parser& operator=(const json_sax_dom_parser&) = delete;
5990json_sax_dom_parser& operator=(json_sax_dom_parser&&) = default; // NOLINT(hicpp-noexcept-move,per…
5991 ~json_sax_dom_parser() = default;
8348 template<typename BasicJsonType, typename InputAdapterType, typename SAX = json_sax_dom_parser<Basi…
10944 json_sax_dom_parser<BasicJsonType> sdp(result, allow_exceptions); in parse()
17593 friend class ::nlohmann::detail::json_sax_dom_parser;
[all …]
/third_party/json/
DREADME.md384 …. Internally, the SAX interface is used for the DOM parser (class `json_sax_dom_parser`) as well a…