Searched defs:sax_parse (Results 1 – 4 of 4) sorted by relevance
| /third_party/json/include/nlohmann/detail/input/ |
| D | parser.hpp | 153 bool sax_parse(SAX* sax, const bool strict = true) in sax_parse() function in nlohmann::detail::parser
|
| D | binary_reader.hpp | 97 bool sax_parse(const input_format_t format, in sax_parse() function in nlohmann::detail::binary_reader
|
| /third_party/json/include/nlohmann/ |
| D | json.hpp | 7036 static bool sax_parse(InputType&& i, SAX* sax, in sax_parse() function in nlohmann::basic_json 7049 static bool sax_parse(IteratorType first, IteratorType last, SAX* sax, in sax_parse() function in nlohmann::basic_json 7063 static bool sax_parse(detail::span_input_adapter&& i, SAX* sax, in sax_parse() function in nlohmann::basic_json
|
| /third_party/json/single_include/nlohmann/ |
| D | json.hpp | 8387 bool sax_parse(const input_format_t format, in sax_parse() function in nlohmann::detail::binary_reader 10980 bool sax_parse(SAX* sax, const bool strict = true) in sax_parse() function in nlohmann::detail::parser 24437 static bool sax_parse(InputType&& i, SAX* sax, in sax_parse() function in nlohmann::basic_json 24450 static bool sax_parse(IteratorType first, IteratorType last, SAX* sax, in sax_parse() function in nlohmann::basic_json 24464 static bool sax_parse(detail::span_input_adapter&& i, SAX* sax, in sax_parse() function in nlohmann::basic_json
|