HomeSort by relevance Sort by last modified time
    Searched defs:vector (Results 76 - 100 of 311) sorted by null

1 2 34 5 6 7 8 91011>>

  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_vector.c 41 { __stl_throw_length_error("vector"); }
45 { __stl_throw_out_of_range("vector"); }
48 # define vector _STLP_PTR_IMPL_NAME(vector) macro
50 # define vector _STLP_NON_DBG_NAME(vector) macro
58 # define __iterator__ _STLP_TYPENAME_ON_RETURN_TYPE vector<_Tp, _Alloc>::iterator
62 void vector<_Tp, _Alloc>::reserve(size_type __n) {
81 void vector<_Tp, _Alloc>::_M_insert_overflow_aux(pointer __pos, const _Tp& __x, const __false_type& /*DO NOT USE!!*/,
108 void vector<_Tp, _Alloc>::_M_insert_overflow(pointer __pos, const _Tp& __x, const __true_type& /*_TrivialCopy* (…)
232 # undef vector macro
    [all...]
_vector.h 51 // The vector base class serves one purpose, its constructor and
101 # define vector _STLP_PTR_IMPL_NAME(vector) macro
103 # define vector _STLP_NON_DBG_NAME(vector) macro
109 class vector : protected _STLP_PRIV _Vector_base<_Tp, _Alloc> class in inherits:_STLP_PRIV_Vector_base,__stlport_class
110 #if defined (_STLP_USE_PARTIAL_SPEC_WORKAROUND) && !defined (vector)
111 , public __stlport_class<vector<_Tp, _Alloc> >
116 typedef vector<_Tp, _Alloc> _Self;
214 explicit vector(const allocator_type& __a = allocator_type() function in class:vector
230 explicit vector(size_type __n) function in class:vector
233 vector(size_type __n, const _Tp& __val, const allocator_type& __a = allocator_type()) function in class:vector
246 vector(const _Self& __x) function in class:vector
253 vector(__move_source<_Self> src) function in class:vector
277 vector(_InputIterator __first, _InputIterator __last, function in class:vector
286 vector(_InputIterator __first, _InputIterator __last) function in class:vector
294 vector(const _Tp* __first, const _Tp* __last, function in class:vector
710 # undef vector macro
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/debug/
_vector.h 37 #define _STLP_NON_DBG_VECTOR _STLP_PRIV _STLP_NON_DBG_NAME(vector) <_Tp, _Alloc>
98 class vector : class in inherits:_STLP_PRIV__construct_checker,__stlport_class
104 , public __stlport_class<vector<_Tp, _Alloc> >
109 typedef vector<_Tp, _Alloc> _Self;
174 explicit vector(const allocator_type& __a = allocator_type())
178 explicit vector(size_type __n, const _Tp& __x = _Tp(),
180 vector(size_type __n, const _Tp& __x,
186 explicit vector(size_type __n)
190 vector(const _Self& __x)
194 vector(__move_source<_Self> src
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_vector.c 41 { __stl_throw_length_error("vector"); }
45 { __stl_throw_out_of_range("vector"); }
48 # define vector _STLP_PTR_IMPL_NAME(vector) macro
50 # define vector _STLP_NON_DBG_NAME(vector) macro
58 # define __iterator__ _STLP_TYPENAME_ON_RETURN_TYPE vector<_Tp, _Alloc>::iterator
62 void vector<_Tp, _Alloc>::reserve(size_type __n) {
81 void vector<_Tp, _Alloc>::_M_insert_overflow_aux(pointer __pos, const _Tp& __x, const __false_type& /*DO NOT USE!!*/,
108 void vector<_Tp, _Alloc>::_M_insert_overflow(pointer __pos, const _Tp& __x, const __true_type& /*_TrivialCopy* (…)
232 # undef vector macro
    [all...]
_vector.h 51 // The vector base class serves one purpose, its constructor and
101 # define vector _STLP_PTR_IMPL_NAME(vector) macro
103 # define vector _STLP_NON_DBG_NAME(vector) macro
109 class vector : protected _STLP_PRIV _Vector_base<_Tp, _Alloc> class in inherits:_STLP_PRIV_Vector_base,__stlport_class
110 #if defined (_STLP_USE_PARTIAL_SPEC_WORKAROUND) && !defined (vector)
111 , public __stlport_class<vector<_Tp, _Alloc> >
116 typedef vector<_Tp, _Alloc> _Self;
214 explicit vector(const allocator_type& __a = allocator_type() function in class:vector
230 explicit vector(size_type __n) function in class:vector
233 vector(size_type __n, const _Tp& __val, const allocator_type& __a = allocator_type()) function in class:vector
246 vector(const _Self& __x) function in class:vector
253 vector(__move_source<_Self> src) function in class:vector
277 vector(_InputIterator __first, _InputIterator __last, function in class:vector
286 vector(_InputIterator __first, _InputIterator __last) function in class:vector
294 vector(const _Tp* __first, const _Tp* __last, function in class:vector
710 # undef vector macro
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/debug/
_vector.h 37 #define _STLP_NON_DBG_VECTOR _STLP_PRIV _STLP_NON_DBG_NAME(vector) <_Tp, _Alloc>
98 class vector : class in inherits:_STLP_PRIV__construct_checker,__stlport_class
104 , public __stlport_class<vector<_Tp, _Alloc> >
109 typedef vector<_Tp, _Alloc> _Self;
174 explicit vector(const allocator_type& __a = allocator_type())
178 explicit vector(size_type __n, const _Tp& __x = _Tp(),
180 vector(size_type __n, const _Tp& __x,
186 explicit vector(size_type __n)
190 vector(const _Self& __x)
194 vector(__move_source<_Self> src
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_vector.c 41 { __stl_throw_length_error("vector"); }
45 { __stl_throw_out_of_range("vector"); }
48 # define vector _STLP_PTR_IMPL_NAME(vector) macro
50 # define vector _STLP_NON_DBG_NAME(vector) macro
58 # define __iterator__ _STLP_TYPENAME_ON_RETURN_TYPE vector<_Tp, _Alloc>::iterator
62 void vector<_Tp, _Alloc>::reserve(size_type __n) {
81 void vector<_Tp, _Alloc>::_M_insert_overflow_aux(pointer __pos, const _Tp& __x, const __false_type& /*DO NOT USE!!*/,
108 void vector<_Tp, _Alloc>::_M_insert_overflow(pointer __pos, const _Tp& __x, const __true_type& /*_TrivialCopy* (…)
232 # undef vector macro
    [all...]
_vector.h 51 // The vector base class serves one purpose, its constructor and
101 # define vector _STLP_PTR_IMPL_NAME(vector) macro
103 # define vector _STLP_NON_DBG_NAME(vector) macro
109 class vector : protected _STLP_PRIV _Vector_base<_Tp, _Alloc> class in inherits:_STLP_PRIV_Vector_base,__stlport_class
110 #if defined (_STLP_USE_PARTIAL_SPEC_WORKAROUND) && !defined (vector)
111 , public __stlport_class<vector<_Tp, _Alloc> >
116 typedef vector<_Tp, _Alloc> _Self;
214 explicit vector(const allocator_type& __a = allocator_type() function in class:vector
230 explicit vector(size_type __n) function in class:vector
233 vector(size_type __n, const _Tp& __val, const allocator_type& __a = allocator_type()) function in class:vector
246 vector(const _Self& __x) function in class:vector
253 vector(__move_source<_Self> src) function in class:vector
277 vector(_InputIterator __first, _InputIterator __last, function in class:vector
286 vector(_InputIterator __first, _InputIterator __last) function in class:vector
294 vector(const _Tp* __first, const _Tp* __last, function in class:vector
710 # undef vector macro
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/debug/
_vector.h 37 #define _STLP_NON_DBG_VECTOR _STLP_PRIV _STLP_NON_DBG_NAME(vector) <_Tp, _Alloc>
98 class vector : class in inherits:_STLP_PRIV__construct_checker,__stlport_class
104 , public __stlport_class<vector<_Tp, _Alloc> >
109 typedef vector<_Tp, _Alloc> _Self;
174 explicit vector(const allocator_type& __a = allocator_type())
178 explicit vector(size_type __n, const _Tp& __x = _Tp(),
180 vector(size_type __n, const _Tp& __x,
186 explicit vector(size_type __n)
190 vector(const _Self& __x)
194 vector(__move_source<_Self> src
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_vector.c 41 { __stl_throw_length_error("vector"); }
45 { __stl_throw_out_of_range("vector"); }
48 # define vector _STLP_PTR_IMPL_NAME(vector) macro
50 # define vector _STLP_NON_DBG_NAME(vector) macro
58 # define __iterator__ _STLP_TYPENAME_ON_RETURN_TYPE vector<_Tp, _Alloc>::iterator
62 void vector<_Tp, _Alloc>::reserve(size_type __n) {
81 void vector<_Tp, _Alloc>::_M_insert_overflow_aux(pointer __pos, const _Tp& __x, const __false_type& /*DO NOT USE!!*/,
108 void vector<_Tp, _Alloc>::_M_insert_overflow(pointer __pos, const _Tp& __x, const __true_type& /*_TrivialCopy* (…)
232 # undef vector macro
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/debug/
_vector.h 37 #define _STLP_NON_DBG_VECTOR _STLP_PRIV _STLP_NON_DBG_NAME(vector) <_Tp, _Alloc>
98 class vector : class in inherits:_STLP_PRIV__construct_checker,__stlport_class
104 , public __stlport_class<vector<_Tp, _Alloc> >
109 typedef vector<_Tp, _Alloc> _Self;
174 explicit vector(const allocator_type& __a = allocator_type())
178 explicit vector(size_type __n, const _Tp& __x = _Tp(),
180 vector(size_type __n, const _Tp& __x,
186 explicit vector(size_type __n)
190 vector(const _Self& __x)
194 vector(__move_source<_Self> src
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_vector.c 41 { __stl_throw_length_error("vector"); }
45 { __stl_throw_out_of_range("vector"); }
48 # define vector _STLP_PTR_IMPL_NAME(vector) macro
50 # define vector _STLP_NON_DBG_NAME(vector) macro
58 # define __iterator__ _STLP_TYPENAME_ON_RETURN_TYPE vector<_Tp, _Alloc>::iterator
62 void vector<_Tp, _Alloc>::reserve(size_type __n) {
81 void vector<_Tp, _Alloc>::_M_insert_overflow_aux(pointer __pos, const _Tp& __x, const __false_type& /*DO NOT USE!!*/,
108 void vector<_Tp, _Alloc>::_M_insert_overflow(pointer __pos, const _Tp& __x, const __true_type& /*_TrivialCopy* (…)
232 # undef vector macro
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/debug/
_vector.h 37 #define _STLP_NON_DBG_VECTOR _STLP_PRIV _STLP_NON_DBG_NAME(vector) <_Tp, _Alloc>
98 class vector : class in inherits:_STLP_PRIV__construct_checker,__stlport_class
104 , public __stlport_class<vector<_Tp, _Alloc> >
109 typedef vector<_Tp, _Alloc> _Self;
174 explicit vector(const allocator_type& __a = allocator_type())
178 explicit vector(size_type __n, const _Tp& __x = _Tp(),
180 vector(size_type __n, const _Tp& __x,
186 explicit vector(size_type __n)
190 vector(const _Self& __x)
194 vector(__move_source<_Self> src
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/bits/
stl_vector.h 0 // Vector implementation -*- C++ -*-
54 * Do not attempt to use it directly. @headername{vector}
173 * In some terminology a %vector can be described as a dynamic
180 class vector : protected _Vector_base<_Tp, _Alloc> class in inherits:_Vector_base
196 typedef __gnu_cxx::__normal_iterator<pointer, vector> iterator;
197 typedef __gnu_cxx::__normal_iterator<const_pointer, vector>
227 vector() function in class:vector
231 * @brief Creates a %vector with no elements.
235 vector(const allocator_type& __a) function in class:vector
240 * @brief Creates a %vector with default constructed elements
247 vector(size_type __n) function in class:vector
259 vector(size_type __n, const value_type& __value, function in class:vector
273 vector(size_type __n, const value_type& __value = value_type(), function in class:vector
288 vector(const vector& __x) function in class:vector
304 vector(vector&& __x) function in class:vector
318 vector(initializer_list<value_type> __l, function in class:vector
344 vector(_InputIterator __first, _InputIterator __last, function in class:vector
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_vector.h 0 // Vector implementation -*- C++ -*-
163 * In some terminology a %vector can be described as a dynamic
170 class vector : protected _Vector_base<_Tp, _Alloc> class in inherits:_Vector_base
186 typedef __gnu_cxx::__normal_iterator<pointer, vector> iterator;
187 typedef __gnu_cxx::__normal_iterator<const_pointer, vector>
207 vector() function in class:vector
211 * @brief Creates a %vector with no elements.
215 vector(const allocator_type& __a) function in class:vector
219 * @brief Creates a %vector with copies of an exemplar element.
224 * This constructor fills the %vector with @a n copies of @a value
227 vector(size_type __n, const value_type& __value = value_type(), function in class:vector
241 vector(const vector& __x) function in class:vector
257 vector(vector&& __x) function in class:vector
271 vector(initializer_list<value_type> __l, function in class:vector
297 vector(_InputIterator __first, _InputIterator __last, function in class:vector
    [all...]
stl_bvector.h 0 // vector<bool> specialization -*- C++ -*-
451 // Declare a partial specialization of vector<T, Alloc>.
457 * @brief A specialization of vector for booleans which offers fixed time
460 * Note that vector<bool> does not actually meet the requirements for being
463 * vector for function documentation.
467 * In some terminology a %vector can be described as a dynamic
474 class vector<bool, _Alloc> : protected _Bvector_base<_Alloc> class in inherits:_Bvector_base
501 vector() function in class:vector
505 vector(const allocator_type& __a) function in class:vector
509 vector(size_type __n, const bool& __value = bool(), function in class:vector
518 vector(const vector& __x) function in class:vector
526 vector(vector&& __x) function in class:vector
529 vector(initializer_list<bool> __l, function in class:vector
539 vector(_InputIterator __first, _InputIterator __last, function in class:vector
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_vector.h 0 // Vector implementation -*- C++ -*-
163 * In some terminology a %vector can be described as a dynamic
170 class vector : protected _Vector_base<_Tp, _Alloc> class in inherits:_Vector_base
186 typedef __gnu_cxx::__normal_iterator<pointer, vector> iterator;
187 typedef __gnu_cxx::__normal_iterator<const_pointer, vector>
207 vector() function in class:vector
211 * @brief Creates a %vector with no elements.
215 vector(const allocator_type& __a) function in class:vector
219 * @brief Creates a %vector with copies of an exemplar element.
224 * This constructor fills the %vector with @a n copies of @a value
227 vector(size_type __n, const value_type& __value = value_type(), function in class:vector
241 vector(const vector& __x) function in class:vector
257 vector(vector&& __x) function in class:vector
271 vector(initializer_list<value_type> __l, function in class:vector
297 vector(_InputIterator __first, _InputIterator __last, function in class:vector
    [all...]
stl_bvector.h 0 // vector<bool> specialization -*- C++ -*-
451 // Declare a partial specialization of vector<T, Alloc>.
457 * @brief A specialization of vector for booleans which offers fixed time
460 * Note that vector<bool> does not actually meet the requirements for being
463 * vector for function documentation.
467 * In some terminology a %vector can be described as a dynamic
474 class vector<bool, _Alloc> : protected _Bvector_base<_Alloc> class in inherits:_Bvector_base
501 vector() function in class:vector
505 vector(const allocator_type& __a) function in class:vector
509 vector(size_type __n, const bool& __value = bool(), function in class:vector
518 vector(const vector& __x) function in class:vector
526 vector(vector&& __x) function in class:vector
529 vector(initializer_list<bool> __l, function in class:vector
539 vector(_InputIterator __first, _InputIterator __last, function in class:vector
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_vector.h 0 // Vector implementation -*- C++ -*-
163 * In some terminology a %vector can be described as a dynamic
170 class vector : protected _Vector_base<_Tp, _Alloc> class in inherits:_Vector_base
186 typedef __gnu_cxx::__normal_iterator<pointer, vector> iterator;
187 typedef __gnu_cxx::__normal_iterator<const_pointer, vector>
207 vector() function in class:vector
211 * @brief Creates a %vector with no elements.
215 vector(const allocator_type& __a) function in class:vector
219 * @brief Creates a %vector with copies of an exemplar element.
224 * This constructor fills the %vector with @a n copies of @a value
227 vector(size_type __n, const value_type& __value = value_type(), function in class:vector
241 vector(const vector& __x) function in class:vector
257 vector(vector&& __x) function in class:vector
271 vector(initializer_list<value_type> __l, function in class:vector
297 vector(_InputIterator __first, _InputIterator __last, function in class:vector
    [all...]
stl_bvector.h 0 // vector<bool> specialization -*- C++ -*-
451 // Declare a partial specialization of vector<T, Alloc>.
457 * @brief A specialization of vector for booleans which offers fixed time
460 * Note that vector<bool> does not actually meet the requirements for being
463 * vector for function documentation.
467 * In some terminology a %vector can be described as a dynamic
474 class vector<bool, _Alloc> : protected _Bvector_base<_Alloc> class in inherits:_Bvector_base
501 vector() function in class:vector
505 vector(const allocator_type& __a) function in class:vector
509 vector(size_type __n, const bool& __value = bool(), function in class:vector
518 vector(const vector& __x) function in class:vector
526 vector(vector&& __x) function in class:vector
529 vector(initializer_list<bool> __l, function in class:vector
539 vector(_InputIterator __first, _InputIterator __last, function in class:vector
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
stl_vector.h 0 // Vector implementation -*- C++ -*-
163 * In some terminology a %vector can be described as a dynamic
170 class vector : protected _Vector_base<_Tp, _Alloc> class in inherits:_Vector_base
186 typedef __gnu_cxx::__normal_iterator<pointer, vector> iterator;
187 typedef __gnu_cxx::__normal_iterator<const_pointer, vector>
207 vector() function in class:vector
211 * @brief Creates a %vector with no elements.
215 vector(const allocator_type& __a) function in class:vector
219 * @brief Creates a %vector with copies of an exemplar element.
224 * This constructor fills the %vector with @a n copies of @a value
227 vector(size_type __n, const value_type& __value = value_type(), function in class:vector
241 vector(const vector& __x) function in class:vector
257 vector(vector&& __x) function in class:vector
271 vector(initializer_list<value_type> __l, function in class:vector
297 vector(_InputIterator __first, _InputIterator __last, function in class:vector
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
stl_vector.h 0 // Vector implementation -*- C++ -*-
54 * Do not attempt to use it directly. @headername{vector}
173 * In some terminology a %vector can be described as a dynamic
180 class vector : protected _Vector_base<_Tp, _Alloc> class in inherits:_Vector_base
196 typedef __gnu_cxx::__normal_iterator<pointer, vector> iterator;
197 typedef __gnu_cxx::__normal_iterator<const_pointer, vector>
227 vector() function in class:vector
231 * @brief Creates a %vector with no elements.
235 vector(const allocator_type& __a) function in class:vector
240 * @brief Creates a %vector with default constructed elements
247 vector(size_type __n) function in class:vector
259 vector(size_type __n, const value_type& __value, function in class:vector
273 vector(size_type __n, const value_type& __value = value_type(), function in class:vector
288 vector(const vector& __x) function in class:vector
304 vector(vector&& __x) function in class:vector
318 vector(initializer_list<value_type> __l, function in class:vector
344 vector(_InputIterator __first, _InputIterator __last, function in class:vector
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
stl_vector.h 0 // Vector implementation -*- C++ -*-
54 * Do not attempt to use it directly. @headername{vector}
173 * In some terminology a %vector can be described as a dynamic
180 class vector : protected _Vector_base<_Tp, _Alloc> class in inherits:_Vector_base
196 typedef __gnu_cxx::__normal_iterator<pointer, vector> iterator;
197 typedef __gnu_cxx::__normal_iterator<const_pointer, vector>
227 vector() function in class:vector
231 * @brief Creates a %vector with no elements.
235 vector(const allocator_type& __a) function in class:vector
240 * @brief Creates a %vector with default constructed elements
247 vector(size_type __n) function in class:vector
259 vector(size_type __n, const value_type& __value, function in class:vector
273 vector(size_type __n, const value_type& __value = value_type(), function in class:vector
288 vector(const vector& __x) function in class:vector
304 vector(vector&& __x) function in class:vector
318 vector(initializer_list<value_type> __l, function in class:vector
344 vector(_InputIterator __first, _InputIterator __last, function in class:vector
    [all...]
  /external/stlport/stlport/stl/
_vector.h 51 // The vector base class serves one purpose, its constructor and
101 # define vector _STLP_PTR_IMPL_NAME(vector) macro
103 # define vector _STLP_NON_DBG_NAME(vector) macro
109 class vector : protected _STLP_PRIV _Vector_base<_Tp, _Alloc> class in inherits:_STLP_PRIV_Vector_base,__stlport_class
110 #if defined (_STLP_USE_PARTIAL_SPEC_WORKAROUND) && !defined (vector)
111 , public __stlport_class<vector<_Tp, _Alloc> >
116 typedef vector<_Tp, _Alloc> _Self;
214 explicit vector(const allocator_type& __a = allocator_type() function in class:vector
230 explicit vector(size_type __n) function in class:vector
233 vector(size_type __n, const _Tp& __val, const allocator_type& __a = allocator_type()) function in class:vector
246 vector(const _Self& __x) function in class:vector
253 vector(__move_source<_Self> src) function in class:vector
277 vector(_InputIterator __first, _InputIterator __last, function in class:vector
286 vector(_InputIterator __first, _InputIterator __last) function in class:vector
294 vector(const _Tp* __first, const _Tp* __last, function in class:vector
710 # undef vector macro
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_vector.h 51 // The vector base class serves one purpose, its constructor and
101 # define vector _STLP_PTR_IMPL_NAME(vector) macro
103 # define vector _STLP_NON_DBG_NAME(vector) macro
109 class vector : protected _STLP_PRIV _Vector_base<_Tp, _Alloc> class in inherits:_STLP_PRIV_Vector_base,__stlport_class
110 #if defined (_STLP_USE_PARTIAL_SPEC_WORKAROUND) && !defined (vector)
111 , public __stlport_class<vector<_Tp, _Alloc> >
116 typedef vector<_Tp, _Alloc> _Self;
214 explicit vector(const allocator_type& __a = allocator_type() function in class:vector
230 explicit vector(size_type __n) function in class:vector
233 vector(size_type __n, const _Tp& __val, const allocator_type& __a = allocator_type()) function in class:vector
246 vector(const _Self& __x) function in class:vector
253 vector(__move_source<_Self> src) function in class:vector
277 vector(_InputIterator __first, _InputIterator __last, function in class:vector
286 vector(_InputIterator __first, _InputIterator __last) function in class:vector
294 vector(const _Tp* __first, const _Tp* __last, function in class:vector
710 # undef vector macro
    [all...]

Completed in 2117 milliseconds

1 2 34 5 6 7 8 91011>>