HomeSort by relevance Sort by last modified time
    Searched defs:pointer (Results 651 - 675 of 1508) sorted by null

<<21222324252627282930>>

  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/smart_ptr/
shared_ptr.hpp 175 typedef T * pointer; typedef in class:boost::shared_ptr
485 T * px; // contained pointer
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/basic_cstring/
basic_cstring.hpp 47 typedef value_type* pointer; typedef in class:boost::unit_test::basic_cstring
67 static pointer null_str();
72 basic_cstring( pointer s );
73 basic_cstring( pointer s, size_type arg_size );
74 basic_cstring( pointer first, pointer last );
111 basic_cstring& operator=( pointer s );
118 basic_cstring& assign( pointer s );
119 basic_cstring& assign( pointer s, size_type len );
120 basic_cstring& assign( pointer f, pointer l )
    [all...]
  /ndk/tests/device/test-gnustl-full/unit/
num_put_get_test.cpp 36 CPPUNIT_TEST(pointer);
52 void pointer();
1043 void NumPutGetTest::pointer() function in class:NumPutGetTest
1045 // Problem with printing pointer to null
1050 * p The argument shall be a pointer to void. The value of
1051 * the pointer is converted to a sequence of printable characters,
1060 // Hmmm, I see 0xff00 on box with 32-bits address; pointer like 'unsigned hex'?
    [all...]
stack_allocator.h 57 typedef value_type * pointer; typedef in struct:StackAllocator
119 void deallocate(pointer p, size_type n) {
135 pointer address(reference __x) const {return &__x;}
138 void construct(pointer __p, const_reference __val) { new(__p) _Tp(__val); }
139 void destroy(pointer __p) { __p->~_Tp(); }
vector_test.cpp 32 CPPUNIT_TEST(pointer);
55 void pointer();
335 void VectorTest::pointer() function in class:VectorTest
  /ndk/tests/device/test-stlport/unit/
num_put_get_test.cpp 36 CPPUNIT_TEST(pointer);
52 void pointer();
1045 void NumPutGetTest::pointer() function in class:NumPutGetTest
1047 // Problem with printing pointer to null
1052 * p The argument shall be a pointer to void. The value of
1053 * the pointer is converted to a sequence of printable characters,
1062 // Hmmm, I see 0xff00 on box with 32-bits address; pointer like 'unsigned hex'?
    [all...]
stack_allocator.h 57 typedef value_type * pointer; typedef in struct:StackAllocator
119 void deallocate(pointer p, size_type n) {
135 pointer address(reference __x) const {return &__x;}
138 void construct(pointer __p, const_reference __val) { new(__p) _Tp(__val); }
139 void destroy(pointer __p) { __p->~_Tp(); }
vector_test.cpp 32 CPPUNIT_TEST(pointer);
55 void pointer();
335 void VectorTest::pointer() function in class:VectorTest
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/alsa/
pcm_ioplug.h 107 volatile snd_pcm_uframes_t appl_ptr; /**< application pointer; read-only */
108 volatile snd_pcm_uframes_t hw_ptr; /**< hw pointer; read-only */
132 snd_pcm_sframes_t (*pointer)(snd_pcm_ioplug_t *io); member in struct:snd_pcm_ioplug_callback
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
alloc_traits.h 100 _GLIBCXX_ALLOC_TR_NESTED_TYPE(pointer, value_type*)
103 * @brief The allocator's pointer type.
105 * @c Alloc::pointer if that type exists, otherwise @c value_type*
107 typedef __pointer pointer; typedef in struct:allocator_traits
110 typename pointer_traits<pointer>::template rebind<const value_type>)
113 * @brief The allocator's const pointer type.
116 * <tt> pointer_traits<pointer>::rebind<const value_type> </tt>
121 typename pointer_traits<pointer>::template rebind<void>)
124 * @brief The allocator's void pointer type.
127 * <tt> pointer_traits<pointer>::rebind<void> </tt
    [all...]
stl_bvector.h 217 typedef _Bit_reference* pointer; typedef in struct:_Bit_iterator
300 typedef const bool* pointer; typedef in struct:_Bit_const_iterator
507 * a container. This is because the reference and pointer types are not
532 typedef _Bit_reference* pointer;
stl_iterator.h 88 * pointer past the end of an array, there might not be a valid pointer
100 typename iterator_traits<_Iterator>::pointer,
111 typedef typename __traits_type::pointer pointer; typedef in class:reverse_iterator
116 * If it is a pointer, that means it is zero-initialized.
167 * @return A pointer to the value at @c --current
171 pointer
701 // not a class, e.g. a pointer, into an iterator that is a class.
721 typedef typename __traits_type::pointer pointer typedef in class:__normal_iterator
943 typedef _Iterator pointer; typedef in class:move_iterator
    [all...]
