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

<<11121314151617181920>>

  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
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.8/include/ext/
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/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
shared_ptr.h 154 template<typename _Tp>
157 void operator()(_Tp* __p) const { if (__p) __p->~_Tp(); }
162 template<typename _Tp, typename _Alloc, _Lock_policy _Lp>
164 : public _Sp_counted_deleter<_Tp*, _Sp_destroy_inplace<_Tp>, _Alloc, _Lp>
166 typedef _Sp_counted_deleter<_Tp*, _Sp_destroy_inplace<_Tp>, _Alloc, _Lp>
171 : _Base_type(static_cast<_Tp*>(0), _Sp_destroy_inplace<_Tp>(), __a
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
shared_ptr.h 154 template<typename _Tp>
157 void operator()(_Tp* __p) const { if (__p) __p->~_Tp(); }
162 template<typename _Tp, typename _Alloc, _Lock_policy _Lp>
164 : public _Sp_counted_deleter<_Tp*, _Sp_destroy_inplace<_Tp>, _Alloc, _Lp>
166 typedef _Sp_counted_deleter<_Tp*, _Sp_destroy_inplace<_Tp>, _Alloc, _Lp>
171 : _Base_type(static_cast<_Tp*>(0), _Sp_destroy_inplace<_Tp>(), __a
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
shared_ptr.h 154 template<typename _Tp>
157 void operator()(_Tp* __p) const { if (__p) __p->~_Tp(); }
162 template<typename _Tp, typename _Alloc, _Lock_policy _Lp>
164 : public _Sp_counted_deleter<_Tp*, _Sp_destroy_inplace<_Tp>, _Alloc, _Lp>
166 typedef _Sp_counted_deleter<_Tp*, _Sp_destroy_inplace<_Tp>, _Alloc, _Lp>
171 : _Base_type(static_cast<_Tp*>(0), _Sp_destroy_inplace<_Tp>(), __a
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
shared_ptr.h 154 template<typename _Tp>
157 void operator()(_Tp* __p) const { if (__p) __p->~_Tp(); }
162 template<typename _Tp, typename _Alloc, _Lock_policy _Lp>
164 : public _Sp_counted_deleter<_Tp*, _Sp_destroy_inplace<_Tp>, _Alloc, _Lp>
166 typedef _Sp_counted_deleter<_Tp*, _Sp_destroy_inplace<_Tp>, _Alloc, _Lp>
171 : _Base_type(static_cast<_Tp*>(0), _Sp_destroy_inplace<_Tp>(), __a
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
stl_stack.h 94 template<typename _Tp, typename _Sequence = deque<_Tp> >
99 __glibcxx_class_requires(_Tp, _SGIAssignableConcept)
101 __glibcxx_class_requires2(_Tp, _Sequence_value_type, _SameTypeConcept)
239 template<typename _Tp, typename _Seq>
241 operator==(const stack<_Tp, _Seq>& __x, const stack<_Tp, _Seq>& __y)
257 template<typename _Tp, typename _Seq>
259 operator<(const stack<_Tp, _Seq>& __x, const stack<_Tp, _Seq>& __y
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
stl_stack.h 94 template<typename _Tp, typename _Sequence = deque<_Tp> >
99 __glibcxx_class_requires(_Tp, _SGIAssignableConcept)
101 __glibcxx_class_requires2(_Tp, _Sequence_value_type, _SameTypeConcept)
239 template<typename _Tp, typename _Seq>
241 operator==(const stack<_Tp, _Seq>& __x, const stack<_Tp, _Seq>& __y)
257 template<typename _Tp, typename _Seq>
259 operator<(const stack<_Tp, _Seq>& __x, const stack<_Tp, _Seq>& __y
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
stl_stack.h 94 template<typename _Tp, typename _Sequence = deque<_Tp> >
99 __glibcxx_class_requires(_Tp, _SGIAssignableConcept)
101 __glibcxx_class_requires2(_Tp, _Sequence_value_type, _SameTypeConcept)
239 template<typename _Tp, typename _Seq>
241 operator==(const stack<_Tp, _Seq>& __x, const stack<_Tp, _Seq>& __y)
257 template<typename _Tp, typename _Seq>
259 operator<(const stack<_Tp, _Seq>& __x, const stack<_Tp, _Seq>& __y
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
stl_stack.h 94 template<typename _Tp, typename _Sequence = deque<_Tp> >
99 __glibcxx_class_requires(_Tp, _SGIAssignableConcept)
101 __glibcxx_class_requires2(_Tp, _Sequence_value_type, _SameTypeConcept)
240 template<typename _Tp, typename _Seq>
242 operator==(const stack<_Tp, _Seq>& __x, const stack<_Tp, _Seq>& __y)
258 template<typename _Tp, typename _Seq>
260 operator<(const stack<_Tp, _Seq>& __x, const stack<_Tp, _Seq>& __y
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
stl_stack.h 94 template<typename _Tp, typename _Sequence = deque<_Tp> >
99 __glibcxx_class_requires(_Tp, _SGIAssignableConcept)
101 __glibcxx_class_requires2(_Tp, _Sequence_value_type, _SameTypeConcept)
239 template<typename _Tp, typename _Seq>
241 operator==(const stack<_Tp, _Seq>& __x, const stack<_Tp, _Seq>& __y)
257 template<typename _Tp, typename _Seq>
259 operator<(const stack<_Tp, _Seq>& __x, const stack<_Tp, _Seq>& __y
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
stl_stack.h 94 template<typename _Tp, typename _Sequence = deque<_Tp> >
99 __glibcxx_class_requires(_Tp, _SGIAssignableConcept)
101 __glibcxx_class_requires2(_Tp, _Sequence_value_type, _SameTypeConcept)
240 template<typename _Tp, typename _Seq>
242 operator==(const stack<_Tp, _Seq>& __x, const stack<_Tp, _Seq>& __y)
258 template<typename _Tp, typename _Seq>
260 operator<(const stack<_Tp, _Seq>& __x, const stack<_Tp, _Seq>& __y
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
stl_stack.h 71 * @tparam _Tp Type of element.
72 * @tparam _Sequence Type of underlying sequence, defaults to deque<_Tp>.
95 template<typename _Tp, typename _Sequence = deque<_Tp> >
100 __glibcxx_class_requires(_Tp, _SGIAssignableConcept)
102 __glibcxx_class_requires2(_Tp, _Sequence_value_type, _SameTypeConcept)
241 template<typename _Tp, typename _Seq>
243 operator==(const stack<_Tp, _Seq>& __x, const stack<_Tp, _Seq>& __y)
259 template<typename _Tp, typename _Seq
    [all...]
  /external/stlport/stlport/stl/
type_manips.h 165 template <class _Tp>
166 char _STLP_CALL _IsCopyableFun(bool, _NoVolatilePointerShim, _Tp const*, _Tp*); // no implementation is required
178 template <class _Tp> struct _IsUnQual;
215 template <class _Tp>
216 struct _AreSameTypes<_Tp, _Tp> {
239 template<class _Tp>
240 struct _UnConstPtr { typedef _Tp _Type; };
242 template<class _Tp>
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
type_manips.h 165 template <class _Tp>
166 char _STLP_CALL _IsCopyableFun(bool, _NoVolatilePointerShim, _Tp const*, _Tp*); // no implementation is required
178 template <class _Tp> struct _IsUnQual;
215 template <class _Tp>
216 struct _AreSameTypes<_Tp, _Tp> {
239 template<class _Tp>
240 struct _UnConstPtr { typedef _Tp _Type; };
242 template<class _Tp>
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
type_manips.h 165 template <class _Tp>
166 char _STLP_CALL _IsCopyableFun(bool, _NoVolatilePointerShim, _Tp const*, _Tp*); // no implementation is required
178 template <class _Tp> struct _IsUnQual;
215 template <class _Tp>
216 struct _AreSameTypes<_Tp, _Tp> {
239 template<class _Tp>
240 struct _UnConstPtr { typedef _Tp _Type; };
242 template<class _Tp>
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
type_manips.h 165 template <class _Tp>
166 char _STLP_CALL _IsCopyableFun(bool, _NoVolatilePointerShim, _Tp const*, _Tp*); // no implementation is required
178 template <class _Tp> struct _IsUnQual;
215 template <class _Tp>
216 struct _AreSameTypes<_Tp, _Tp> {
239 template<class _Tp>
240 struct _UnConstPtr { typedef _Tp _Type; };
242 template<class _Tp>
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
type_manips.h 165 template <class _Tp>
166 char _STLP_CALL _IsCopyableFun(bool, _NoVolatilePointerShim, _Tp const*, _Tp*); // no implementation is required
178 template <class _Tp> struct _IsUnQual;
215 template <class _Tp>
216 struct _AreSameTypes<_Tp, _Tp> {
239 template<class _Tp>
240 struct _UnConstPtr { typedef _Tp _Type; };
242 template<class _Tp>
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
type_manips.h 165 template <class _Tp>
166 char _STLP_CALL _IsCopyableFun(bool, _NoVolatilePointerShim, _Tp const*, _Tp*); // no implementation is required
178 template <class _Tp> struct _IsUnQual;
215 template <class _Tp>
216 struct _AreSameTypes<_Tp, _Tp> {
239 template<class _Tp>
240 struct _UnConstPtr { typedef _Tp _Type; };
242 template<class _Tp>
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
type_manips.h 165 template <class _Tp>
166 char _STLP_CALL _IsCopyableFun(bool, _NoVolatilePointerShim, _Tp const*, _Tp*); // no implementation is required
178 template <class _Tp> struct _IsUnQual;
215 template <class _Tp>
216 struct _AreSameTypes<_Tp, _Tp> {
239 template<class _Tp>
240 struct _UnConstPtr { typedef _Tp _Type; };
242 template<class _Tp>
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/tr1/
functional_hash.h 44 template<typename _Tp>
45 struct hash : public std::unary_function<_Tp, size_t>
48 operator()(_Tp __val) const;
52 template<typename _Tp>
53 struct hash<_Tp*> : public std::unary_function<_Tp*, size_t>
56 operator()(_Tp* __p) const
61 #define _TR1_hashtable_define_trivial_hash(_Tp) \
64 hash<_Tp>::operator()(_Tp __val) const
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/tr1/
functional_hash.h 44 template<typename _Tp>
45 struct hash : public std::unary_function<_Tp, size_t>
48 operator()(_Tp __val) const;
52 template<typename _Tp>
53 struct hash<_Tp*> : public std::unary_function<_Tp*, size_t>
56 operator()(_Tp* __p) const
61 #define _TR1_hashtable_define_trivial_hash(_Tp) \
64 hash<_Tp>::operator()(_Tp __val) const
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/tr1/
functional_hash.h 44 template<typename _Tp>
45 struct hash : public std::unary_function<_Tp, size_t>
48 operator()(_Tp __val) const;
52 template<typename _Tp>
53 struct hash<_Tp*> : public std::unary_function<_Tp*, size_t>
56 operator()(_Tp* __p) const
61 #define _TR1_hashtable_define_trivial_hash(_Tp) \
64 hash<_Tp>::operator()(_Tp __val) const
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/tr1/
functional_hash.h 44 template<typename _Tp>
45 struct hash : public std::unary_function<_Tp, size_t>
48 operator()(_Tp __val) const;
52 template<typename _Tp>
53 struct hash<_Tp*> : public std::unary_function<_Tp*, size_t>
56 operator()(_Tp* __p) const
61 #define _TR1_hashtable_define_trivial_hash(_Tp) \
64 hash<_Tp>::operator()(_Tp __val) const
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/tr1/
functional_hash.h 44 template<typename _Tp>
45 struct hash : public std::unary_function<_Tp, size_t>
48 operator()(_Tp __val) const;
52 template<typename _Tp>
53 struct hash<_Tp*> : public std::unary_function<_Tp*, size_t>
56 operator()(_Tp* __p) const
61 #define _TR1_hashtable_define_trivial_hash(_Tp) \
64 hash<_Tp>::operator()(_Tp __val) const
    [all...]

Completed in 767 milliseconds

<<11121314151617181920>>