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

1 2 3 4 5 67 8 91011>>

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/parallel/
compatibility.h 54 template<typename _Tp>
55 inline _Tp
56 __add_omp(volatile _Tp* __ptr, _Tp __addend)
72 template<typename _Tp>
73 inline _Tp
74 __fetch_and_add(volatile _Tp* __ptr, _Tp __addend)
76 if (__atomic_always_lock_free(sizeof(_Tp), __ptr))
81 template<typename _Tp>
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/parallel/
compatibility.h 54 template<typename _Tp>
55 inline _Tp
56 __add_omp(volatile _Tp* __ptr, _Tp __addend)
72 template<typename _Tp>
73 inline _Tp
74 __fetch_and_add(volatile _Tp* __ptr, _Tp __addend)
76 if (__atomic_always_lock_free(sizeof(_Tp), __ptr))
81 template<typename _Tp>
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/parallel/
compatibility.h 54 template<typename _Tp>
55 inline _Tp
56 __add_omp(volatile _Tp* __ptr, _Tp __addend)
72 template<typename _Tp>
73 inline _Tp
74 __fetch_and_add(volatile _Tp* __ptr, _Tp __addend)
76 if (__atomic_always_lock_free(sizeof(_Tp), __ptr))
81 template<typename _Tp>
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
shared_ptr.h 64 template<typename _Ch, typename _Tr, typename _Tp, _Lock_policy _Lp>
67 const __shared_ptr<_Tp, _Lp>& __p)
74 template<typename _Del, typename _Tp, _Lock_policy _Lp>
76 get_deleter(const __shared_ptr<_Tp, _Lp>& __p) noexcept
92 template<typename _Tp>
93 class shared_ptr : public __shared_ptr<_Tp>
101 : __shared_ptr<_Tp>() { }
113 : __shared_ptr<_Tp>(__p) { }
130 : __shared_ptr<_Tp>(__p, __d) { }
147 : __shared_ptr<_Tp>(__p, __d) {
    [all...]
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...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
shared_ptr.h 64 template<typename _Ch, typename _Tr, typename _Tp, _Lock_policy _Lp>
67 const __shared_ptr<_Tp, _Lp>& __p)
74 template<typename _Del, typename _Tp, _Lock_policy _Lp>
76 get_deleter(const __shared_ptr<_Tp, _Lp>& __p) noexcept
92 template<typename _Tp>
93 class shared_ptr : public __shared_ptr<_Tp>
101 : __shared_ptr<_Tp>() { }
113 : __shared_ptr<_Tp>(__p) { }
130 : __shared_ptr<_Tp>(__p, __d) { }
147 : __shared_ptr<_Tp>(__p, __d) {
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
shared_ptr.h 64 template<typename _Ch, typename _Tr, typename _Tp, _Lock_policy _Lp>
67 const __shared_ptr<_Tp, _Lp>& __p)
74 template<typename _Del, typename _Tp, _Lock_policy _Lp>
76 get_deleter(const __shared_ptr<_Tp, _Lp>& __p) noexcept
92 template<typename _Tp>
93 class shared_ptr : public __shared_ptr<_Tp>
101 : __shared_ptr<_Tp>() { }
113 : __shared_ptr<_Tp>(__p) { }
130 : __shared_ptr<_Tp>(__p, __d) { }
147 : __shared_ptr<_Tp>(__p, __d) {
    [all...]
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...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
shared_ptr.h 64 template<typename _Ch, typename _Tr, typename _Tp, _Lock_policy _Lp>
67 const __shared_ptr<_Tp, _Lp>& __p)
74 template<typename _Del, typename _Tp, _Lock_policy _Lp>
76 get_deleter(const __shared_ptr<_Tp, _Lp>& __p) noexcept
92 template<typename _Tp>
93 class shared_ptr : public __shared_ptr<_Tp>
101 : __shared_ptr<_Tp>() { }
113 : __shared_ptr<_Tp>(__p) { }
130 : __shared_ptr<_Tp>(__p, __d) { }
147 : __shared_ptr<_Tp>(__p, __d) {
    [all...]
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...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
shared_ptr.h 64 template<typename _Ch, typename _Tr, typename _Tp, _Lock_policy _Lp>
67 const __shared_ptr<_Tp, _Lp>& __p)
74 template<typename _Del, typename _Tp, _Lock_policy _Lp>
76 get_deleter(const __shared_ptr<_Tp, _Lp>& __p) noexcept
92 template<typename _Tp>
93 class shared_ptr : public __shared_ptr<_Tp>
101 : __shared_ptr<_Tp>() { }
113 : __shared_ptr<_Tp>(__p) { }
130 : __shared_ptr<_Tp>(__p, __d) { }
147 : __shared_ptr<_Tp>(__p, __d) {
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
shared_ptr.h 64 template<typename _Ch, typename _Tr, typename _Tp, _Lock_policy _Lp>
67 const __shared_ptr<_Tp, _Lp>& __p)
74 template<typename _Del, typename _Tp, _Lock_policy _Lp>
76 get_deleter(const __shared_ptr<_Tp, _Lp>& __p) noexcept
92 template<typename _Tp>
93 class shared_ptr : public __shared_ptr<_Tp>
101 : __shared_ptr<_Tp>() { }
113 : __shared_ptr<_Tp>(__p) { }
130 : __shared_ptr<_Tp>(__p, __d) { }
147 : __shared_ptr<_Tp>(__p, __d) {
    [all...]
  /prebuilts/misc/common/swig/include/2.0.11/std/
std_vector.i 59 template<class _Tp, class _Alloc = allocator< _Tp > >
64 typedef _Tp value_type;
67 typedef _Tp& reference;
68 typedef const _Tp& const_reference;
71 %traits_swigtype(_Tp);
72 %traits_enum(_Tp);
74 %fragment(SWIG_Traits_frag(std::vector<_Tp, _Alloc >), "header",
75 fragment=SWIG_Traits_frag(_Tp),
78 template <> struct traits<std::vector<_Tp, _Alloc > >
    [all...]
std_deque.i 52 template<class _Tp, class _Alloc = allocator<_Tp> >
57 typedef _Tp value_type;
64 %traits_swigtype(_Tp);
66 %fragment(SWIG_Traits_frag(std::deque<_Tp, _Alloc >), "header",
67 fragment=SWIG_Traits_frag(_Tp),
70 template <> struct traits<std::deque<_Tp, _Alloc > > {
73 return "std::deque<" #_Tp " >";
79 %typemap_traits_ptr(SWIG_TYPECHECK_DEQUE, std::deque<_Tp, _Alloc >);
83 %swig_deque_methods(std::deque<_Tp, _Alloc >)
    [all...]
std_queue.i 60 template<class _Tp, class _Sequence = std::deque<_Tp> >
64 typedef _Tp value_type;
69 %traits_swigtype(_Tp);
71 %fragment(SWIG_Traits_frag(std::queue<_Tp, _Sequence >), "header",
72 fragment=SWIG_Traits_frag(_Tp),
75 template <> struct traits<std::queue<_Tp, _Sequence > > {
78 return "std::queue<" #_Tp "," #_Sequence " >";
84 %typemap_traits_ptr(SWIG_TYPECHECK_QUEUE, std::queue<_Tp, _Sequence >);
88 %swig_queue_methods(std::queue<_Tp, _Sequence >)
    [all...]
  /external/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...]
  /ndk/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/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/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/5/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/6/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/7/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/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/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...]

Completed in 3118 milliseconds

1 2 3 4 5 67 8 91011>>