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

<<21222324252627282930>>

  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_complex.h 35 template <class _Tp>
37 typedef _Tp value_type;
38 typedef complex<_Tp> _Self;
617 template <class _Tp>
618 inline complex<_Tp> _STLP_CALL operator+(const complex<_Tp>& __z)
621 template <class _Tp>
622 inline complex<_Tp> _STLP_CALL operator-(const complex<_Tp>& __z)
623 { return complex<_Tp>(-__z._M_re, -__z._M_im);
    [all...]
_stack.h 40 template <class _Tp, class _Sequence = deque<_Tp> >
42 # define _STLP_STACK_ARGS _Tp
43 template <class _Tp>
45 template <class _Tp, class _Sequence>
50 : public __stlport_class<stack<_Tp> >
52 : public __stlport_class<stack<_Tp, _Sequence> >
57 typedef deque<_Tp> _Sequence;
58 typedef stack<_Tp> _Self;
60 typedef stack<_Tp, _Sequence> _Self
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_complex.h 35 template <class _Tp>
37 typedef _Tp value_type;
38 typedef complex<_Tp> _Self;
617 template <class _Tp>
618 inline complex<_Tp> _STLP_CALL operator+(const complex<_Tp>& __z)
621 template <class _Tp>
622 inline complex<_Tp> _STLP_CALL operator-(const complex<_Tp>& __z)
623 { return complex<_Tp>(-__z._M_re, -__z._M_im);
    [all...]
_stack.h 40 template <class _Tp, class _Sequence = deque<_Tp> >
42 # define _STLP_STACK_ARGS _Tp
43 template <class _Tp>
45 template <class _Tp, class _Sequence>
50 : public __stlport_class<stack<_Tp> >
52 : public __stlport_class<stack<_Tp, _Sequence> >
57 typedef deque<_Tp> _Sequence;
58 typedef stack<_Tp> _Self;
60 typedef stack<_Tp, _Sequence> _Self
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_complex.h 35 template <class _Tp>
37 typedef _Tp value_type;
38 typedef complex<_Tp> _Self;
617 template <class _Tp>
618 inline complex<_Tp> _STLP_CALL operator+(const complex<_Tp>& __z)
621 template <class _Tp>
622 inline complex<_Tp> _STLP_CALL operator-(const complex<_Tp>& __z)
623 { return complex<_Tp>(-__z._M_re, -__z._M_im);
    [all...]
_stack.h 40 template <class _Tp, class _Sequence = deque<_Tp> >
42 # define _STLP_STACK_ARGS _Tp
43 template <class _Tp>
45 template <class _Tp, class _Sequence>
50 : public __stlport_class<stack<_Tp> >
52 : public __stlport_class<stack<_Tp, _Sequence> >
57 typedef deque<_Tp> _Sequence;
58 typedef stack<_Tp> _Self;
60 typedef stack<_Tp, _Sequence> _Self
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/
alloc_traits.h 53 template<typename _Tp>
54 struct __allocator_always_compares_equal<std::allocator<_Tp>>
57 template<typename _Tp>
58 const bool __allocator_always_compares_equal<std::allocator<_Tp>>::value;
62 template<typename _Tp, typename _Array>
63 struct __allocator_always_compares_equal<array_allocator<_Tp, _Array>>
66 template<typename _Tp, typename _Array>
68 __allocator_always_compares_equal<array_allocator<_Tp, _Array>>::value;
72 template<typename _Tp>
73 struct __allocator_always_compares_equal<bitmap_allocator<_Tp>>
    [all...]
  /external/stlport/stlport/stl/
_stack.h 40 template <class _Tp, class _Sequence = deque<_Tp> >
42 # define _STLP_STACK_ARGS _Tp
43 template <class _Tp>
45 template <class _Tp, class _Sequence>
50 : public __stlport_class<stack<_Tp> >
52 : public __stlport_class<stack<_Tp, _Sequence> >
57 typedef deque<_Tp> _Sequence;
58 typedef stack<_Tp> _Self;
60 typedef stack<_Tp, _Sequence> _Self
    [all...]
_vector.c 39 template <class _Tp, class _Alloc>
40 void _Vector_base<_Tp,_Alloc>::_M_throw_length_error() const
43 template <class _Tp, class _Alloc>
44 void _Vector_base<_Tp, _Alloc>::_M_throw_out_of_range() const
56 # define __iterator__ _Tp*
58 # define __iterator__ _STLP_TYPENAME_ON_RETURN_TYPE vector<_Tp, _Alloc>::iterator
61 template <class _Tp, class _Alloc>
62 void vector<_Tp, _Alloc>::reserve(size_type __n) {
80 template <class _Tp, class _Alloc>
81 void vector<_Tp, _Alloc>::_M_insert_overflow_aux(pointer __pos, const _Tp& __x, const __false_type& /*DO NOT USE!! (…)
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_stack.h 40 template <class _Tp, class _Sequence = deque<_Tp> >
42 # define _STLP_STACK_ARGS _Tp
43 template <class _Tp>
45 template <class _Tp, class _Sequence>
50 : public __stlport_class<stack<_Tp> >
52 : public __stlport_class<stack<_Tp, _Sequence> >
57 typedef deque<_Tp> _Sequence;
58 typedef stack<_Tp> _Self;
60 typedef stack<_Tp, _Sequence> _Self
    [all...]
_vector.c 39 template <class _Tp, class _Alloc>
40 void _Vector_base<_Tp,_Alloc>::_M_throw_length_error() const
43 template <class _Tp, class _Alloc>
44 void _Vector_base<_Tp, _Alloc>::_M_throw_out_of_range() const
56 # define __iterator__ _Tp*
58 # define __iterator__ _STLP_TYPENAME_ON_RETURN_TYPE vector<_Tp, _Alloc>::iterator
61 template <class _Tp, class _Alloc>
62 void vector<_Tp, _Alloc>::reserve(size_type __n) {
80 template <class _Tp, class _Alloc>
81 void vector<_Tp, _Alloc>::_M_insert_overflow_aux(pointer __pos, const _Tp& __x, const __false_type& /*DO NOT USE!! (…)
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
stream_iterator.h 40 template<typename _Tp, typename _CharT = char,
43 : public iterator<input_iterator_tag, _Tp, _Dist, const _Tp*, const _Tp&>
52 _Tp _M_value;
70 const _Tp&
79 const _Tp*
121 template<typename _Tp, typename _CharT, typename _Traits, typename _Dist>
123 operator==(const istream_iterator<_Tp, _CharT, _Traits, _Dist>& __x,
124 const istream_iterator<_Tp, _CharT, _Traits, _Dist>& __y
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
stream_iterator.h 47 template<typename _Tp, typename _CharT = char,
50 : public iterator<input_iterator_tag, _Tp, _Dist, const _Tp*, const _Tp&>
59 _Tp _M_value;
77 const _Tp&
86 const _Tp*
128 template<typename _Tp, typename _CharT, typename _Traits, typename _Dist>
130 operator==(const istream_iterator<_Tp, _CharT, _Traits, _Dist>& __x,
131 const istream_iterator<_Tp, _CharT, _Traits, _Dist>& __y
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
stream_iterator.h 47 template<typename _Tp, typename _CharT = char,
50 : public iterator<input_iterator_tag, _Tp, _Dist, const _Tp*, const _Tp&>
59 _Tp _M_value;
77 const _Tp&
86 const _Tp*
128 template<typename _Tp, typename _CharT, typename _Traits, typename _Dist>
130 operator==(const istream_iterator<_Tp, _CharT, _Traits, _Dist>& __x,
131 const istream_iterator<_Tp, _CharT, _Traits, _Dist>& __y
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
stream_iterator.h 40 template<typename _Tp, typename _CharT = char,
43 : public iterator<input_iterator_tag, _Tp, _Dist, const _Tp*, const _Tp&>
52 _Tp _M_value;
70 const _Tp&
79 const _Tp*
121 template<typename _Tp, typename _CharT, typename _Traits, typename _Dist>
123 operator==(const istream_iterator<_Tp, _CharT, _Traits, _Dist>& __x,
124 const istream_iterator<_Tp, _CharT, _Traits, _Dist>& __y
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_stack.h 40 template <class _Tp, class _Sequence = deque<_Tp> >
42 # define _STLP_STACK_ARGS _Tp
43 template <class _Tp>
45 template <class _Tp, class _Sequence>
50 : public __stlport_class<stack<_Tp> >
52 : public __stlport_class<stack<_Tp, _Sequence> >
57 typedef deque<_Tp> _Sequence;
58 typedef stack<_Tp> _Self;
60 typedef stack<_Tp, _Sequence> _Self
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
stream_iterator.h 40 template<typename _Tp, typename _CharT = char,
43 : public iterator<input_iterator_tag, _Tp, _Dist, const _Tp*, const _Tp&>
52 _Tp _M_value;
70 const _Tp&
79 const _Tp*
121 template<typename _Tp, typename _CharT, typename _Traits, typename _Dist>
123 operator==(const istream_iterator<_Tp, _CharT, _Traits, _Dist>& __x,
124 const istream_iterator<_Tp, _CharT, _Traits, _Dist>& __y
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_stack.h 40 template <class _Tp, class _Sequence = deque<_Tp> >
42 # define _STLP_STACK_ARGS _Tp
43 template <class _Tp>
45 template <class _Tp, class _Sequence>
50 : public __stlport_class<stack<_Tp> >
52 : public __stlport_class<stack<_Tp, _Sequence> >
57 typedef deque<_Tp> _Sequence;
58 typedef stack<_Tp> _Self;
60 typedef stack<_Tp, _Sequence> _Self
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
stream_iterator.h 40 template<typename _Tp, typename _CharT = char,
43 : public iterator<input_iterator_tag, _Tp, _Dist, const _Tp*, const _Tp&>
52 _Tp _M_value;
70 const _Tp&
79 const _Tp*
121 template<typename _Tp, typename _CharT, typename _Traits, typename _Dist>
123 operator==(const istream_iterator<_Tp, _CharT, _Traits, _Dist>& __x,
124 const istream_iterator<_Tp, _CharT, _Traits, _Dist>& __y
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
stream_iterator.h 40 template<typename _Tp, typename _CharT = char,
43 : public iterator<input_iterator_tag, _Tp, _Dist, const _Tp*, const _Tp&>
52 _Tp _M_value;
70 const _Tp&
79 const _Tp*
121 template<typename _Tp, typename _CharT, typename _Traits, typename _Dist>
123 operator==(const istream_iterator<_Tp, _CharT, _Traits, _Dist>& __x,
124 const istream_iterator<_Tp, _CharT, _Traits, _Dist>& __y
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
stream_iterator.h 47 template<typename _Tp, typename _CharT = char,
50 : public iterator<input_iterator_tag, _Tp, _Dist, const _Tp*, const _Tp&>
59 _Tp _M_value;
77 const _Tp&
86 const _Tp*
128 template<typename _Tp, typename _CharT, typename _Traits, typename _Dist>
130 operator==(const istream_iterator<_Tp, _CharT, _Traits, _Dist>& __x,
131 const istream_iterator<_Tp, _CharT, _Traits, _Dist>& __y
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
stream_iterator.h 47 template<typename _Tp, typename _CharT = char,
50 : public iterator<input_iterator_tag, _Tp, _Dist, const _Tp*, const _Tp&>
59 _Tp _M_value;
77 const _Tp&
86 const _Tp*
128 template<typename _Tp, typename _CharT, typename _Traits, typename _Dist>
130 operator==(const istream_iterator<_Tp, _CharT, _Traits, _Dist>& __x,
131 const istream_iterator<_Tp, _CharT, _Traits, _Dist>& __y
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
stream_iterator.h 47 template<typename _Tp, typename _CharT = char,
50 : public iterator<input_iterator_tag, _Tp, _Dist, const _Tp*, const _Tp&>
59 _Tp _M_value;
77 const _Tp&
86 const _Tp*
128 template<typename _Tp, typename _CharT, typename _Traits, typename _Dist>
130 operator==(const istream_iterator<_Tp, _CharT, _Traits, _Dist>& __x,
131 const istream_iterator<_Tp, _CharT, _Traits, _Dist>& __y
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
stream_iterator.h 47 template<typename _Tp, typename _CharT = char,
50 : public iterator<input_iterator_tag, _Tp, _Dist, const _Tp*, const _Tp&>
59 _Tp _M_value;
77 const _Tp&
86 const _Tp*
128 template<typename _Tp, typename _CharT, typename _Traits, typename _Dist>
130 operator==(const istream_iterator<_Tp, _CharT, _Traits, _Dist>& __x,
131 const istream_iterator<_Tp, _CharT, _Traits, _Dist>& __y
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
stream_iterator.h 47 template<typename _Tp, typename _CharT = char,
50 : public iterator<input_iterator_tag, _Tp, _Dist, const _Tp*, const _Tp&>
59 _Tp _M_value;
77 const _Tp&
86 const _Tp*
128 template<typename _Tp, typename _CharT, typename _Traits, typename _Dist>
130 operator==(const istream_iterator<_Tp, _CharT, _Traits, _Dist>& __x,
131 const istream_iterator<_Tp, _CharT, _Traits, _Dist>& __y
    [all...]

Completed in 1057 milliseconds

<<21222324252627282930>>