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

<<11121314151617181920>>

  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
stl_raw_storage_iter.h 68 template <class _OutputIterator, class _Tp>
84 operator=(const _Tp& __element)
90 raw_storage_iterator<_OutputIterator, _Tp>&
97 raw_storage_iterator<_OutputIterator, _Tp>
100 raw_storage_iterator<_OutputIterator, _Tp> __tmp = *this;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
functional_hash.h 57 template<typename _Tp>
58 struct hash : public __hash_base<size_t, _Tp>
60 static_assert(sizeof(_Tp) < 0,
62 size_t operator()(const _Tp&) const noexcept;
66 template<typename _Tp>
67 struct hash<_Tp*> : public __hash_base<size_t, _Tp*>
70 operator()(_Tp* __p) const noexcept
75 #define _Cxx_hashtable_define_trivial_hash(_Tp) \
77 struct hash<_Tp> : public __hash_base<size_t, _Tp>
    [all...]
stl_raw_storage_iter.h 68 template <class _OutputIterator, class _Tp>
84 operator=(const _Tp& __element)
90 raw_storage_iterator<_OutputIterator, _Tp>&
97 raw_storage_iterator<_OutputIterator, _Tp>
100 raw_storage_iterator<_OutputIterator, _Tp> __tmp = *this;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
functional_hash.h 57 template<typename _Tp>
58 struct hash : public __hash_base<size_t, _Tp>
60 static_assert(sizeof(_Tp) < 0,
62 size_t operator()(const _Tp&) const noexcept;
66 template<typename _Tp>
67 struct hash<_Tp*> : public __hash_base<size_t, _Tp*>
70 operator()(_Tp* __p) const noexcept
75 #define _Cxx_hashtable_define_trivial_hash(_Tp) \
77 struct hash<_Tp> : public __hash_base<size_t, _Tp>
    [all...]
stl_raw_storage_iter.h 68 template <class _OutputIterator, class _Tp>
84 operator=(const _Tp& __element)
90 raw_storage_iterator<_OutputIterator, _Tp>&
97 raw_storage_iterator<_OutputIterator, _Tp>
100 raw_storage_iterator<_OutputIterator, _Tp> __tmp = *this;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
stl_raw_storage_iter.h 67 template <class _OutputIterator, class _Tp>
83 operator=(const _Tp& __element)
89 raw_storage_iterator<_OutputIterator, _Tp>&
96 raw_storage_iterator<_OutputIterator, _Tp>
99 raw_storage_iterator<_OutputIterator, _Tp> __tmp = *this;
  /external/stlport/src/
complex.cpp 83 template <class _Tp>
84 static void _divT(const _Tp& __z1_r, const _Tp& __z1_i,
85 const _Tp& __z2_r, const _Tp& __z2_i,
86 _Tp& __res_r, _Tp& __res_i) {
87 _Tp __ar = __z2_r >= 0 ? __z2_r : -__z2_r;
88 _Tp __ai = __z2_i >= 0 ? __z2_i : -__z2_i;
91 _Tp __ratio = __z2_r / __z2_i
    [all...]
  /ndk/sources/cxx-stl/stlport/src/
complex.cpp 83 template <class _Tp>
84 static void _divT(const _Tp& __z1_r, const _Tp& __z1_i,
85 const _Tp& __z2_r, const _Tp& __z2_i,
86 _Tp& __res_r, _Tp& __res_i) {
87 _Tp __ar = __z2_r >= 0 ? __z2_r : -__z2_r;
88 _Tp __ai = __z2_i >= 0 ? __z2_i : -__z2_i;
91 _Tp __ratio = __z2_r / __z2_i
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
pool_allocator.h 124 template<typename _Tp>
133 typedef _Tp* pointer;
134 typedef const _Tp* const_pointer;
135 typedef _Tp& reference;
136 typedef const _Tp& const_reference;
137 typedef _Tp value_type;
162 { return size_t(-1) / sizeof(_Tp); }
177 construct(pointer __p, const _Tp& __val)
178 { ::new((void *)__p) _Tp(__val); }
181 destroy(pointer __p) { __p->~_Tp(); }
    [all...]
type_traits.h 46 template<typename _Tp>
47 struct __enable_if<true, _Tp>
48 { typedef _Tp __type; };
62 template<typename _Tp>
66 typedef __enable_if<std::__is_integer<_Tp>::__value, _Tp> __if_type;
105 template<typename _Tp>
109 typedef __enable_if<std::__is_integer<_Tp>::__value, _Tp> __if_type;
160 template<typename _Tp, bool = std::__is_integer<_Tp>::__value
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
pool_allocator.h 124 template<typename _Tp>
133 typedef _Tp* pointer;
134 typedef const _Tp* const_pointer;
135 typedef _Tp& reference;
136 typedef const _Tp& const_reference;
137 typedef _Tp value_type;
162 { return size_t(-1) / sizeof(_Tp); }
177 construct(pointer __p, const _Tp& __val)
178 { ::new((void *)__p) _Tp(__val); }
181 destroy(pointer __p) { __p->~_Tp(); }
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/
pool_allocator.h 125 template<typename _Tp>
134 typedef _Tp* pointer;
135 typedef const _Tp* const_pointer;
136 typedef _Tp& reference;
137 typedef const _Tp& const_reference;
138 typedef _Tp value_type;
169 { return size_t(-1) / sizeof(_Tp); }
184 construct(pointer __p, const _Tp& __val)
185 { ::new((void *)__p) _Tp(__val); }
188 destroy(pointer __p) { __p->~_Tp(); }
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
pointer.h 55 template<typename _Tp>
60 typedef _Tp element_type;
63 inline _Tp*
98 template<typename _Tp>
102 typedef _Tp element_type;
104 _Tp*
110 return reinterpret_cast<_Tp*>(reinterpret_cast<_UIntPtrType>(this)
115 set(_Tp* __arg)
146 template<typename _Tp>
147 class _Relative_pointer_impl<const _Tp>
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/
pointer.h 61 template<typename _Tp>
66 typedef _Tp element_type;
69 inline _Tp*
104 template<typename _Tp>
108 typedef _Tp element_type;
110 _Tp*
116 return reinterpret_cast<_Tp*>(reinterpret_cast<_UIntPtrType>(this)
121 set(_Tp* __arg)
156 template<typename _Tp>
157 class _Relative_pointer_impl<const _Tp>
    [all...]
type_traits.h 47 template<typename _Tp>
48 struct __enable_if<true, _Tp>
49 { typedef _Tp __type; };
63 template<typename _Tp>
67 typedef __enable_if<std::__is_integer<_Tp>::__value, _Tp> __if_type;
106 template<typename _Tp>
110 typedef __enable_if<std::__is_integer<_Tp>::__value, _Tp> __if_type;
161 template<typename _Tp, bool = std::__is_integer<_Tp>::__value
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/
pointer.h 61 template<typename _Tp>
66 typedef _Tp element_type;
69 inline _Tp*
104 template<typename _Tp>
108 typedef _Tp element_type;
110 _Tp*
116 return reinterpret_cast<_Tp*>(reinterpret_cast<_UIntPtrType>(this)
121 set(_Tp* __arg)
156 template<typename _Tp>
157 class _Relative_pointer_impl<const _Tp>
    [all...]
type_traits.h 47 template<typename _Tp>
48 struct __enable_if<true, _Tp>
49 { typedef _Tp __type; };
63 template<typename _Tp>
67 typedef __enable_if<std::__is_integer<_Tp>::__value, _Tp> __if_type;
106 template<typename _Tp>
110 typedef __enable_if<std::__is_integer<_Tp>::__value, _Tp> __if_type;
161 template<typename _Tp, bool = std::__is_integer<_Tp>::__value
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/
pointer.h 55 template<typename _Tp>
60 typedef _Tp element_type;
63 inline _Tp*
98 template<typename _Tp>
102 typedef _Tp element_type;
104 _Tp*
110 return reinterpret_cast<_Tp*>(reinterpret_cast<_UIntPtrType>(this)
115 set(_Tp* __arg)
146 template<typename _Tp>
147 class _Relative_pointer_impl<const _Tp>
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/
pointer.h 55 template<typename _Tp>
60 typedef _Tp element_type;
63 inline _Tp*
98 template<typename _Tp>
102 typedef _Tp element_type;
104 _Tp*
110 return reinterpret_cast<_Tp*>(reinterpret_cast<_UIntPtrType>(this)
115 set(_Tp* __arg)
146 template<typename _Tp>
147 class _Relative_pointer_impl<const _Tp>
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/
pointer.h 55 template<typename _Tp>
60 typedef _Tp element_type;
63 inline _Tp*
98 template<typename _Tp>
102 typedef _Tp element_type;
104 _Tp*
110 return reinterpret_cast<_Tp*>(reinterpret_cast<_UIntPtrType>(this)
115 set(_Tp* __arg)
146 template<typename _Tp>
147 class _Relative_pointer_impl<const _Tp>
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/
pointer.h 55 template<typename _Tp>
60 typedef _Tp element_type;
63 inline _Tp*
98 template<typename _Tp>
102 typedef _Tp element_type;
104 _Tp*
110 return reinterpret_cast<_Tp*>(reinterpret_cast<_UIntPtrType>(this)
115 set(_Tp* __arg)
146 template<typename _Tp>
147 class _Relative_pointer_impl<const _Tp>
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
pointer.h 61 template<typename _Tp>
66 typedef _Tp element_type;
69 inline _Tp*
104 template<typename _Tp>
108 typedef _Tp element_type;
110 _Tp*
116 return reinterpret_cast<_Tp*>(reinterpret_cast<_UIntPtrType>(this)
121 set(_Tp* __arg)
156 template<typename _Tp>
157 class _Relative_pointer_impl<const _Tp>
    [all...]
type_traits.h 47 template<typename _Tp>
48 struct __enable_if<true, _Tp>
49 { typedef _Tp __type; };
63 template<typename _Tp>
67 typedef __enable_if<std::__is_integer<_Tp>::__value, _Tp> __if_type;
106 template<typename _Tp>
110 typedef __enable_if<std::__is_integer<_Tp>::__value, _Tp> __if_type;
161 template<typename _Tp, bool = std::__is_integer<_Tp>::__value
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
pointer.h 61 template<typename _Tp>
66 typedef _Tp element_type;
69 inline _Tp*
104 template<typename _Tp>
108 typedef _Tp element_type;
110 _Tp*
116 return reinterpret_cast<_Tp*>(reinterpret_cast<_UIntPtrType>(this)
121 set(_Tp* __arg)
156 template<typename _Tp>
157 class _Relative_pointer_impl<const _Tp>
    [all...]
type_traits.h 47 template<typename _Tp>
48 struct __enable_if<true, _Tp>
49 { typedef _Tp __type; };
63 template<typename _Tp>
67 typedef __enable_if<std::__is_integer<_Tp>::__value, _Tp> __if_type;
106 template<typename _Tp>
110 typedef __enable_if<std::__is_integer<_Tp>::__value, _Tp> __if_type;
161 template<typename _Tp, bool = std::__is_integer<_Tp>::__value
    [all...]

Completed in 814 milliseconds

<<11121314151617181920>>