Home
last modified time | relevance | path

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

/third_party/json/include/nlohmann/detail/meta/
Dis_sax.hpp96 struct is_sax_static_asserts struct
102 using number_integer_t = typename BasicJsonType::number_integer_t;
103 using number_unsigned_t = typename BasicJsonType::number_unsigned_t;
104 using number_float_t = typename BasicJsonType::number_float_t;
105 using string_t = typename BasicJsonType::string_t;
106 using binary_t = typename BasicJsonType::binary_t;
107 using exception_t = typename BasicJsonType::exception;
/third_party/json/single_include/nlohmann/
Djson.hpp8255 struct is_sax_static_asserts struct
8261 using number_integer_t = typename BasicJsonType::number_integer_t;
8262 using number_unsigned_t = typename BasicJsonType::number_unsigned_t;
8263 using number_float_t = typename BasicJsonType::number_float_t;
8264 using string_t = typename BasicJsonType::string_t;
8265 using binary_t = typename BasicJsonType::binary_t;
8266 using exception_t = typename BasicJsonType::exception;