stl_map.h 143 typedef typename _Pair_alloc_type::pointer pointer; typedef in class:map
253 * way. Managing the pointer is the user's responsibility.
685 * the element, and that if the element is itself a pointer,
687 * the pointer is the user's responsibility.
705 * the element, and that if the element is itself a pointer,
707 * the pointer is the user's responsibility.
722 * the element is itself a pointer, the pointed-to memory is not touched
723 * in any way. Managing the pointer is the user's responsibility.
742 * the element is itself a pointer, the pointed-to memory is not touche
    [all...]
stl_multimap.h 141 typedef typename _Pair_alloc_type::pointer pointer; typedef in class:multimap
247 * way. Managing the pointer is the user's responsibility.
590 * and that if the element is itself a pointer, the pointed-to memory is
591 * not touched in any way. Managing the pointer is the user's
610 * and that if the element is itself a pointer, the pointed-to memory is
611 * not touched in any way. Managing the pointer is the user's
627 * the element is itself a pointer, the pointed-to memory is not touched
628 * in any way. Managing the pointer is the user's responsibility.
648 * touched in any way. Managing the pointer is the user'
    [all...]
stl_multiset.h 119 typedef typename _Key_alloc_type::pointer pointer; typedef in class:multiset
383 * (It is only swapping a pointer, an integer, and an instance of the @c
531 * and that if the element is itself a pointer, the pointed-to memory is
532 * not touched in any way. Managing the pointer is the user's
546 * and that if the element is itself a pointer, the pointed-to memory is
547 * not touched in any way. Managing the pointer is the user's
563 * the element is itself a pointer, the pointed-to memory is not touched
564 * in any way. Managing the pointer is the user's responsibility.
584 * touched in any way. Managing the pointer is the user'
    [all...]
stl_set.h 120 typedef typename _Key_alloc_type::pointer pointer; typedef in class:set
386 * time. (It is only swapping a pointer, an integer, and an
545 * that if the element is itself a pointer, the pointed-to memory is not
546 * touched in any way. Managing the pointer is the user's
560 * that if the element is itself a pointer, the pointed-to memory is not
561 * touched in any way. Managing the pointer is the user's
577 * the element is itself a pointer, the pointed-to memory is not touched
578 * in any way. Managing the pointer is the user's responsibility.
598 * the element is itself a pointer, the pointed-to memory is not touche
    [all...]
unordered_map.h 116 typedef typename allocator_type::pointer pointer; typedef in class:unordered_map
443 * element is itself a pointer, the pointed-to memory is not touched in
444 * any way. Managing the pointer is the user's responsibility.
465 * element is itself a pointer, the pointed-to memory is not touched in
466 * any way. Managing the pointer is the user's responsibility.
483 * the element is itself a pointer, the pointed-to memory is not touched
484 * in any way. Managing the pointer is the user's responsibility.
494 * in any way. Managing the pointer is the user's responsibility.
797 typedef typename allocator_type::pointer pointer typedef in class:unordered_multimap
    [all...]
unordered_set.h 111 typedef typename allocator_type::pointer pointer; typedef in class:unordered_set
416 * element, and that if the element is itself a pointer, the pointed-to
417 * memory is not touched in any way. Managing the pointer is the user's
439 * the element is itself a pointer, the pointed-to memory is not touched
440 * in any way. Managing the pointer is the user's responsibility.
457 * the element is itself a pointer, the pointed-to memory is not touched
458 * in any way. Managing the pointer is the user's responsibility.
467 * the pointed-to memory is not touched in any way. Managing the pointer
716 typedef typename allocator_type::pointer pointer typedef in class:unordered_multiset
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/debug/
map.h 69 typedef typename _Base::pointer pointer; typedef in class:__debug::map
multimap.h 70 typedef typename _Base::pointer pointer; typedef in class:__debug::multimap
multiset.h 69 typedef typename _Base::pointer pointer; typedef in class:__debug::multiset
safe_iterator.h 139 typedef typename _Traits::pointer pointer; typedef in class:__gnu_debug::_Safe_iterator
274 pointer
set.h 69 typedef typename _Base::pointer pointer; typedef in class:__debug::set
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/bin_search_tree_/
bin_search_tree_.hpp 120 typedef typename node_allocator::pointer node_pointer;
150 typedef typename traits_base::pointer pointer; typedef in class:__gnu_pbds::detail::PB_DS_BIN_TREE_NAME
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/binary_heap_/
binary_heap_.hpp 109 typedef typename value_allocator::pointer pointer; typedef in class:__gnu_pbds::detail::binary_heap
115 value_type, pointer>::__type
121 typedef typename entry_allocator::pointer entry_pointer;

Completed in 985 milliseconds

<<21222324252627282930>>