HomeSort by relevance Sort by last modified time
    Searched defs:pointer (Results 476 - 500 of 1100) sorted by null

<<11121314151617181920>>

  /ndk/sources/cxx-stl/stlport/stlport/stl/
_iterator_base.h 63 typedef _Pointer pointer; typedef in struct:iterator
72 typedef void pointer; typedef in struct:iterator
152 typedef typename _Iterator::pointer pointer; typedef in struct:iterator_traits::iterator_traits
170 typedef const _Tp* pointer; typedef in struct:iterator_traits::iterator_traits
179 typedef _Tp* pointer; typedef in struct:iterator_traits::iterator_traits
189 typedef const _Tp* pointer; typedef in struct:iterator_traits::iterator_traits
387 typedef const _Tp* pointer; typedef in struct:iterator_traits::_Const_traits
396 typedef _Tp* pointer; typedef in struct:iterator_traits::_Nonconst_traits
412 typedef const _Tp* pointer; typedef in struct:iterator_traits::_Const_Const_traits
421 typedef const _Tp* pointer; typedef in struct:iterator_traits::_Nonconst_Const_traits
    [all...]
_map.h 81 typedef typename _Rep_type::pointer pointer; typedef in class:map
274 typedef typename _Rep_type::pointer pointer; typedef in class:multimap
_pthread_alloc.h 102 typedef _Tp* pointer; typedef in class:pthread_allocator
124 pointer address(reference __x) const { return &__x; }
145 void deallocate(pointer __p, size_type __n) {
158 void construct(pointer __p, const _Tp& __val) { new(__p) _Tp(__val); }
159 void destroy(pointer _p) { _p->~_Tp(); }
194 typedef void* pointer; typedef in class:pthread_allocator
283 typedef _Tp* pointer; typedef in class:per_thread_allocator
307 pointer address(reference __x) const { return &__x; }
328 void deallocate(pointer __p, size_type __n) {
341 void construct(pointer __p, const _Tp& __val) { new(__p) _Tp(__val);
377 typedef void* pointer; typedef in class:per_thread_allocator
    [all...]
_set.h 69 typedef typename _Rep_type::pointer pointer; typedef in class:set
240 typedef typename _Rep_type::pointer pointer; typedef in class:multiset
_unordered_map.h 62 typedef typename _Ht::pointer pointer; typedef in class:unordered_map
230 typedef typename _Ht::pointer pointer; typedef in class:unordered_multimap
392 typedef void pointer; typedef in class:insert_iterator
419 typedef void pointer; typedef in class:insert_iterator
_unordered_set.h 56 typedef typename _Ht::pointer pointer; typedef in class:unordered_set
206 typedef typename _Ht::pointer pointer; typedef in class:unordered_multiset
367 typedef void pointer; typedef in class:insert_iterator
394 typedef void pointer; typedef in class:insert_iterator
  /ndk/sources/cxx-stl/stlport/stlport/stl/debug/
_iterator.h 123 typedef typename _Container::pointer pointer; typedef in struct:_DBG_iter_base
204 typedef typename _Traits::pointer pointer; typedef in struct:_DBG_iter
373 * Helper classes to check iterator range or pointer validity
  /ndk/sources/cxx-stl/stlport/stlport/stl/pointers/
_list.h 74 typedef value_type* pointer; typedef in class:list
_slist.h 69 typedef value_type* pointer; typedef in class:slist
_vector.h 47 /* In the vector implementation iterators are pointer which give a number
50 * So vector implementation will always use a qualified void pointer type and
62 typedef value_type* pointer; typedef in class:vector
  /ndk/tests/device/test-gnustl-full/unit/
num_put_get_test.cpp 36 CPPUNIT_TEST(pointer);
52 void pointer();
1051 void NumPutGetTest::pointer() function in class:NumPutGetTest
1053 // Problem with printing pointer to null
1058 * p The argument shall be a pointer to void. The value of
1059 * the pointer is converted to a sequence of printable characters,
1068 // 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();
1053 void NumPutGetTest::pointer() function in class:NumPutGetTest
1055 // Problem with printing pointer to null
1060 * p The argument shall be a pointer to void. The value of
1061 * the pointer is converted to a sequence of printable characters,
1070 // 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/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
stl_iterator.h 82 * pointer past the end of an array, there might not be a valid pointer
94 typename iterator_traits<_Iterator>::pointer,
105 typedef typename iterator_traits<_Iterator>::pointer pointer; typedef in class:reverse_iterator
110 * If it is a pointer, that means it is zero-initialized.
160 pointer
661 // not a class, e.g. a pointer, into an iterator that is a class.
681 typedef typename iterator_traits<_Iterator>::pointer pointer; typedef in class:__normal_iterator
892 typedef _Iterator pointer; typedef in class:move_iterator
    [all...]
stl_map.h 133 typedef typename _Pair_alloc_type::pointer pointer; typedef in class:map
240 * way. Managing the pointer is the user's responsibility.
561 * the element, and that if the element is itself a pointer,
563 * the pointer is the user's responsibility.
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.
592 * the element is itself a pointer, the pointed-to memory is not touched
593 * in any way. Managing the pointer is the user's responsibility.
604 * time. (It is only swapping a pointer, an integer, and a
    [all...]
stl_multimap.h 132 typedef typename _Pair_alloc_type::pointer pointer; typedef in class:multimap
237 * way. Managing the pointer is the user's responsibility.
497 * and that if the element is itself a pointer, the pointed-to memory is
498 * not touched in any way. Managing the pointer is the user's
513 * the element is itself a pointer, the pointed-to memory is not touched
514 * in any way. Managing the pointer is the user's responsibility.
529 * touched in any way. Managing the pointer is the user's responsibility.
540 * (It is only swapping a pointer, an integer, and an instance of
557 * the pointed-to memory is not touched in any way. Managing the pointer
    [all...]
stl_multiset.h 111 typedef typename _Key_alloc_type::pointer pointer; typedef in class:multiset
372 * (It is only swapping a pointer, an integer, and an instance of the @c
458 * and that if the element is itself a pointer, the pointed-to memory is
459 * not touched in any way. Managing the pointer is the user's
474 * the element is itself a pointer, the pointed-to memory is not touched
475 * in any way. Managing the pointer is the user's responsibility.
490 * touched in any way. Managing the pointer is the user's responsibility.
499 * the pointed-to memory is not touched in any way. Managing the pointer
stl_set.h 117 typedef typename _Key_alloc_type::pointer pointer; typedef in class:set
379 * (It is only swapping a pointer, an integer, and an instance of
471 * that if the element is itself a pointer, the pointed-to memory is not
472 * touched in any way. Managing the pointer is the user's responsibility.
486 * the element is itself a pointer, the pointed-to memory is not touched
487 * in any way. Managing the pointer is the user's responsibility.
501 * the element is itself a pointer, the pointed-to memory is not touched
502 * in any way. Managing the pointer is the user's responsibility.
511 * pointed-to memory is not touched in any way. Managing the pointer i
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/debug/
map.h 67 typedef typename _Base::pointer pointer; typedef in class:std::__debug::map
multimap.h 68 typedef typename _Base::pointer pointer; typedef in class:std::__debug::multimap
multiset.h 67 typedef typename _Base::pointer pointer; typedef in class:std::__debug::multiset
safe_iterator.h 96 typedef typename _Traits::pointer pointer; typedef in class:__gnu_debug::_Safe_iterator
185 pointer

Completed in 999 milliseconds

<<11121314151617181920>>