HomeSort by relevance Sort by last modified time
    Searched refs:_Tp (Results 151 - 175 of 888) sorted by null

1 2 3 4 5 67 8 91011>>

  /prebuilts/ndk/7/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/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/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...]
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/8/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/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...]
array_allocator.h 45 template<typename _Tp>
51 typedef _Tp* pointer;
52 typedef const _Tp* const_pointer;
53 typedef _Tp& reference;
54 typedef const _Tp& const_reference;
55 typedef _Tp value_type;
71 { return size_t(-1) / sizeof(_Tp); }
76 construct(pointer __p, const _Tp& __val)
83 { ::new((void *)__p) _Tp(std::forward<_Args>(__args)...); }
87 destroy(pointer __p) { __p->~_Tp(); }
    [all...]
numeric_traits.h 41 #define __glibcxx_signed(_Tp) ((_Tp)(-1) < 0)
42 #define __glibcxx_digits(_Tp) \
43 (sizeof(_Tp) * __CHAR_BIT__ - __glibcxx_signed(_Tp))
45 #define __glibcxx_min(_Tp) \
46 (__glibcxx_signed(_Tp) ? (_Tp)1 << __glibcxx_digits(_Tp) : (_Tp)0
    [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...]
array_allocator.h 47 template<typename _Tp>
53 typedef _Tp* pointer;
54 typedef const _Tp* const_pointer;
55 typedef _Tp& reference;
56 typedef const _Tp& const_reference;
57 typedef _Tp value_type;
73 { return size_t(-1) / sizeof(_Tp); }
78 construct(pointer __p, const _Tp& __val)
85 { ::new((void *)__p) _Tp(std::forward<_Args>(__args)...); }
89 destroy(pointer __p) { __p->~_Tp(); }
    [all...]
numeric_traits.h 43 #define __glibcxx_signed(_Tp) ((_Tp)(-1) < 0)
44 #define __glibcxx_digits(_Tp) \
45 (sizeof(_Tp) * __CHAR_BIT__ - __glibcxx_signed(_Tp))
47 #define __glibcxx_min(_Tp) \
48 (__glibcxx_signed(_Tp) ? (_Tp)1 << __glibcxx_digits(_Tp) : (_Tp)0
    [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++/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/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 3092 milliseconds

1 2 3 4 5 67 8 91011>>