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

12 3 4 5 6 7 8 91011>>

  /external/stlport/stlport/stl/
_function_base.h 64 template <class _Tp>
65 struct equal_to : public binary_function<_Tp, _Tp, bool> {
66 bool operator()(const _Tp& __x, const _Tp& __y) const { return __x == __y; }
69 template <class _Tp>
70 struct less : public binary_function<_Tp,_Tp,bool>
76 , public __stlport_class<less<_Tp> >
79 bool operator()(const _Tp& __x, const _Tp& __y) const { return __x < __y;
    [all...]
_carray.h 35 template <class _Tp, size_t _Nb>
37 _CArray (const _Tp& __val) {
39 _Copy_Construct(__REINTERPRET_CAST(_Tp*, _M_data + __i * sizeof(_Tp)), __val);
44 _Destroy_Range(__REINTERPRET_CAST(_Tp*, _M_data + 0),
45 __REINTERPRET_CAST(_Tp*, _M_data + _Nb * sizeof(_Tp)));
48 _Tp& operator [] (size_t __i) {
50 return *__REINTERPRET_CAST(_Tp*, _M_data + __i * sizeof(_Tp));
    [all...]
_tempbuf.c 35 template <class _Tp>
36 pair<_Tp*, ptrdiff_t> _STLP_CALL
37 __get_temporary_buffer(ptrdiff_t __len, _Tp*)
39 if (__len > ptrdiff_t(INT_MAX / sizeof(_Tp)))
40 __len = INT_MAX / sizeof(_Tp);
43 _Tp* __tmp = (_Tp*) malloc((size_t)__len * sizeof(_Tp));
45 return pair<_Tp*, ptrdiff_t>(__tmp, __len);
49 return pair<_Tp*, ptrdiff_t>((_Tp*)0, 0)
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_function_base.h 64 template <class _Tp>
65 struct equal_to : public binary_function<_Tp, _Tp, bool> {
66 bool operator()(const _Tp& __x, const _Tp& __y) const { return __x == __y; }
69 template <class _Tp>
70 struct less : public binary_function<_Tp,_Tp,bool>
76 , public __stlport_class<less<_Tp> >
79 bool operator()(const _Tp& __x, const _Tp& __y) const { return __x < __y;
    [all...]
_carray.h 35 template <class _Tp, size_t _Nb>
37 _CArray (const _Tp& __val) {
39 _Copy_Construct(__REINTERPRET_CAST(_Tp*, _M_data + __i * sizeof(_Tp)), __val);
44 _Destroy_Range(__REINTERPRET_CAST(_Tp*, _M_data + 0),
45 __REINTERPRET_CAST(_Tp*, _M_data + _Nb * sizeof(_Tp)));
48 _Tp& operator [] (size_t __i) {
50 return *__REINTERPRET_CAST(_Tp*, _M_data + __i * sizeof(_Tp));
    [all...]
_tempbuf.c 35 template <class _Tp>
36 pair<_Tp*, ptrdiff_t> _STLP_CALL
37 __get_temporary_buffer(ptrdiff_t __len, _Tp*)
39 if (__len > ptrdiff_t(INT_MAX / sizeof(_Tp)))
40 __len = INT_MAX / sizeof(_Tp);
43 _Tp* __tmp = (_Tp*) malloc((size_t)__len * sizeof(_Tp));
45 return pair<_Tp*, ptrdiff_t>(__tmp, __len);
49 return pair<_Tp*, ptrdiff_t>((_Tp*)0, 0)
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_function_base.h 64 template <class _Tp>
65 struct equal_to : public binary_function<_Tp, _Tp, bool> {
66 bool operator()(const _Tp& __x, const _Tp& __y) const { return __x == __y; }
69 template <class _Tp>
70 struct less : public binary_function<_Tp,_Tp,bool>
76 , public __stlport_class<less<_Tp> >
79 bool operator()(const _Tp& __x, const _Tp& __y) const { return __x < __y;
    [all...]
_carray.h 35 template <class _Tp, size_t _Nb>
37 _CArray (const _Tp& __val) {
39 _Copy_Construct(__REINTERPRET_CAST(_Tp*, _M_data + __i * sizeof(_Tp)), __val);
44 _Destroy_Range(__REINTERPRET_CAST(_Tp*, _M_data + 0),
45 __REINTERPRET_CAST(_Tp*, _M_data + _Nb * sizeof(_Tp)));
48 _Tp& operator [] (size_t __i) {
50 return *__REINTERPRET_CAST(_Tp*, _M_data + __i * sizeof(_Tp));
    [all...]
_tempbuf.c 35 template <class _Tp>
36 pair<_Tp*, ptrdiff_t> _STLP_CALL
37 __get_temporary_buffer(ptrdiff_t __len, _Tp*)
39 if (__len > ptrdiff_t(INT_MAX / sizeof(_Tp)))
40 __len = INT_MAX / sizeof(_Tp);
43 _Tp* __tmp = (_Tp*) malloc((size_t)__len * sizeof(_Tp));
45 return pair<_Tp*, ptrdiff_t>(__tmp, __len);
49 return pair<_Tp*, ptrdiff_t>((_Tp*)0, 0)
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_function_base.h 64 template <class _Tp>
65 struct equal_to : public binary_function<_Tp, _Tp, bool> {
66 bool operator()(const _Tp& __x, const _Tp& __y) const { return __x == __y; }
69 template <class _Tp>
70 struct less : public binary_function<_Tp,_Tp,bool>
76 , public __stlport_class<less<_Tp> >
79 bool operator()(const _Tp& __x, const _Tp& __y) const { return __x < __y;
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_function_base.h 64 template <class _Tp>
65 struct equal_to : public binary_function<_Tp, _Tp, bool> {
66 bool operator()(const _Tp& __x, const _Tp& __y) const { return __x == __y; }
69 template <class _Tp>
70 struct less : public binary_function<_Tp,_Tp,bool>
76 , public __stlport_class<less<_Tp> >
79 bool operator()(const _Tp& __x, const _Tp& __y) const { return __x < __y;
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_function_base.h 64 template <class _Tp>
65 struct equal_to : public binary_function<_Tp, _Tp, bool> {
66 bool operator()(const _Tp& __x, const _Tp& __y) const { return __x == __y; }
69 template <class _Tp>
70 struct less : public binary_function<_Tp,_Tp,bool>
76 , public __stlport_class<less<_Tp> >
79 bool operator()(const _Tp& __x, const _Tp& __y) const { return __x < __y;
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_function_base.h 64 template <class _Tp>
65 struct equal_to : public binary_function<_Tp, _Tp, bool> {
66 bool operator()(const _Tp& __x, const _Tp& __y) const { return __x == __y; }
69 template <class _Tp>
70 struct less : public binary_function<_Tp,_Tp,bool>
76 , public __stlport_class<less<_Tp> >
79 bool operator()(const _Tp& __x, const _Tp& __y) const { return __x < __y;
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
stl_function.h 134 template<typename _Tp>
135 struct plus : public binary_function<_Tp, _Tp, _Tp>
137 _Tp
138 operator()(const _Tp& __x, const _Tp& __y) const
143 template<typename _Tp>
144 struct minus : public binary_function<_Tp, _Tp, _Tp
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
stl_function.h 140 template<typename _Tp>
141 struct plus : public binary_function<_Tp, _Tp, _Tp>
143 _Tp
144 operator()(const _Tp& __x, const _Tp& __y) const
149 template<typename _Tp>
150 struct minus : public binary_function<_Tp, _Tp, _Tp
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
stl_function.h 140 template<typename _Tp>
141 struct plus : public binary_function<_Tp, _Tp, _Tp>
143 _Tp
144 operator()(const _Tp& __x, const _Tp& __y) const
149 template<typename _Tp>
150 struct minus : public binary_function<_Tp, _Tp, _Tp
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_function.h 134 template<typename _Tp>
135 struct plus : public binary_function<_Tp, _Tp, _Tp>
137 _Tp
138 operator()(const _Tp& __x, const _Tp& __y) const
143 template<typename _Tp>
144 struct minus : public binary_function<_Tp, _Tp, _Tp
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_function.h 134 template<typename _Tp>
135 struct plus : public binary_function<_Tp, _Tp, _Tp>
137 _Tp
138 operator()(const _Tp& __x, const _Tp& __y) const
143 template<typename _Tp>
144 struct minus : public binary_function<_Tp, _Tp, _Tp
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_function.h 134 template<typename _Tp>
135 struct plus : public binary_function<_Tp, _Tp, _Tp>
137 _Tp
138 operator()(const _Tp& __x, const _Tp& __y) const
143 template<typename _Tp>
144 struct minus : public binary_function<_Tp, _Tp, _Tp
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
stl_function.h 134 template<typename _Tp>
135 struct plus : public binary_function<_Tp, _Tp, _Tp>
137 _Tp
138 operator()(const _Tp& __x, const _Tp& __y) const
143 template<typename _Tp>
144 struct minus : public binary_function<_Tp, _Tp, _Tp
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
stl_function.h 140 template<typename _Tp>
141 struct plus : public binary_function<_Tp, _Tp, _Tp>
143 _Tp
144 operator()(const _Tp& __x, const _Tp& __y) const
149 template<typename _Tp>
150 struct minus : public binary_function<_Tp, _Tp, _Tp
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
stl_function.h 141 template<typename _Tp>
142 struct plus : public binary_function<_Tp, _Tp, _Tp>
144 _Tp
145 operator()(const _Tp& __x, const _Tp& __y) const
150 template<typename _Tp>
151 struct minus : public binary_function<_Tp, _Tp, _Tp
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
stl_function.h 140 template<typename _Tp>
141 struct plus : public binary_function<_Tp, _Tp, _Tp>
143 _Tp
144 operator()(const _Tp& __x, const _Tp& __y) const
149 template<typename _Tp>
150 struct minus : public binary_function<_Tp, _Tp, _Tp
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
stl_function.h 141 template<typename _Tp>
142 struct plus : public binary_function<_Tp, _Tp, _Tp>
144 _Tp
145 operator()(const _Tp& __x, const _Tp& __y) const
150 template<typename _Tp>
151 struct minus : public binary_function<_Tp, _Tp, _Tp
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
stl_function.h 139 template<typename _Tp>
140 struct plus : public binary_function<_Tp, _Tp, _Tp>
142 _Tp
143 operator()(const _Tp& __x, const _Tp& __y) const
148 template<typename _Tp>
149 struct minus : public binary_function<_Tp, _Tp, _Tp
    [all...]

Completed in 1022 milliseconds

12 3 4 5 6 7 8 91011>>