Searched refs:json_sax_dom_parser (Results 1 – 11 of 11) sorted by relevance
/third_party/json/include/nlohmann/detail/input/ |
D | json_sax.hpp | 154 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; 174 …json_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; 176 …json_sax_dom_parser& operator=(json_sax_dom_parser&&) = default; // NOLINT(hicpp-noexcept-move,per… 177 ~json_sax_dom_parser() = default;
|
D | parser.hpp | 117 json_sax_dom_parser<BasicJsonType> sdp(result, allow_exceptions); in parse()
|
D | binary_reader.hpp | 58 template<typename BasicJsonType, typename InputAdapterType, typename SAX = json_sax_dom_parser<Basi…
|
/third_party/json/test/src/ |
D | unit-disabled_exceptions.cpp | 43 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()
|
D | unit-regression2.cpp | 168 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()
|
D | unit-class_parser.cpp | 240 nlohmann::detail::json_sax_dom_parser<json> sdp(j_sax); in parser_helper()
|
/third_party/json/doc/mkdocs/docs/features/parsing/ |
D | parse_exceptions.md | 70 class sax_no_exception : public nlohmann::detail::json_sax_dom_parser<json> 74 : nlohmann::detail::json_sax_dom_parser<json>(j, false)
|
D | sax_interface.md | 68 …. Internally, the SAX interface is used for the DOM parser (class `json_sax_dom_parser`) as well a…
|
/third_party/json/include/nlohmann/ |
D | json.hpp | 192 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/ |
D | json.hpp | 5968 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; 5988 …json_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; 5990 …json_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/ |
D | README.md | 384 …. Internally, the SAX interface is used for the DOM parser (class `json_sax_dom_parser`) as well a…
|