Searched refs:number_float_function_t (Results 1 – 2 of 2) sorted by relevance
| /third_party/json/include/nlohmann/detail/meta/ |
| D | is_sax.hpp | 30 using number_float_function_t = decltype(std::declval<T&>().number_float( typedef 84 is_detected_exact<bool, number_float_function_t, SAX, number_float_t, string_t>::value && 124 static_assert(is_detected_exact<bool, number_float_function_t, SAX,
|
| /third_party/json/single_include/nlohmann/ |
| D | json.hpp | 8189 using number_float_function_t = decltype(std::declval<T&>().number_float( typedef 8243 is_detected_exact<bool, number_float_function_t, SAX, number_float_t, string_t>::value && 8283 static_assert(is_detected_exact<bool, number_float_function_t, SAX,
|