/external/angle/util/capture/ |
D | trace_interpreter_autogen.cpp | 25 ParseParameters<std::remove_pointer<PFNEGLACQUIREEXTERNALCONTEXTANGLEPROC>::type>( in ParseCallCapture() 32 ParseParameters<std::remove_pointer<PFNEGLBINDAPIPROC>::type>(paramTokens, strings); in ParseCallCapture() 37 ParamBuffer params = ParseParameters<std::remove_pointer<PFNEGLBINDTEXIMAGEPROC>::type>( in ParseCallCapture() 43 ParamBuffer params = ParseParameters<std::remove_pointer<PFNEGLCHOOSECONFIGPROC>::type>( in ParseCallCapture() 49 ParamBuffer params = ParseParameters<std::remove_pointer<PFNEGLCLIENTWAITSYNCPROC>::type>( in ParseCallCapture() 56 ParseParameters<std::remove_pointer<PFNEGLCLIENTWAITSYNCKHRPROC>::type>(paramTokens, in ParseCallCapture() 63 ParseParameters<std::remove_pointer<PFNEGLCOPYBUFFERSPROC>::type>(paramTokens, strings); in ParseCallCapture() 69 ParseParameters<std::remove_pointer<PFNEGLCOPYMETALSHAREDEVENTANGLEPROC>::type>( in ParseCallCapture() 75 ParamBuffer params = ParseParameters<std::remove_pointer<PFNEGLCREATECONTEXTPROC>::type>( in ParseCallCapture() 82 ParseParameters<std::remove_pointer<PFNEGLCREATEDEVICEANGLEPROC>::type>(paramTokens, in ParseCallCapture() [all …]
|
/external/pdfium/public/cpp/ |
D | fpdf_scopers.h | 16 std::unique_ptr<std::remove_pointer<FPDF_ANNOTATION>::type, 20 std::unique_ptr<std::remove_pointer<FPDF_AVAIL>::type, FPDFAvailDeleter>; 23 std::unique_ptr<std::remove_pointer<FPDF_BITMAP>::type, FPDFBitmapDeleter>; 26 std::unique_ptr<std::remove_pointer<FPDF_CLIPPATH>::type, 30 std::unique_ptr<std::remove_pointer<FPDF_DOCUMENT>::type, 34 std::unique_ptr<std::remove_pointer<FPDF_FONT>::type, FPDFFontDeleter>; 37 std::unique_ptr<std::remove_pointer<FPDF_FORMHANDLE>::type, 41 std::unique_ptr<std::remove_pointer<FPDF_JAVASCRIPT_ACTION>::type, 45 std::unique_ptr<std::remove_pointer<FPDF_PAGE>::type, FPDFPageDeleter>; 48 std::unique_ptr<std::remove_pointer<FPDF_PAGELINK>::type, [all …]
|
/external/cronet/buildtools/third_party/libc++/trunk/include/__type_traits/ |
D | remove_pointer.h | 22 struct remove_pointer { struct 29 template <class _Tp> struct _LIBCPP_TEMPLATE_VIS remove_pointer {typedef _LIBC… 30 template <class _Tp> struct _LIBCPP_TEMPLATE_VIS remove_pointer<_Tp*> {typedef _LIBC… 31 template <class _Tp> struct _LIBCPP_TEMPLATE_VIS remove_pointer<_Tp* const> {typedef _LIBC… 32 template <class _Tp> struct _LIBCPP_TEMPLATE_VIS remove_pointer<_Tp* volatile> {typedef _LIBC… 33 template <class _Tp> struct _LIBCPP_TEMPLATE_VIS remove_pointer<_Tp* const volatile> {typedef _LIBC… 36 using __remove_pointer_t = typename remove_pointer<_Tp>::type;
|
/external/clang/test/SemaTemplate/ |
D | address-spaces.cpp | 21 struct remove_pointer { struct 26 struct remove_pointer<T *> { argument 30 int check_remove0[is_same<remove_pointer<int_1_ptr>::type, int_1>::value? 1 : -1]; argument 31 int check_remove1[is_same<remove_pointer<int_2_ptr>::type, int_2>::value? 1 : -1]; 32 int check_remove2[is_same<remove_pointer<int_2_ptr>::type, int>::value? -1 : 1]; 33 int check_remove3[is_same<remove_pointer<int_2_ptr>::type, int_1>::value? -1 : 1];
|
/external/webrtc/api/ |
D | function_view.h | 54 !std::is_function<typename std::remove_pointer< 75 typename std::enable_if<std::is_function<typename std::remove_pointer< 79 : call_(f ? CallFunPtr<typename std::remove_pointer<F>::type> : nullptr) { in FunctionView()
|
/external/swiftshader/src/Vulkan/ |
D | VkDestroy.hpp | 60 using T = typename std::remove_pointer<decltype(object)>::type; in destroy() 76 using T = typename std::remove_pointer<decltype(object)>::type; in release()
|
/external/cronet/buildtools/third_party/libc++/trunk/test/std/utilities/meta/meta.trans/ |
D | objc_support.compile.pass.mm | 79 // remove_pointer 80 static_assert(!std::is_same<std::remove_pointer<id>::type, id>::value, ""); 82 static_assert(std::is_same<std::remove_pointer<id>::type*, id>::value, ""); 83 static_assert(std::is_same<std::add_pointer<std::remove_pointer<id>::type>::type, id>::value, ""); 84 static_assert(std::is_same<std::remove_pointer<std::add_pointer<id>::type>::type, id>::value, "");
|
/external/llvm/unittests/Support/ |
D | ThreadLocalTest.cpp | 30 std::is_const<std::remove_pointer<decltype(x.get())>::type>::value, in TEST_F() 45 !std::is_const<std::remove_pointer<decltype(y.get())>::type>::value, in TEST_F()
|
/external/libcxx/test/std/atomics/atomics.types.operations/atomics.types.operations.req/ |
D | atomic_fetch_add.pass.cpp | 62 typedef typename std::remove_pointer<T>::type X; in testp() 70 typedef typename std::remove_pointer<T>::type X; in testp()
|
D | atomic_fetch_sub.pass.cpp | 62 typedef typename std::remove_pointer<T>::type X; in testp() 70 typedef typename std::remove_pointer<T>::type X; in testp()
|
D | atomic_fetch_sub_explicit.pass.cpp | 65 typedef typename std::remove_pointer<T>::type X; in testp() 74 typedef typename std::remove_pointer<T>::type X; in testp()
|
D | atomic_fetch_add_explicit.pass.cpp | 65 typedef typename std::remove_pointer<T>::type X; in testp() 74 typedef typename std::remove_pointer<T>::type X; in testp()
|
/external/cronet/buildtools/third_party/libc++/trunk/test/std/atomics/atomics.types.operations/atomics.types.operations.req/ |
D | atomic_fetch_add.pass.cpp | 51 typedef typename std::remove_pointer<T>::type X; in testp() 61 typedef typename std::remove_pointer<T>::type X; in testp()
|
D | atomic_fetch_sub.pass.cpp | 51 typedef typename std::remove_pointer<T>::type X; in testp() 61 typedef typename std::remove_pointer<T>::type X; in testp()
|
D | atomic_fetch_sub_explicit.pass.cpp | 55 typedef typename std::remove_pointer<T>::type X; in testp() 65 typedef typename std::remove_pointer<T>::type X; in testp()
|
D | atomic_fetch_add_explicit.pass.cpp | 56 typedef typename std::remove_pointer<T>::type X; in testp() 66 typedef typename std::remove_pointer<T>::type X; in testp()
|
/external/cronet/buildtools/third_party/libc++/trunk/test/std/utilities/meta/meta.unary/ |
D | dependent_return_type.compile.pass.cpp | 107 std::remove_pointer_t<T> remove_pointer() { in remove_pointer() function 158 remove_pointer<int>(); in instantiate()
|
/external/pigweed/pw_minimal_cpp_stdlib/public/internal/ |
D | type_traits.h | 328 struct remove_pointer { 333 struct remove_pointer<T*> { 338 struct remove_pointer<T* const> { 343 struct remove_pointer<T* volatile> { 348 struct remove_pointer<T* const volatile> { 353 using remove_pointer_t = typename remove_pointer<T>::type;
|
/external/eigen/test/ |
D | meta.cpp | 69 VERIFY(( internal::is_same<float,internal::remove_pointer<float*>::type >::value)); in EIGEN_DECLARE_TEST() 70 VERIFY(( internal::is_same<const float,internal::remove_pointer<const float*>::type >::value)); in EIGEN_DECLARE_TEST() 71 VERIFY(( internal::is_same<float,internal::remove_pointer<float* const >::type >::value)); in EIGEN_DECLARE_TEST()
|
/external/pigweed/pw_minimal_cpp_stdlib/public/ |
D | type_traits | 328 struct remove_pointer { 333 struct remove_pointer<T*> { 338 struct remove_pointer<T* const> { 343 struct remove_pointer<T* volatile> { 348 struct remove_pointer<T* const volatile> { 353 using remove_pointer_t = typename remove_pointer<T>::type;
|
/external/parameter-framework/asio-1.10.6/include/asio/detail/ |
D | type_traits.hpp | 27 using std::remove_pointer;
|
/external/cronet/buildtools/third_party/libc++/trunk/test/std/utilities/meta/meta.trans/meta.trans.ptr/ |
D | remove_pointer.pass.cpp | 19 ASSERT_SAME_TYPE(U, typename std::remove_pointer<T>::type); in test_remove_pointer()
|
/external/libcxx/test/std/utilities/meta/meta.trans/meta.trans.ptr/ |
D | remove_pointer.pass.cpp | 20 static_assert((std::is_same<typename std::remove_pointer<T>::type, U>::value), ""); in test_remove_pointer()
|
/external/cronet/buildtools/third_party/libc++/trunk/test/libcxx/utilities/memory/util.smartptr/util.smartptr.shared/ |
D | function_type_default_deleter.fail.cpp | 33 using RawT = typename std::remove_pointer<Tp>::type; in operator ()()
|
/external/libcxx/test/libcxx/utilities/memory/util.smartptr/util.smartptr.shared/ |
D | function_type_default_deleter.fail.cpp | 24 using RawT = typename std::remove_pointer<Tp>::type; in operator ()()
|