HomeSort by relevance Sort by last modified time
    Searched refs:_Tp (Results 226 - 250 of 1362) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_raw_storage_iter.h 39 template <class _ForwardIterator, class _Tp>
54 raw_storage_iterator<_ForwardIterator, _Tp>& operator*() { return *this; }
55 raw_storage_iterator<_ForwardIterator, _Tp>& operator=(const _Tp& __element) {
59 raw_storage_iterator<_ForwardIterator, _Tp>& operator++() {
63 raw_storage_iterator<_ForwardIterator, _Tp> operator++(int) {
64 raw_storage_iterator<_ForwardIterator, _Tp> __tmp = *this;
71 template <class _ForwardIterator, class _Tp>
72 inline output_iterator_tag iterator_category(const raw_storage_iterator<_ForwardIterator, _Tp>&) { return output_iterator_tag(); }
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_auto_ptr.h 31 template <class _Tp>
35 _Tp* const _M_p;
37 auto_ptr_ref(__ptr_base& __r, _Tp* __p) : _M_r(__r), _M_p(__p) { }
39 _Tp* release() const { _M_r.__set(__STATIC_CAST(void*, 0)); return _M_p; }
43 typedef auto_ptr_ref<_Tp> _Self;
47 template<class _Tp>
50 typedef _Tp element_type;
51 typedef auto_ptr<_Tp> _Self;
53 _Tp* release() _STLP_NOTHROW {
54 _Tp* __px = this->get()
    [all...]
_raw_storage_iter.h 39 template <class _ForwardIterator, class _Tp>
54 raw_storage_iterator<_ForwardIterator, _Tp>& operator*() { return *this; }
55 raw_storage_iterator<_ForwardIterator, _Tp>& operator=(const _Tp& __element) {
59 raw_storage_iterator<_ForwardIterator, _Tp>& operator++() {
63 raw_storage_iterator<_ForwardIterator, _Tp> operator++(int) {
64 raw_storage_iterator<_ForwardIterator, _Tp> __tmp = *this;
71 template <class _ForwardIterator, class _Tp>
72 inline output_iterator_tag iterator_category(const raw_storage_iterator<_ForwardIterator, _Tp>&) { return output_iterator_tag(); }
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
stl_iterator_base_types.h 102 template<typename _Category, typename _Tp, typename _Distance = ptrdiff_t,
103 typename _Pointer = _Tp*, typename _Reference = _Tp&>
109 typedef _Tp value_type;
134 template<typename _Tp>
135 struct iterator_traits<_Tp*>
138 typedef _Tp value_type;
140 typedef _Tp* pointer;
141 typedef _Tp& reference;
144 template<typename _Tp>
    [all...]
valarray_after.h 65 template<typename _Tp>
66 class _GBase<_Array<_Tp> >
69 typedef _Tp value_type;
71 _GBase (_Array<_Tp> __a, const valarray<size_t>& __i)
83 const _Array<_Tp> _M_array;
98 template<typename _Tp>
99 struct _GClos<_ValArray, _Tp>
100 : _GBase<_Array<_Tp> >
102 typedef _GBase<_Array<_Tp> > _Base;
105 _GClos (_Array<_Tp> __a, const valarray<size_t>& __i
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_iterator_base_types.h 102 template<typename _Category, typename _Tp, typename _Distance = ptrdiff_t,
103 typename _Pointer = _Tp*, typename _Reference = _Tp&>
109 typedef _Tp value_type;
134 template<typename _Tp>
135 struct iterator_traits<_Tp*>
138 typedef _Tp value_type;
140 typedef _Tp* pointer;
141 typedef _Tp& reference;
144 template<typename _Tp>
    [all...]
valarray_after.h 65 template<typename _Tp>
66 class _GBase<_Array<_Tp> >
69 typedef _Tp value_type;
71 _GBase (_Array<_Tp> __a, const valarray<size_t>& __i)
83 const _Array<_Tp> _M_array;
98 template<typename _Tp>
99 struct _GClos<_ValArray, _Tp>
100 : _GBase<_Array<_Tp> >
102 typedef _GBase<_Array<_Tp> > _Base;
105 _GClos (_Array<_Tp> __a, const valarray<size_t>& __i
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_iterator_base_types.h 102 template<typename _Category, typename _Tp, typename _Distance = ptrdiff_t,
103 typename _Pointer = _Tp*, typename _Reference = _Tp&>
109 typedef _Tp value_type;
134 template<typename _Tp>
135 struct iterator_traits<_Tp*>
138 typedef _Tp value_type;
140 typedef _Tp* pointer;
141 typedef _Tp& reference;
144 template<typename _Tp>
    [all...]
valarray_after.h 65 template<typename _Tp>
66 class _GBase<_Array<_Tp> >
69 typedef _Tp value_type;
71 _GBase (_Array<_Tp> __a, const valarray<size_t>& __i)
83 const _Array<_Tp> _M_array;
98 template<typename _Tp>
99 struct _GClos<_ValArray, _Tp>
100 : _GBase<_Array<_Tp> >
102 typedef _GBase<_Array<_Tp> > _Base;
105 _GClos (_Array<_Tp> __a, const valarray<size_t>& __i
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_iterator_base_types.h 102 template<typename _Category, typename _Tp, typename _Distance = ptrdiff_t,
103 typename _Pointer = _Tp*, typename _Reference = _Tp&>
109 typedef _Tp value_type;
134 template<typename _Tp>
135 struct iterator_traits<_Tp*>
138 typedef _Tp value_type;
140 typedef _Tp* pointer;
141 typedef _Tp& reference;
144 template<typename _Tp>
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
stl_iterator_base_types.h 102 template<typename _Category, typename _Tp, typename _Distance = ptrdiff_t,
103 typename _Pointer = _Tp*, typename _Reference = _Tp&>
109 typedef _Tp value_type;
134 template<typename _Tp>
135 struct iterator_traits<_Tp*>
138 typedef _Tp value_type;
140 typedef _Tp* pointer;
141 typedef _Tp& reference;
144 template<typename _Tp>
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
malloc_allocator.h 51 template<typename _Tp>
57 typedef _Tp* pointer;
58 typedef const _Tp* const_pointer;
59 typedef _Tp& reference;
60 typedef const _Tp& const_reference;
61 typedef _Tp value_type;
90 pointer __ret = static_cast<_Tp*>(std::malloc(__n * sizeof(_Tp)));
103 { return size_t(-1) / sizeof(_Tp); }
108 construct(pointer __p, const _Tp& __val)
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/
malloc_allocator.h 53 template<typename _Tp>
59 typedef _Tp* pointer;
60 typedef const _Tp* const_pointer;
61 typedef _Tp& reference;
62 typedef const _Tp& const_reference;
63 typedef _Tp value_type;
92 pointer __ret = static_cast<_Tp*>(std::malloc(__n * sizeof(_Tp)));
105 { return size_t(-1) / sizeof(_Tp); }
110 construct(pointer __p, const _Tp& __val)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/
malloc_allocator.h 53 template<typename _Tp>
59 typedef _Tp* pointer;
60 typedef const _Tp* const_pointer;
61 typedef _Tp& reference;
62 typedef const _Tp& const_reference;
63 typedef _Tp value_type;
92 pointer __ret = static_cast<_Tp*>(std::malloc(__n * sizeof(_Tp)));
105 { return size_t(-1) / sizeof(_Tp); }
110 construct(pointer __p, const _Tp& __val)
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/
malloc_allocator.h 51 template<typename _Tp>
57 typedef _Tp* pointer;
58 typedef const _Tp* const_pointer;
59 typedef _Tp& reference;
60 typedef const _Tp& const_reference;
61 typedef _Tp value_type;
90 pointer __ret = static_cast<_Tp*>(std::malloc(__n * sizeof(_Tp)));
103 { return size_t(-1) / sizeof(_Tp); }
108 construct(pointer __p, const _Tp& __val)
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/
malloc_allocator.h 51 template<typename _Tp>
57 typedef _Tp* pointer;
58 typedef const _Tp* const_pointer;
59 typedef _Tp& reference;
60 typedef const _Tp& const_reference;
61 typedef _Tp value_type;
90 pointer __ret = static_cast<_Tp*>(std::malloc(__n * sizeof(_Tp)));
103 { return size_t(-1) / sizeof(_Tp); }
108 construct(pointer __p, const _Tp& __val)
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/
malloc_allocator.h 51 template<typename _Tp>
57 typedef _Tp* pointer;
58 typedef const _Tp* const_pointer;
59 typedef _Tp& reference;
60 typedef const _Tp& const_reference;
61 typedef _Tp value_type;
90 pointer __ret = static_cast<_Tp*>(std::malloc(__n * sizeof(_Tp)));
103 { return size_t(-1) / sizeof(_Tp); }
108 construct(pointer __p, const _Tp& __val)
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/
malloc_allocator.h 51 template<typename _Tp>
57 typedef _Tp* pointer;
58 typedef const _Tp* const_pointer;
59 typedef _Tp& reference;
60 typedef const _Tp& const_reference;
61 typedef _Tp value_type;
90 pointer __ret = static_cast<_Tp*>(std::malloc(__n * sizeof(_Tp)));
103 { return size_t(-1) / sizeof(_Tp); }
108 construct(pointer __p, const _Tp& __val)
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
malloc_allocator.h 53 template<typename _Tp>
59 typedef _Tp* pointer;
60 typedef const _Tp* const_pointer;
61 typedef _Tp& reference;
62 typedef const _Tp& const_reference;
63 typedef _Tp value_type;
92 pointer __ret = static_cast<_Tp*>(std::malloc(__n * sizeof(_Tp)));
105 { return size_t(-1) / sizeof(_Tp); }
110 construct(pointer __p, const _Tp& __val)
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
new_allocator.h 53 template<typename _Tp>
59 typedef _Tp* pointer;
60 typedef const _Tp* const_pointer;
61 typedef _Tp& reference;
62 typedef const _Tp& const_reference;
63 typedef _Tp value_type;
94 return static_cast<_Tp*>(::operator new(__n * sizeof(_Tp)));
104 { return size_t(-1) / sizeof(_Tp); }
119 construct(pointer __p, const _Tp& __val)
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
malloc_allocator.h 53 template<typename _Tp>
59 typedef _Tp* pointer;
60 typedef const _Tp* const_pointer;
61 typedef _Tp& reference;
62 typedef const _Tp& const_reference;
63 typedef _Tp value_type;
92 pointer __ret = static_cast<_Tp*>(std::malloc(__n * sizeof(_Tp)));
105 { return size_t(-1) / sizeof(_Tp); }
110 construct(pointer __p, const _Tp& __val)
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
new_allocator.h 53 template<typename _Tp>
59 typedef _Tp* pointer;
60 typedef const _Tp* const_pointer;
61 typedef _Tp& reference;
62 typedef const _Tp& const_reference;
63 typedef _Tp value_type;
94 return static_cast<_Tp*>(::operator new(__n * sizeof(_Tp)));
104 { return size_t(-1) / sizeof(_Tp); }
119 construct(pointer __p, const _Tp& __val)
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/
new_allocator.h 55 * @tparam _Tp Type of allocated object.
57 template<typename _Tp>
63 typedef _Tp* pointer;
64 typedef const _Tp* const_pointer;
65 typedef _Tp& reference;
66 typedef const _Tp& const_reference;
67 typedef _Tp value_type;
104 return static_cast<_Tp*>(::operator new(__n * sizeof(_Tp)));
114 { return size_t(-1) / sizeof(_Tp); }
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
valarray_after.h 67 template<typename _Tp>
68 class _GBase<_Array<_Tp> >
71 typedef _Tp value_type;
73 _GBase (_Array<_Tp> __a, const valarray<size_t>& __i)
85 const _Array<_Tp> _M_array;
100 template<typename _Tp>
101 struct _GClos<_ValArray, _Tp>
102 : _GBase<_Array<_Tp> >
104 typedef _GBase<_Array<_Tp> > _Base;
107 _GClos (_Array<_Tp> __a, const valarray<size_t>& __i
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
valarray_after.h 67 template<typename _Tp>
68 class _GBase<_Array<_Tp> >
71 typedef _Tp value_type;
73 _GBase (_Array<_Tp> __a, const valarray<size_t>& __i)
85 const _Array<_Tp> _M_array;
100 template<typename _Tp>
101 struct _GClos<_ValArray, _Tp>
102 : _GBase<_Array<_Tp> >
104 typedef _GBase<_Array<_Tp> > _Base;
107 _GClos (_Array<_Tp> __a, const valarray<size_t>& __i
    [all...]

Completed in 716 milliseconds

1 2 3 4 5 6 7 8 91011>>