Searched defs:pointer (Results 1 - 25 of 711) sorted by relevance

1234567891011>>

/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/test/std/utilities/memory/allocator.traits/allocator.traits.types/
H A Dpointer.pass.cpp15 // typedef Alloc::pointer | value_type* pointer;
31 typedef Ptr<T> pointer; typedef in struct:A
44 typedef void pointer; typedef in struct:C
49 static_assert((std::is_same<std::allocator_traits<A<char> >::pointer, Ptr<char> >::value), "");
50 static_assert((std::is_same<std::allocator_traits<B<char> >::pointer, char*>::value), "");
52 static_assert((std::is_same<std::allocator_traits<C<char> >::pointer, char*>::value), "");
H A Dconst_pointer.pass.cpp16 // | pointer_traits<pointer>::rebind<const value_type>
32 typedef Ptr<T> pointer; typedef in struct:A
48 typedef CPtr<T> pointer; typedef in struct:C
H A Dconst_void_pointer.pass.cpp16 // | pointer_traits<pointer>::rebind<const void>
33 typedef Ptr<T> pointer; typedef in struct:A
H A Dvoid_pointer.pass.cpp16 // | pointer_traits<pointer>::rebind<void>
32 typedef Ptr<T> pointer; typedef in struct:A
H A Ddifference_type.pass.cpp16 // | pointer_traits<pointer>::difference_type difference_type;
42 struct pointer {}; struct in struct:C
61 struct pointer_traits<C<char>::pointer>
63 typedef C<char>::pointer pointer; typedef in struct:std::pointer_traits
H A Dsize_type.pass.cpp41 struct pointer {}; struct in struct:C
59 struct pointer_traits<C<char>::pointer>
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/memory/allocator.traits/allocator.traits.types/
H A Dpointer.pass.cpp15 // typedef Alloc::pointer | value_type* pointer;
31 typedef Ptr<T> pointer; typedef in struct:A
44 typedef void pointer; typedef in struct:C
49 static_assert((std::is_same<std::allocator_traits<A<char> >::pointer, Ptr<char> >::value), "");
50 static_assert((std::is_same<std::allocator_traits<B<char> >::pointer, char*>::value), "");
52 static_assert((std::is_same<std::allocator_traits<C<char> >::pointer, char*>::value), "");
H A Dconst_pointer.pass.cpp16 // | pointer_traits<pointer>::rebind<const value_type>
32 typedef Ptr<T> pointer; typedef in struct:A
48 typedef CPtr<T> pointer; typedef in struct:C
H A Dconst_void_pointer.pass.cpp16 // | pointer_traits<pointer>::rebind<const void>
33 typedef Ptr<T> pointer; typedef in struct:A
H A Dvoid_pointer.pass.cpp16 // | pointer_traits<pointer>::rebind<void>
32 typedef Ptr<T> pointer; typedef in struct:A
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/test/std/iterators/iterator.primitives/iterator.traits/
H A Diterator.pass.cpp17 // typedef typename Iter::pointer pointer;
31 typedef A* pointer; typedef in struct:test_iterator
41 static_assert((std::is_same<It::pointer, A*>::value), "");
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/
H A Dpointer_type.pass.cpp14 // Test unique_ptr::pointer type
22 struct pointer {}; struct in struct:Deleter
27 typedef void pointer; typedef in struct:D2
31 static long pointer; member in struct:D3
39 static_assert((std::is_same<typename P::pointer, int*>::value), "");
43 static_assert((std::is_same<typename P::pointer, Deleter::pointer>::value),
49 static_assert(std::is_same<typename P::pointer, int*>::value, "");
53 static_assert(std::is_same<typename P::pointer, int*>::value, "");
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/iterators/iterator.primitives/iterator.traits/
H A Diterator.pass.cpp17 // typedef typename Iter::pointer pointer;
31 typedef A* pointer; typedef in struct:test_iterator
41 static_assert((std::is_same<It::pointer, A*>::value), "");
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/
H A Dpointer_type.pass.cpp14 // Test unique_ptr::pointer type
22 struct pointer {}; struct in struct:Deleter
27 typedef void pointer; typedef in struct:D2
31 static long pointer; member in struct:D3
39 static_assert((std::is_same<typename P::pointer, int*>::value), "");
43 static_assert((std::is_same<typename P::pointer, Deleter::pointer>::value),
49 static_assert(std::is_same<typename P::pointer, int*>::value, "");
53 static_assert(std::is_same<typename P::pointer, int*>::value, "");
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/unordered_iterator/
H A Dconst_iterator.hpp56 /// Iterator's pointer type.
57 typedef pointer_ pointer; typedef in class:const_iterator_
59 /// Iterator's const pointer type.
94 * pointer and position (e.g., this is called from within a find()
H A Dpoint_const_iterator.hpp57 /// Iterator's pointer type.
58 typedef pointer_ pointer; typedef in class:point_const_iterator_
60 /// Iterator's const pointer type.
H A Dpoint_iterator.hpp55 /// Iterator's pointer type.
56 typedef pointer_ pointer; typedef in class:point_iterator_
58 /// Iterator's const pointer type.
80 pointer
116 point_iterator_(pointer p_value) : m_p_value(p_value)
125 pointer m_p_value;
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/c++/4.8.3/ext/pb_ds/detail/unordered_iterator/
H A Dconst_iterator.hpp56 /// Iterator's pointer type.
57 typedef pointer_ pointer; typedef in class:const_iterator_
59 /// Iterator's const pointer type.
94 * pointer and position (e.g., this is called from within a find()
H A Dpoint_const_iterator.hpp57 /// Iterator's pointer type.
58 typedef pointer_ pointer; typedef in class:point_const_iterator_
60 /// Iterator's const pointer type.
H A Dpoint_iterator.hpp55 /// Iterator's pointer type.
56 typedef pointer_ pointer; typedef in class:point_iterator_
58 /// Iterator's const pointer type.
80 pointer
116 point_iterator_(pointer p_value) : m_p_value(p_value)
125 pointer m_p_value;
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/unordered_iterator/
H A Dconst_iterator.hpp56 /// Iterator's pointer type.
57 typedef pointer_ pointer; typedef in class:const_iterator_
59 /// Iterator's const pointer type.
94 * pointer and position (e.g., this is called from within a find()
H A Dpoint_const_iterator.hpp57 /// Iterator's pointer type.
58 typedef pointer_ pointer; typedef in class:point_const_iterator_
60 /// Iterator's const pointer type.
H A Dpoint_iterator.hpp55 /// Iterator's pointer type.
56 typedef pointer_ pointer; typedef in class:point_iterator_
58 /// Iterator's const pointer type.
80 pointer
116 point_iterator_(pointer p_value) : m_p_value(p_value)
125 pointer m_p_value;
/prebuilts/misc/common/swig/include/2.0.11/guile/
H A Dcommon.scm43 (define (display-pointer-address o file)
54 ;; * second the pointer address.
64 (display-pointer-address o file)
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/test/std/iterators/predef.iterators/move.iterators/move.iterator/
H A Dtypes.pass.cpp21 // typedef Iter pointer;
37 typedef ValueType* pointer; typedef in struct:DummyIt
49 static_assert((std::is_same<typename R::pointer, It>::value), "");

Completed in 314 milliseconds

1234567891011>>