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

<<21222324252627282930>>

  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
boost_concept_check.h 107 template <class _Tp>
108 struct _Aux_require_same<_Tp,_Tp> { typedef _Tp _Type; };
118 template <class _Tp>
134 template <class _Tp>
145 template <class _Tp>
163 template <class _Tp>
167 _Tp __a _IsUnused; // require default constructor
171 template <class _Tp>
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
boost_concept_check.h 106 template <class _Tp>
107 struct _Aux_require_same<_Tp,_Tp> { typedef _Tp _Type; };
117 template <class _Tp>
133 template <class _Tp>
144 template <class _Tp>
162 template <class _Tp>
166 _Tp __a _IsUnused; // require default constructor
170 template <class _Tp>
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/parallel/
base.h 142 template<typename _Tp>
143 inline const _Tp&
144 min(const _Tp& __a, const _Tp& __b)
148 template<typename _Tp>
149 inline const _Tp&
150 max(const _Tp& __a, const _Tp& __b)
264 template<typename _Tp>
265 struct _Less<_Tp, _Tp
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/tr1_impl/
functional_hash.h 37 template<typename _Tp>
38 struct hash : public std::unary_function<_Tp, size_t>
41 operator()(_Tp __val) const;
45 template<typename _Tp>
46 struct hash<_Tp*> : public std::unary_function<_Tp*, size_t>
49 operator()(_Tp* __p) const
54 #define _TR1_hashtable_define_trivial_hash(_Tp) \
57 hash<_Tp>::operator()(_Tp __val) const
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
functional_hash.h 37 template<typename _Tp>
38 struct hash : public std::unary_function<_Tp, size_t>
41 operator()(_Tp __val) const;
45 template<typename _Tp>
46 struct hash<_Tp*> : public std::unary_function<_Tp*, size_t>
49 operator()(_Tp* __p) const
54 #define _TR1_hashtable_define_trivial_hash(_Tp) \
57 hash<_Tp>::operator()(_Tp __val) const
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
functional_hash.h 37 template<typename _Tp>
38 struct hash : public std::unary_function<_Tp, size_t>
41 operator()(_Tp __val) const;
45 template<typename _Tp>
46 struct hash<_Tp*> : public std::unary_function<_Tp*, size_t>
49 operator()(_Tp* __p) const
54 #define _TR1_hashtable_define_trivial_hash(_Tp) \
57 hash<_Tp>::operator()(_Tp __val) const
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
functional_hash.h 37 template<typename _Tp>
38 struct hash : public std::unary_function<_Tp, size_t>
41 operator()(_Tp __val) const;
45 template<typename _Tp>
46 struct hash<_Tp*> : public std::unary_function<_Tp*, size_t>
49 operator()(_Tp* __p) const
54 #define _TR1_hashtable_define_trivial_hash(_Tp) \
57 hash<_Tp>::operator()(_Tp __val) const
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/tr1_impl/
functional_hash.h 37 template<typename _Tp>
38 struct hash : public std::unary_function<_Tp, size_t>
41 operator()(_Tp __val) const;
45 template<typename _Tp>
46 struct hash<_Tp*> : public std::unary_function<_Tp*, size_t>
49 operator()(_Tp* __p) const
54 #define _TR1_hashtable_define_trivial_hash(_Tp) \
57 hash<_Tp>::operator()(_Tp __val) const
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
mt_allocator.h 468 template<typename _Tp, template <bool> class _PoolTp, bool _Thread>
471 typedef _Tp value_type;
479 const static size_t __a = (__alignof__(_Tp) >= sizeof(_Block_record)
480 ? __alignof__(_Tp) : sizeof(_Block_record));
483 static _Tune _S_tune(__a, sizeof(_Tp) * 64,
484 sizeof(_Tp) * 2 >= __a ? sizeof(_Tp) * 2 : __a,
485 sizeof(_Tp) * size_t(_Tune::_S_chunk_size),
494 template<typename _Tp, template <bool> class _PoolTp, bool _Thread>
497 template<typename _Tp, template <bool> class _PoolTp
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/
mt_allocator.h 470 template<typename _Tp, template <bool> class _PoolTp, bool _Thread>
473 typedef _Tp value_type;
481 const static size_t __a = (__alignof__(_Tp) >= sizeof(_Block_record)
482 ? __alignof__(_Tp) : sizeof(_Block_record));
485 static _Tune _S_tune(__a, sizeof(_Tp) * 64,
486 sizeof(_Tp) * 2 >= __a ? sizeof(_Tp) * 2 : __a,
487 sizeof(_Tp) * size_t(_Tune::_S_chunk_size),
496 template<typename _Tp, template <bool> class _PoolTp, bool _Thread>
499 template<typename _Tp, template <bool> class _PoolTp
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/
mt_allocator.h 470 template<typename _Tp, template <bool> class _PoolTp, bool _Thread>
473 typedef _Tp value_type;
481 const static size_t __a = (__alignof__(_Tp) >= sizeof(_Block_record)
482 ? __alignof__(_Tp) : sizeof(_Block_record));
485 static _Tune _S_tune(__a, sizeof(_Tp) * 64,
486 sizeof(_Tp) * 2 >= __a ? sizeof(_Tp) * 2 : __a,
487 sizeof(_Tp) * size_t(_Tune::_S_chunk_size),
496 template<typename _Tp, template <bool> class _PoolTp, bool _Thread>
499 template<typename _Tp, template <bool> class _PoolTp
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/
mt_allocator.h 468 template<typename _Tp, template <bool> class _PoolTp, bool _Thread>
471 typedef _Tp value_type;
479 const static size_t __a = (__alignof__(_Tp) >= sizeof(_Block_record)
480 ? __alignof__(_Tp) : sizeof(_Block_record));
483 static _Tune _S_tune(__a, sizeof(_Tp) * 64,
484 sizeof(_Tp) * 2 >= __a ? sizeof(_Tp) * 2 : __a,
485 sizeof(_Tp) * size_t(_Tune::_S_chunk_size),
494 template<typename _Tp, template <bool> class _PoolTp, bool _Thread>
497 template<typename _Tp, template <bool> class _PoolTp
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/
mt_allocator.h 468 template<typename _Tp, template <bool> class _PoolTp, bool _Thread>
471 typedef _Tp value_type;
479 const static size_t __a = (__alignof__(_Tp) >= sizeof(_Block_record)
480 ? __alignof__(_Tp) : sizeof(_Block_record));
483 static _Tune _S_tune(__a, sizeof(_Tp) * 64,
484 sizeof(_Tp) * 2 >= __a ? sizeof(_Tp) * 2 : __a,
485 sizeof(_Tp) * size_t(_Tune::_S_chunk_size),
494 template<typename _Tp, template <bool> class _PoolTp, bool _Thread>
497 template<typename _Tp, template <bool> class _PoolTp
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/
mt_allocator.h 468 template<typename _Tp, template <bool> class _PoolTp, bool _Thread>
471 typedef _Tp value_type;
479 const static size_t __a = (__alignof__(_Tp) >= sizeof(_Block_record)
480 ? __alignof__(_Tp) : sizeof(_Block_record));
483 static _Tune _S_tune(__a, sizeof(_Tp) * 64,
484 sizeof(_Tp) * 2 >= __a ? sizeof(_Tp) * 2 : __a,
485 sizeof(_Tp) * size_t(_Tune::_S_chunk_size),
494 template<typename _Tp, template <bool> class _PoolTp, bool _Thread>
497 template<typename _Tp, template <bool> class _PoolTp
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/
mt_allocator.h 468 template<typename _Tp, template <bool> class _PoolTp, bool _Thread>
471 typedef _Tp value_type;
479 const static size_t __a = (__alignof__(_Tp) >= sizeof(_Block_record)
480 ? __alignof__(_Tp) : sizeof(_Block_record));
483 static _Tune _S_tune(__a, sizeof(_Tp) * 64,
484 sizeof(_Tp) * 2 >= __a ? sizeof(_Tp) * 2 : __a,
485 sizeof(_Tp) * size_t(_Tune::_S_chunk_size),
494 template<typename _Tp, template <bool> class _PoolTp, bool _Thread>
497 template<typename _Tp, template <bool> class _PoolTp
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
mt_allocator.h 470 template<typename _Tp, template <bool> class _PoolTp, bool _Thread>
473 typedef _Tp value_type;
481 const static size_t __a = (__alignof__(_Tp) >= sizeof(_Block_record)
482 ? __alignof__(_Tp) : sizeof(_Block_record));
485 static _Tune _S_tune(__a, sizeof(_Tp) * 64,
486 sizeof(_Tp) * 2 >= __a ? sizeof(_Tp) * 2 : __a,
487 sizeof(_Tp) * size_t(_Tune::_S_chunk_size),
496 template<typename _Tp, template <bool> class _PoolTp, bool _Thread>
499 template<typename _Tp, template <bool> class _PoolTp
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
mt_allocator.h 470 template<typename _Tp, template <bool> class _PoolTp, bool _Thread>
473 typedef _Tp value_type;
481 const static size_t __a = (__alignof__(_Tp) >= sizeof(_Block_record)
482 ? __alignof__(_Tp) : sizeof(_Block_record));
485 static _Tune _S_tune(__a, sizeof(_Tp) * 64,
486 sizeof(_Tp) * 2 >= __a ? sizeof(_Tp) * 2 : __a,
487 sizeof(_Tp) * size_t(_Tune::_S_chunk_size),
496 template<typename _Tp, template <bool> class _PoolTp, bool _Thread>
499 template<typename _Tp, template <bool> class _PoolTp
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
mt_allocator.h 470 template<typename _Tp, template <bool> class _PoolTp, bool _Thread>
473 typedef _Tp value_type;
481 const static size_t __a = (__alignof__(_Tp) >= sizeof(_Block_record)
482 ? __alignof__(_Tp) : sizeof(_Block_record));
485 static _Tune _S_tune(__a, sizeof(_Tp) * 64,
486 sizeof(_Tp) * 2 >= __a ? sizeof(_Tp) * 2 : __a,
487 sizeof(_Tp) * size_t(_Tune::_S_chunk_size),
496 template<typename _Tp, template <bool> class _PoolTp, bool _Thread>
499 template<typename _Tp, template <bool> class _PoolTp
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
mt_allocator.h 470 template<typename _Tp, template <bool> class _PoolTp, bool _Thread>
473 typedef _Tp value_type;
481 const static size_t __a = (__alignof__(_Tp) >= sizeof(_Block_record)
482 ? __alignof__(_Tp) : sizeof(_Block_record));
485 static _Tune _S_tune(__a, sizeof(_Tp) * 64,
486 sizeof(_Tp) * 2 >= __a ? sizeof(_Tp) * 2 : __a,
487 sizeof(_Tp) * size_t(_Tune::_S_chunk_size),
496 template<typename _Tp, template <bool> class _PoolTp, bool _Thread>
499 template<typename _Tp, template <bool> class _PoolTp
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/
mt_allocator.h 472 template<typename _Tp, template <bool> class _PoolTp, bool _Thread>
475 typedef _Tp value_type;
483 const static size_t __a = (__alignof__(_Tp) >= sizeof(_Block_record)
484 ? __alignof__(_Tp) : sizeof(_Block_record));
487 static _Tune _S_tune(__a, sizeof(_Tp) * 64,
488 sizeof(_Tp) * 2 >= __a ? sizeof(_Tp) * 2 : __a,
489 sizeof(_Tp) * size_t(_Tune::_S_chunk_size),
498 template<typename _Tp, template <bool> class _PoolTp, bool _Thread>
501 template<typename _Tp, template <bool> class _PoolTp
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
stl_queue.h 91 template<typename _Tp, typename _Sequence = deque<_Tp> >
96 __glibcxx_class_requires(_Tp, _SGIAssignableConcept)
99 __glibcxx_class_requires2(_Tp, _Sequence_value_type, _SameTypeConcept)
264 template<typename _Tp, typename _Seq>
266 operator==(const queue<_Tp, _Seq>& __x, const queue<_Tp, _Seq>& __y)
282 template<typename _Tp, typename _Seq>
284 operator<(const queue<_Tp, _Seq>& __x, const queue<_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_queue.h 91 template<typename _Tp, typename _Sequence = deque<_Tp> >
96 __glibcxx_class_requires(_Tp, _SGIAssignableConcept)
99 __glibcxx_class_requires2(_Tp, _Sequence_value_type, _SameTypeConcept)
264 template<typename _Tp, typename _Seq>
266 operator==(const queue<_Tp, _Seq>& __x, const queue<_Tp, _Seq>& __y)
282 template<typename _Tp, typename _Seq>
284 operator<(const queue<_Tp, _Seq>& __x, const queue<_Tp, _Seq>& __y
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
stl_queue.h 91 template<typename _Tp, typename _Sequence = deque<_Tp> >
96 __glibcxx_class_requires(_Tp, _SGIAssignableConcept)
99 __glibcxx_class_requires2(_Tp, _Sequence_value_type, _SameTypeConcept)
264 template<typename _Tp, typename _Seq>
266 operator==(const queue<_Tp, _Seq>& __x, const queue<_Tp, _Seq>& __y)
282 template<typename _Tp, typename _Seq>
284 operator<(const queue<_Tp, _Seq>& __x, const queue<_Tp, _Seq>& __y
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
stl_queue.h 91 template<typename _Tp, typename _Sequence = deque<_Tp> >
96 __glibcxx_class_requires(_Tp, _SGIAssignableConcept)
99 __glibcxx_class_requires2(_Tp, _Sequence_value_type, _SameTypeConcept)
265 template<typename _Tp, typename _Seq>
267 operator==(const queue<_Tp, _Seq>& __x, const queue<_Tp, _Seq>& __y)
283 template<typename _Tp, typename _Seq>
285 operator<(const queue<_Tp, _Seq>& __x, const queue<_Tp, _Seq>& __y
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
stl_queue.h 91 template<typename _Tp, typename _Sequence = deque<_Tp> >
96 __glibcxx_class_requires(_Tp, _SGIAssignableConcept)
99 __glibcxx_class_requires2(_Tp, _Sequence_value_type, _SameTypeConcept)
264 template<typename _Tp, typename _Seq>
266 operator==(const queue<_Tp, _Seq>& __x, const queue<_Tp, _Seq>& __y)
282 template<typename _Tp, typename _Seq>
284 operator<(const queue<_Tp, _Seq>& __x, const queue<_Tp, _Seq>& __y
    [all...]

Completed in 1232 milliseconds

<<21222324252627282930>>