Home
last modified time | relevance | path

Searched refs:remove_pointer (Results 1 – 25 of 104) sorted by relevance

12345

/external/angle/util/capture/
Dtrace_interpreter_autogen.cpp25 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/
Dfpdf_scopers.h16 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/
Dremove_pointer.h22 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/
Daddress-spaces.cpp21 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/
Dfunction_view.h54 !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/
DVkDestroy.hpp60 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/
Dobjc_support.compile.pass.mm79 // 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/
DThreadLocalTest.cpp30 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/
Datomic_fetch_add.pass.cpp62 typedef typename std::remove_pointer<T>::type X; in testp()
70 typedef typename std::remove_pointer<T>::type X; in testp()
Datomic_fetch_sub.pass.cpp62 typedef typename std::remove_pointer<T>::type X; in testp()
70 typedef typename std::remove_pointer<T>::type X; in testp()
Datomic_fetch_sub_explicit.pass.cpp65 typedef typename std::remove_pointer<T>::type X; in testp()
74 typedef typename std::remove_pointer<T>::type X; in testp()
Datomic_fetch_add_explicit.pass.cpp65 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/
Datomic_fetch_add.pass.cpp51 typedef typename std::remove_pointer<T>::type X; in testp()
61 typedef typename std::remove_pointer<T>::type X; in testp()
Datomic_fetch_sub.pass.cpp51 typedef typename std::remove_pointer<T>::type X; in testp()
61 typedef typename std::remove_pointer<T>::type X; in testp()
Datomic_fetch_sub_explicit.pass.cpp55 typedef typename std::remove_pointer<T>::type X; in testp()
65 typedef typename std::remove_pointer<T>::type X; in testp()
Datomic_fetch_add_explicit.pass.cpp56 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/
Ddependent_return_type.compile.pass.cpp107 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/
Dtype_traits.h328 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/
Dmeta.cpp69 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/
Dtype_traits328 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/
Dtype_traits.hpp27 using std::remove_pointer;
/external/cronet/buildtools/third_party/libc++/trunk/test/std/utilities/meta/meta.trans/meta.trans.ptr/
Dremove_pointer.pass.cpp19 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/
Dremove_pointer.pass.cpp20 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/
Dfunction_type_default_deleter.fail.cpp33 using RawT = typename std::remove_pointer<Tp>::type; in operator ()()
/external/libcxx/test/libcxx/utilities/memory/util.smartptr/util.smartptr.shared/
Dfunction_type_default_deleter.fail.cpp24 using RawT = typename std::remove_pointer<Tp>::type; in operator ()()

12345