Home
last modified time | relevance | path

Searched refs:is_json_pointer (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/ublksrv/include/nlohmann/
H A Djson.hpp3791 using is_json_pointer = is_specialization_of<::nlohmann::json_pointer, uncvref_t<T>>; typedef
3816 && !is_json_pointer<KeyType>::value,
21115 !detail::is_json_pointer<KeyType>::value, int > = 0 >