Searched defs:parser_callback_t (Results 1 – 4 of 4) sorted by relevance
| /third_party/json/include/nlohmann/detail/input/ | ||
| D | parser.hpp | 43 using parser_callback_t = typedef |
| D | json_sax.hpp | 331 using parser_callback_t = typename BasicJsonType::parser_callback_t; typedef in nlohmann::detail::json_sax_dom_callback_parser |
| /third_party/json/include/nlohmann/ | ||
| D | json.hpp | 1301 using parser_callback_t = detail::parser_callback_t<basic_json>; typedef in nlohmann::basic_json |
| /third_party/json/single_include/nlohmann/ | ||
| D | json.hpp | 5510 using parser_callback_t = typename BasicJsonType::parser_callback_t; typedef in nlohmann::detail::json_sax_dom_callback_parser |