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

1 2 3 4 5 67 8 91011>>

  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
allocator.h 65 template<typename _Tp>
91 template<typename _Tp>
92 class allocator: public __glibcxx_base_allocator<_Tp>
97 typedef _Tp* pointer;
98 typedef const _Tp* const_pointer;
99 typedef _Tp& reference;
100 typedef const _Tp& const_reference;
101 typedef _Tp value_type;
110 : __glibcxx_base_allocator<_Tp>(__a) { }
125 template<typename _Tp>
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
ptr_traits.h 44 template<typename _Tp, bool = __has_element_type<_Tp>::value>
47 template<typename _Tp>
48 struct __ptrtr_elt_type<_Tp, true>
50 typedef typename _Tp::element_type __type;
53 template<template<typename, typename...> class _SomePtr, typename _Tp,
55 struct __ptrtr_elt_type<_SomePtr<_Tp, _Args...>, false>
57 typedef _Tp __type;
60 template<typename _Tp, bool = __has_difference_type<_Tp>::value
    [all...]
uses_allocator.h 45 template<typename _Tp, typename _Alloc,
46 bool = __has_allocator_type<_Tp>::value>
50 template<typename _Tp, typename _Alloc>
51 struct __uses_allocator_helper<_Tp, _Alloc, true>
53 typename _Tp::allocator_type>::value>
57 template<typename _Tp, typename _Alloc>
60 __uses_allocator_helper<_Tp, _Alloc>::value>
63 template<typename _Tp, typename _Alloc, typename... _Args>
65 : is_constructible<_Tp, _Alloc, _Args...>
66 { static_assert( uses_allocator<_Tp, _Alloc>::value, "uses allocator" ); }
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_tempbuf.h 47 template <class _Tp>
48 pair<_Tp*, ptrdiff_t> _STLP_CALL
49 __get_temporary_buffer(ptrdiff_t __len, _Tp*);
53 template <class _Tp>
54 inline pair<_Tp*, ptrdiff_t> _STLP_CALL get_temporary_buffer(ptrdiff_t __len) {
55 return __get_temporary_buffer(__len, (_Tp*) 0);
64 template <class _Tp>
65 inline pair<_Tp*, ptrdiff_t> _STLP_CALL
66 get_temporary_buffer(ptrdiff_t __len, _Tp*) {
67 return __get_temporary_buffer(__len, (_Tp*) 0)
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_tempbuf.h 47 template <class _Tp>
48 pair<_Tp*, ptrdiff_t> _STLP_CALL
49 __get_temporary_buffer(ptrdiff_t __len, _Tp*);
53 template <class _Tp>
54 inline pair<_Tp*, ptrdiff_t> _STLP_CALL get_temporary_buffer(ptrdiff_t __len) {
55 return __get_temporary_buffer(__len, (_Tp*) 0);
64 template <class _Tp>
65 inline pair<_Tp*, ptrdiff_t> _STLP_CALL
66 get_temporary_buffer(ptrdiff_t __len, _Tp*) {
67 return __get_temporary_buffer(__len, (_Tp*) 0)
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
allocator.h 65 template<typename _Tp>
91 template<typename _Tp>
92 class allocator: public __glibcxx_base_allocator<_Tp>
97 typedef _Tp* pointer;
98 typedef const _Tp* const_pointer;
99 typedef _Tp& reference;
100 typedef const _Tp& const_reference;
101 typedef _Tp value_type;
110 : __glibcxx_base_allocator<_Tp>(__a) { }
125 template<typename _Tp>
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
ptr_traits.h 44 template<typename _Tp, bool = __has_element_type<_Tp>::value>
47 template<typename _Tp>
48 struct __ptrtr_elt_type<_Tp, true>
50 typedef typename _Tp::element_type __type;
53 template<template<typename, typename...> class _SomePtr, typename _Tp,
55 struct __ptrtr_elt_type<_SomePtr<_Tp, _Args...>, false>
57 typedef _Tp __type;
60 template<typename _Tp, bool = __has_difference_type<_Tp>::value
    [all...]
uses_allocator.h 45 template<typename _Tp, typename _Alloc,
46 bool = __has_allocator_type<_Tp>::value>
50 template<typename _Tp, typename _Alloc>
51 struct __uses_allocator_helper<_Tp, _Alloc, true>
53 typename _Tp::allocator_type>::value>
57 template<typename _Tp, typename _Alloc>
60 __uses_allocator_helper<_Tp, _Alloc>::value>
63 template<typename _Tp, typename _Alloc, typename... _Args>
65 : is_constructible<_Tp, _Alloc, _Args...>
66 { static_assert( uses_allocator<_Tp, _Alloc>::value, "uses allocator" ); }
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
ptr_traits.h 44 template<typename _Tp, bool = __has_element_type<_Tp>::value>
47 template<typename _Tp>
48 struct __ptrtr_elt_type<_Tp, true>
50 typedef typename _Tp::element_type __type;
53 template<template<typename, typename...> class _SomePtr, typename _Tp,
55 struct __ptrtr_elt_type<_SomePtr<_Tp, _Args...>, false>
57 typedef _Tp __type;
60 template<typename _Tp, bool = __has_difference_type<_Tp>::value
    [all...]
uses_allocator.h 45 template<typename _Tp, typename _Alloc,
46 bool = __has_allocator_type<_Tp>::value>
50 template<typename _Tp, typename _Alloc>
51 struct __uses_allocator_helper<_Tp, _Alloc, true>
53 typename _Tp::allocator_type>::value>
57 template<typename _Tp, typename _Alloc>
60 __uses_allocator_helper<_Tp, _Alloc>::value>
63 template<typename _Tp, typename _Alloc, typename... _Args>
65 : is_constructible<_Tp, _Alloc, _Args...>
66 { static_assert( uses_allocator<_Tp, _Alloc>::value, "uses allocator" ); }
    [all...]
  /external/clang/test/PCH/
chain-staticvar-instantiation.cpp 13 template <class _Tp, _Tp __v>
16 static const _Tp value = __v;
19 template <class _Tp, _Tp __v>
20 const _Tp TS<_Tp, __v>::value;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
stl_raw_storage_iter.h 66 template <class _OutputIterator, class _Tp>
82 operator=(const _Tp& __element)
88 raw_storage_iterator<_OutputIterator, _Tp>&
95 raw_storage_iterator<_OutputIterator, _Tp>
98 raw_storage_iterator<_OutputIterator, _Tp> __tmp = *this;
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_raw_storage_iter.h 66 template <class _OutputIterator, class _Tp>
82 operator=(const _Tp& __element)
88 raw_storage_iterator<_OutputIterator, _Tp>&
95 raw_storage_iterator<_OutputIterator, _Tp>
98 raw_storage_iterator<_OutputIterator, _Tp> __tmp = *this;
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_raw_storage_iter.h 66 template <class _OutputIterator, class _Tp>
82 operator=(const _Tp& __element)
88 raw_storage_iterator<_OutputIterator, _Tp>&
95 raw_storage_iterator<_OutputIterator, _Tp>
98 raw_storage_iterator<_OutputIterator, _Tp> __tmp = *this;
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_raw_storage_iter.h 66 template <class _OutputIterator, class _Tp>
82 operator=(const _Tp& __element)
88 raw_storage_iterator<_OutputIterator, _Tp>&
95 raw_storage_iterator<_OutputIterator, _Tp>
98 raw_storage_iterator<_OutputIterator, _Tp> __tmp = *this;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
stl_raw_storage_iter.h 66 template <class _OutputIterator, class _Tp>
82 operator=(const _Tp& __element)
88 raw_storage_iterator<_OutputIterator, _Tp>&
95 raw_storage_iterator<_OutputIterator, _Tp>
98 raw_storage_iterator<_OutputIterator, _Tp> __tmp = *this;
  /external/stlport/stlport/stl/
_iterator_base.h 57 template <class _Category, class _Tp, _STLP_DFL_TMPL_PARAM(_Distance,ptrdiff_t),
58 _STLP_DFL_TMPL_PARAM(_Pointer,_Tp*), _STLP_DFL_TMPL_PARAM(_Reference,_Tp&) >
61 typedef _Tp value_type;
78 # define _STLP_ITERATOR_CATEGORY(_It, _Tp) _STLP_STD::iterator_category(_It)
79 # define _STLP_DISTANCE_TYPE(_It, _Tp) _STLP_STD::distance_type(_It)
80 # define _STLP_VALUE_TYPE(_It, _Tp) _STLP_STD::value_type(_It)
83 # define _STLP_IS_REF_TYPE_REAL_REF(_It, _Tp) __false_type()
86 # define _STLP_VALUE_TYPE(_It, _Tp) (_STLP_TYPENAME _STLP_STD::iterator_traits< _Tp >::value_type*)
    [all...]
_valarray.c 35 template <class _Tp>
36 _Valarray_bool valarray<_Tp>:: operator!() const {
44 template <class _Tp>
45 valarray<_Tp>& valarray<_Tp>::operator=(const slice_array<_Tp>& __x) {
55 template <class _Tp>
56 valarray<_Tp> valarray<_Tp>::operator[](slice __slice) const {
57 valarray<_Tp> __tmp(__slice.size(), _NoInit())
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_iterator_base.h 57 template <class _Category, class _Tp, _STLP_DFL_TMPL_PARAM(_Distance,ptrdiff_t),
58 _STLP_DFL_TMPL_PARAM(_Pointer,_Tp*), _STLP_DFL_TMPL_PARAM(_Reference,_Tp&) >
61 typedef _Tp value_type;
78 # define _STLP_ITERATOR_CATEGORY(_It, _Tp) _STLP_STD::iterator_category(_It)
79 # define _STLP_DISTANCE_TYPE(_It, _Tp) _STLP_STD::distance_type(_It)
80 # define _STLP_VALUE_TYPE(_It, _Tp) _STLP_STD::value_type(_It)
83 # define _STLP_IS_REF_TYPE_REAL_REF(_It, _Tp) __false_type()
86 # define _STLP_VALUE_TYPE(_It, _Tp) (_STLP_TYPENAME _STLP_STD::iterator_traits< _Tp >::value_type*)
    [all...]
_valarray.c 35 template <class _Tp>
36 _Valarray_bool valarray<_Tp>:: operator!() const {
44 template <class _Tp>
45 valarray<_Tp>& valarray<_Tp>::operator=(const slice_array<_Tp>& __x) {
55 template <class _Tp>
56 valarray<_Tp> valarray<_Tp>::operator[](slice __slice) const {
57 valarray<_Tp> __tmp(__slice.size(), _NoInit())
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_iterator_base.h 57 template <class _Category, class _Tp, _STLP_DFL_TMPL_PARAM(_Distance,ptrdiff_t),
58 _STLP_DFL_TMPL_PARAM(_Pointer,_Tp*), _STLP_DFL_TMPL_PARAM(_Reference,_Tp&) >
61 typedef _Tp value_type;
78 # define _STLP_ITERATOR_CATEGORY(_It, _Tp) _STLP_STD::iterator_category(_It)
79 # define _STLP_DISTANCE_TYPE(_It, _Tp) _STLP_STD::distance_type(_It)
80 # define _STLP_VALUE_TYPE(_It, _Tp) _STLP_STD::value_type(_It)
83 # define _STLP_IS_REF_TYPE_REAL_REF(_It, _Tp) __false_type()
86 # define _STLP_VALUE_TYPE(_It, _Tp) (_STLP_TYPENAME _STLP_STD::iterator_traits< _Tp >::value_type*)
    [all...]
_valarray.c 35 template <class _Tp>
36 _Valarray_bool valarray<_Tp>:: operator!() const {
44 template <class _Tp>
45 valarray<_Tp>& valarray<_Tp>::operator=(const slice_array<_Tp>& __x) {
55 template <class _Tp>
56 valarray<_Tp> valarray<_Tp>::operator[](slice __slice) const {
57 valarray<_Tp> __tmp(__slice.size(), _NoInit())
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_iterator_base.h 57 template <class _Category, class _Tp, _STLP_DFL_TMPL_PARAM(_Distance,ptrdiff_t),
58 _STLP_DFL_TMPL_PARAM(_Pointer,_Tp*), _STLP_DFL_TMPL_PARAM(_Reference,_Tp&) >
61 typedef _Tp value_type;
78 # define _STLP_ITERATOR_CATEGORY(_It, _Tp) _STLP_STD::iterator_category(_It)
79 # define _STLP_DISTANCE_TYPE(_It, _Tp) _STLP_STD::distance_type(_It)
80 # define _STLP_VALUE_TYPE(_It, _Tp) _STLP_STD::value_type(_It)
83 # define _STLP_IS_REF_TYPE_REAL_REF(_It, _Tp) __false_type()
86 # define _STLP_VALUE_TYPE(_It, _Tp) (_STLP_TYPENAME _STLP_STD::iterator_traits< _Tp >::value_type*)
    [all...]
_valarray.c 35 template <class _Tp>
36 _Valarray_bool valarray<_Tp>:: operator!() const {
44 template <class _Tp>
45 valarray<_Tp>& valarray<_Tp>::operator=(const slice_array<_Tp>& __x) {
55 template <class _Tp>
56 valarray<_Tp> valarray<_Tp>::operator[](slice __slice) const {
57 valarray<_Tp> __tmp(__slice.size(), _NoInit())
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_iterator_base.h 57 template <class _Category, class _Tp, _STLP_DFL_TMPL_PARAM(_Distance,ptrdiff_t),
58 _STLP_DFL_TMPL_PARAM(_Pointer,_Tp*), _STLP_DFL_TMPL_PARAM(_Reference,_Tp&) >
61 typedef _Tp value_type;
78 # define _STLP_ITERATOR_CATEGORY(_It, _Tp) _STLP_STD::iterator_category(_It)
79 # define _STLP_DISTANCE_TYPE(_It, _Tp) _STLP_STD::distance_type(_It)
80 # define _STLP_VALUE_TYPE(_It, _Tp) _STLP_STD::value_type(_It)
83 # define _STLP_IS_REF_TYPE_REAL_REF(_It, _Tp) __false_type()
86 # define _STLP_VALUE_TYPE(_It, _Tp) (_STLP_TYPENAME _STLP_STD::iterator_traits< _Tp >::value_type*)
    [all...]

Completed in 4897 milliseconds

1 2 3 4 5 67 8 91011>>