Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/Bluetooth/system/gd/common/
Dtype_helper.h26 struct is_specialization_of : std::false_type {}; struct
/aosp_15_r20/external/ublksrv/include/nlohmann/
H A Djson.hpp3785 struct is_specialization_of : std::false_type {}; struct
3788 struct is_specialization_of<Primary, Primary<Args...>> : std::true_type {}; struct