Home
last modified time | relevance | path

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

/aosp_15_r20/external/ublksrv/include/nlohmann/
H A Djson.hpp8993 bool sax_parse(const input_format_t format, in sax_parse() function in nlohmann::detail::binary_reader
12035 bool sax_parse(SAX* sax, const bool strict = true) in sax_parse() function in nlohmann::detail::parser
22859 static bool sax_parse(InputType&& i, SAX* sax, in sax_parse() function in nlohmann::basic_json
22874 static bool sax_parse(IteratorType first, IteratorType last, SAX* sax, in sax_parse() function in nlohmann::basic_json
22893 static bool sax_parse(detail::span_input_adapter&& i, SAX* sax, in sax_parse() function in nlohmann::basic_json