Home
last modified time | relevance | path

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

/third_party/json/doc/mkdocs/docs/features/parsing/
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`.
/third_party/json/include/nlohmann/detail/input/
Djson_sax.hpp23 struct json_sax struct
129 virtual ~json_sax() = default;
/third_party/mindspore/mindspore/lite/tools/dataset/cropper/
Ddependencies.txt1json_sax.hpp", "mindspore/ccsrc/minddata/dataset/api/execute.cc", "mindspore/core/utils/label.cc",…
/third_party/json/doc/
Dindex.md56 - @link nlohmann::json_sax SAX interface @endlink define a user-defined SAX event consumer
/third_party/json/test/src/
Dunit-deserialization.cpp41 struct SaxEventLogger : public nlohmann::json_sax<json>
/third_party/json/
DREADME.md534 1. Implement the SAX interface in a class. You can use class `nlohmann::json_sax<json>` as base cla…
538 …sax_acceptor`), see file [`json_sax.hpp`](https://github.com/nlohmann/json/blob/develop/include/nl…
/third_party/json/include/nlohmann/
Djson.hpp240 using json_sax_t = json_sax<basic_json>;
/third_party/json/single_include/nlohmann/
Djson.hpp5202 struct json_sax struct
5308 virtual ~json_sax() = default;
16728 using json_sax_t = json_sax<basic_json>;