Home
last modified time | relevance | path

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

/system/iorap/src/common/
Dtype.h104 struct basic_type { struct
110 struct _ : basic_type<T> { }; argument
114 using type = basic_type<T>; // typename type_impl<T>::_; // subclass of basic_type<T>
/system/iorap/tests/src/tmp/
Dintrospection_test.cc56 constexpr bool is_type_same_after_decay(basic_type<TargetType>) { in is_type_same_after_decay()