HomeSort by relevance Sort by last modified time
    Searched refs:_Tp (Results 176 - 200 of 1542) sorted by null

1 2 3 4 5 6 78 91011>>

  /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...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/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/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
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/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
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/gnu-libstdc++/4.7/include/bits/
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/misc/common/swig/include/2.0.11/std/
std_stack.i 59 template<class _Tp, class _Sequence = std::deque<_Tp> >
63 typedef _Tp value_type;
68 %traits_swigtype(_Tp);
70 %fragment(SWIG_Traits_frag(std::stack<_Tp, _Sequence >), "header",
71 fragment=SWIG_Traits_frag(_Tp),
74 template <> struct traits<std::stack<_Tp, _Sequence > > {
77 return "std::stack<" #_Tp "," #_Sequence " >";
83 %typemap_traits_ptr(SWIG_TYPECHECK_STACK, std::stack<_Tp, _Sequence >);
87 %swig_stack_methods(std::stack<_Tp, _Sequence >)
    [all...]
  /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...]
_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...]

Completed in 794 milliseconds

1 2 3 4 5 6 78 91011>>