HomeSort by relevance Sort by last modified time
    Searched refs:_Vector_base (Results 1 - 24 of 24) sorted by null

  /external/clang/test/CodeGenCXX/
2007-09-10-RecursiveTypeResolution.cpp 41 template < typename _Tp, typename _Alloc> struct _Vector_base
51 class vector:protected _Vector_base < _Tp,_Alloc >
  /external/stlport/stlport/stl/
_vector.h 58 class _Vector_base {
60 typedef _Vector_base<_Tp, _Alloc> _Self;
66 _Vector_base(const _Alloc& __a)
69 _Vector_base(size_t __n, const _Alloc& __a)
78 _Vector_base(__move_source<_Self> src)
86 ~_Vector_base() {
109 class vector : protected _STLP_PRIV _Vector_base<_Tp, _Alloc>
115 typedef _STLP_PRIV _Vector_base<_Tp, _Alloc> _Base;
217 : _STLP_PRIV _Vector_base<_Tp, _Alloc>(allocator_type()) {}
220 : _STLP_PRIV _Vector_base<_Tp, _Alloc>(__a) {
    [all...]
_vector.c 40 void _Vector_base<_Tp,_Alloc>::_M_throw_length_error() const
44 void _Vector_base<_Tp, _Alloc>::_M_throw_out_of_range() const
_hashtable.h 75 _STLP_EXPORT_TEMPLATE_CLASS _Vector_base<_Slist_node_base*,
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_vector.h 58 class _Vector_base {
60 typedef _Vector_base<_Tp, _Alloc> _Self;
66 _Vector_base(const _Alloc& __a)
69 _Vector_base(size_t __n, const _Alloc& __a)
78 _Vector_base(__move_source<_Self> src)
86 ~_Vector_base() {
109 class vector : protected _STLP_PRIV _Vector_base<_Tp, _Alloc>
115 typedef _STLP_PRIV _Vector_base<_Tp, _Alloc> _Base;
217 : _STLP_PRIV _Vector_base<_Tp, _Alloc>(allocator_type()) {}
220 : _STLP_PRIV _Vector_base<_Tp, _Alloc>(__a) {
    [all...]
_vector.c 40 void _Vector_base<_Tp,_Alloc>::_M_throw_length_error() const
44 void _Vector_base<_Tp, _Alloc>::_M_throw_out_of_range() const
_hashtable.h 75 _STLP_EXPORT_TEMPLATE_CLASS _Vector_base<_Slist_node_base*,
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/
_vector.h 58 class _Vector_base {
60 typedef _Vector_base<_Tp, _Alloc> _Self;
66 _Vector_base(const _Alloc& __a)
69 _Vector_base(size_t __n, const _Alloc& __a)
78 _Vector_base(__move_source<_Self> src)
86 ~_Vector_base() {
109 class vector : protected _STLP_PRIV _Vector_base<_Tp, _Alloc>
115 typedef _STLP_PRIV _Vector_base<_Tp, _Alloc> _Base;
217 : _STLP_PRIV _Vector_base<_Tp, _Alloc>(allocator_type()) {}
220 : _STLP_PRIV _Vector_base<_Tp, _Alloc>(__a) {
    [all...]
_vector.c 40 void _Vector_base<_Tp,_Alloc>::_M_throw_length_error() const
44 void _Vector_base<_Tp, _Alloc>::_M_throw_out_of_range() const
_hashtable.h 75 _STLP_EXPORT_TEMPLATE_CLASS _Vector_base<_Slist_node_base*,
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/
_vector.h 58 class _Vector_base {
60 typedef _Vector_base<_Tp, _Alloc> _Self;
66 _Vector_base(const _Alloc& __a)
69 _Vector_base(size_t __n, const _Alloc& __a)
78 _Vector_base(__move_source<_Self> src)
86 ~_Vector_base() {
109 class vector : protected _STLP_PRIV _Vector_base<_Tp, _Alloc>
115 typedef _STLP_PRIV _Vector_base<_Tp, _Alloc> _Base;
217 : _STLP_PRIV _Vector_base<_Tp, _Alloc>(allocator_type()) {}
220 : _STLP_PRIV _Vector_base<_Tp, _Alloc>(__a) {
    [all...]
_vector.c 40 void _Vector_base<_Tp,_Alloc>::_M_throw_length_error() const
44 void _Vector_base<_Tp, _Alloc>::_M_throw_out_of_range() const
_hashtable.h 75 _STLP_EXPORT_TEMPLATE_CLASS _Vector_base<_Slist_node_base*,
  /external/stlport/src/
dll_main.cpp 119 template class _STLP_CLASS_DECLSPEC _Vector_base<_Slist_node_base*,
141 template class _STLP_CLASS_DECLSPEC _Vector_base<locale::facet*, allocator<locale::facet*> >;
166 template class _STLP_CLASS_DECLSPEC _Vector_base<void*, allocator<void*> >;
locale_impl.h 40 _STLP_EXPORT_TEMPLATE_CLASS _Vector_base<locale::facet*, allocator<locale::facet*> >;
  /ndk/sources/cxx-stl/stlport/src/
dll_main.cpp 119 template class _STLP_CLASS_DECLSPEC _Vector_base<_Slist_node_base*,
141 template class _STLP_CLASS_DECLSPEC _Vector_base<locale::facet*, allocator<locale::facet*> >;
166 template class _STLP_CLASS_DECLSPEC _Vector_base<void*, allocator<void*> >;
locale_impl.h 40 _STLP_EXPORT_TEMPLATE_CLASS _Vector_base<locale::facet*, allocator<locale::facet*> >;
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
stl_vector.h 69 struct _Vector_base
104 _Vector_base()
107 _Vector_base(const allocator_type& __a)
110 _Vector_base(size_t __n, const allocator_type& __a)
119 _Vector_base(_Vector_base&& __x)
131 ~_Vector_base()
170 class vector : protected _Vector_base<_Tp, _Alloc>
177 typedef _Vector_base<_Tp, _Alloc> _Base;
    [all...]
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_vector.h 69 struct _Vector_base
104 _Vector_base()
107 _Vector_base(const allocator_type& __a)
110 _Vector_base(size_t __n, const allocator_type& __a)
119 _Vector_base(_Vector_base&& __x)
131 ~_Vector_base()
170 class vector : protected _Vector_base<_Tp, _Alloc>
177 typedef _Vector_base<_Tp, _Alloc> _Base;
    [all...]
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_vector.h 69 struct _Vector_base
104 _Vector_base()
107 _Vector_base(const allocator_type& __a)
110 _Vector_base(size_t __n, const allocator_type& __a)
119 _Vector_base(_Vector_base&& __x)
131 ~_Vector_base()
170 class vector : protected _Vector_base<_Tp, _Alloc>
177 typedef _Vector_base<_Tp, _Alloc> _Base;
    [all...]
  /external/stlport/stlport/stl/pointers/
_vector.h 32 _STLP_EXPORT_TEMPLATE_CLASS _STLP_PRIV _Vector_base<void*,allocator<void*> >;
  /ndk/sources/cxx-stl/stlport/stlport/stl/pointers/
_vector.h 32 _STLP_EXPORT_TEMPLATE_CLASS _STLP_PRIV _Vector_base<void*,allocator<void*> >;
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/pointers/
_vector.h 32 _STLP_EXPORT_TEMPLATE_CLASS _STLP_PRIV _Vector_base<void*,allocator<void*> >;
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/pointers/
_vector.h 32 _STLP_EXPORT_TEMPLATE_CLASS _STLP_PRIV _Vector_base<void*,allocator<void*> >;

Completed in 5118 milliseconds