Searched refs:end_array_function_t (Results 1 – 2 of 2) sorted by relevance
| /external/icu/icu4c/source/tools/toolutil/ |
| D | json-json.hpp | 9105 using end_array_function_t = decltype(std::declval<T&>().end_array()); typedef 9139 is_detected_exact<bool, end_array_function_t, SAX>::value && 9189 static_assert(is_detected_exact<bool, end_array_function_t, SAX>::value,
|
| /external/ublksrv/include/nlohmann/ |
| D | json.hpp | 8820 using end_array_function_t = decltype(std::declval<T&>().end_array()); typedef 8854 is_detected_exact<bool, end_array_function_t, SAX>::value && 8904 static_assert(is_detected_exact<bool, end_array_function_t, SAX>::value,
|