Searched refs:end_array_function_t (Results 1 – 3 of 3) sorted by relevance
| /third_party/json/include/nlohmann/detail/meta/ |
| D | is_sax.hpp | 66 using end_array_function_t = decltype(std::declval<T&>().end_array()); typedef 100 is_detected_exact<bool, end_array_function_t, SAX>::value && 150 static_assert(is_detected_exact<bool, end_array_function_t, SAX>::value,
|
| /third_party/json/tests/abi/include/nlohmann/ |
| D | json_v3_10_5.hpp | 8096 using end_array_function_t = decltype(std::declval<T&>().end_array()); typedef 8130 is_detected_exact<bool, end_array_function_t, SAX>::value && 8180 static_assert(is_detected_exact<bool, end_array_function_t, SAX>::value,
|
| /third_party/json/single_include/nlohmann/ |
| D | json.hpp | 9006 using end_array_function_t = decltype(std::declval<T&>().end_array()); typedef 9040 is_detected_exact<bool, end_array_function_t, SAX>::value && 9090 static_assert(is_detected_exact<bool, end_array_function_t, SAX>::value,
|