Home
last modified time | relevance | path

Searched refs:json_sax (Results 1 – 25 of 83) sorted by relevance

1234

/dports/editors/jucipp/jucipp-b3b5182258b25835e7c5f683623ab774d8e34c75/lib/json/include/nlohmann/detail/input/
H A Djson_sax.hpp23 struct json_sax struct
129 json_sax() = default;
130 json_sax(const json_sax&) = default;
131 json_sax(json_sax&&) noexcept = default;
132 json_sax& operator=(const json_sax&) = default;
133 json_sax& operator=(json_sax&&) noexcept = default;
134 virtual ~json_sax() = default;
/dports/devel/nlohmann-json/json-3.10.4/include/nlohmann/detail/input/
H A Djson_sax.hpp23 struct json_sax struct
129 json_sax() = default;
130 json_sax(const json_sax&) = default;
131 json_sax(json_sax&&) noexcept = default;
132 json_sax& operator=(const json_sax&) = default;
133 json_sax& operator=(json_sax&&) noexcept = default;
134 virtual ~json_sax() = default;
/dports/audio/giada/giada-0.17.1/src/deps/json/doc/mkdocs/docs/features/parsing/
H A Dsax_interface.md64 1. Implement the SAX interface in a class. You can use class `nlohmann::json_sax<json>` as base cla…
68 …lass `json_sax_dom_parser`) as well as the acceptor (`json_sax_acceptor`), see file `json_sax.hpp`.
/dports/devel/nlohmann-json/json-3.10.4/doc/mkdocs/docs/features/parsing/
H A Dsax_interface.md64 1. Implement the SAX interface in a class. You can use class `nlohmann::json_sax<json>` as base cla…
68 …lass `json_sax_dom_parser`) as well as the acceptor (`json_sax_acceptor`), see file `json_sax.hpp`.
/dports/multimedia/mkvtoolnix/mkvtoolnix-65.0.0/lib/nlohmann-json/include/nlohmann/detail/input/
H A Djson_sax.hpp23 struct json_sax struct
129 virtual ~json_sax() = default;
/dports/science/py-avogadrolibs/avogadrolibs-1.94.0/thirdparty/nlohmann/detail/input/
H A Djson_sax.hpp22 struct json_sax struct
123 virtual ~json_sax() = default;
/dports/cad/horizon-eda/horizon-2.1.0/3rd_party/nlohmann/detail/input/
H A Djson_sax.hpp23 struct json_sax struct
129 virtual ~json_sax() = default;
/dports/audio/giada/giada-0.17.1/src/deps/json/include/nlohmann/detail/input/
H A Djson_sax.hpp23 struct json_sax struct
129 virtual ~json_sax() = default;
/dports/science/avogadrolibs/avogadrolibs-1.94.0/thirdparty/nlohmann/detail/input/
H A Djson_sax.hpp22 struct json_sax struct
123 virtual ~json_sax() = default;
/dports/www/libdatachannel/libdatachannel-0.16.1/deps/json/include/nlohmann/detail/input/
H A Djson_sax.hpp24 struct json_sax struct
125 virtual ~json_sax() = default;
/dports/devel/pecl-swoole/swoole-4.8.5/thirdparty/nlohmann/detail/input/
H A Djson_sax.hpp24 struct json_sax struct
125 virtual ~json_sax() = default;
/dports/graphics/qgis/qgis-3.22.3/external/nlohmann/detail/input/
H A Djson_sax.hpp24 struct json_sax struct
125 virtual ~json_sax() = default;
/dports/graphics/qgis-ltr/qgis-3.16.16/external/nlohmann/detail/input/
H A Djson_sax.hpp24 struct json_sax struct
125 virtual ~json_sax() = default;
/dports/devel/nlohmann-json/json-3.10.4/doc/mkdocs/docs/api/basic_json/
H A Dsax_parse.md29 The SAX event lister must follow the interface of `json_sax`.
/dports/net-mgmt/icinga2/icinga2-2.13.2/lib/base/
H A Djson.cpp21 class JsonSax : public nlohmann::json_sax<nlohmann::json>
/dports/cad/opentimer/OpenTimer-18d28ff/ot/json/
H A Djson.hpp3556 struct json_sax struct
3658 virtual ~json_sax() = default;
3678 class json_sax_dom_parser : public json_sax<BasicJsonType>
3735 …if (JSON_UNLIKELY(len != json_sax<BasicJsonType>::no_limit and len > ref_stack.back()->max_size())) in start_object()
3761 …if (JSON_UNLIKELY(len != json_sax<BasicJsonType>::no_limit and len > ref_stack.back()->max_size())) in start_array()
3852 class json_sax_dom_callback_parser : public json_sax<BasicJsonType>
3918 …if (JSON_UNLIKELY(len != json_sax<BasicJsonType>::no_limit and len > ref_stack.back()->max_size())) in start_object()
3991 …if (JSON_UNLIKELY(len != json_sax<BasicJsonType>::no_limit and len > ref_stack.back()->max_size())) in start_array()
4156 class json_sax_acceptor : public json_sax<BasicJsonType>
4273 using json_sax_t = json_sax<BasicJsonType>;
[all …]
/dports/www/libdatachannel/libdatachannel-0.16.1/deps/json/test/src/
H A Dunit-deserialization.cpp41 struct SaxEventLogger : public nlohmann::json_sax<json>
/dports/net/zerotier/ZeroTierOne-1.8.3/ext/json/
H A Djson.hpp5841 struct json_sax struct
5947 json_sax() = default;
5948 json_sax(const json_sax&) = default;
5949 json_sax(json_sax&&) noexcept = default;
5950 json_sax& operator=(const json_sax&) = default;
5951 json_sax& operator=(json_sax&&) noexcept = default;
5952 virtual ~json_sax() = default;
17656 using json_sax_t = json_sax<basic_json>;
H A DREADME.md327 1. Implement the SAX interface in a class. You can use class `nlohmann::json_sax<json>` as base cla…
331 …sax_acceptor`), see file [`json_sax.hpp`](https://github.com/nlohmann/json/blob/develop/include/nl…
/dports/devel/ticcutils/ticcutils-0.28/include/ticcutils/
H A Djson.hpp5935 struct json_sax struct
6041 json_sax() = default;
6042 json_sax(const json_sax&) = default;
6043 json_sax(json_sax&&) noexcept = default;
6044 json_sax& operator=(const json_sax&) = default;
6045 json_sax& operator=(json_sax&&) noexcept = default;
6046 virtual ~json_sax() = default;
17752 using json_sax_t = json_sax<basic_json>;
/dports/graphics/ospray-studio/ospray_studio-0.9.1/external/json/
H A Djson.hpp5935 struct json_sax struct
6041 json_sax() = default;
6042 json_sax(const json_sax&) = default;
6043 json_sax(json_sax&&) noexcept = default;
6044 json_sax& operator=(const json_sax&) = default;
6045 json_sax& operator=(json_sax&&) noexcept = default;
6046 virtual ~json_sax() = default;
17752 using json_sax_t = json_sax<basic_json>;
/dports/devel/nlohmann-json/json-3.10.4/single_include/nlohmann/
H A Djson.hpp5935 struct json_sax struct
6041 json_sax() = default;
6042 json_sax(const json_sax&) = default;
6043 json_sax(json_sax&&) noexcept = default;
6044 json_sax& operator=(const json_sax&) = default;
6045 json_sax& operator=(json_sax&&) noexcept = default;
6046 virtual ~json_sax() = default;
17752 using json_sax_t = json_sax<basic_json>;
/dports/audio/giada/giada-0.17.1/src/deps/json/doc/
H A Dindex.md56 - @link nlohmann::json_sax SAX interface @endlink define a user-defined SAX event consumer
/dports/audio/giada/giada-0.17.1/src/deps/json/test/src/
H A Dunit-deserialization.cpp41 struct SaxEventLogger : public nlohmann::json_sax<json>
/dports/www/libdatachannel/libdatachannel-0.16.1/deps/json/doc/
H A Dindex.md54 - @link nlohmann::json_sax SAX interface @endlink define a user-defined SAX event consumer

1234