HomeSort by relevance Sort by last modified time
    Searched full:_m_impl (Results 1 - 25 of 147) sorted by null

1 2 3 4 5 6

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
vector.tcc 75 _GLIBCXX_MAKE_MOVE_ITERATOR(this->_M_impl._M_start),
76 _GLIBCXX_MAKE_MOVE_ITERATOR(this->_M_impl._M_finish));
77 std::_Destroy(this->_M_impl._M_start, this->_M_impl._M_finish,
79 _M_deallocate(this->_M_impl._M_start,
80 this->_M_impl._M_end_of_storage
81 - this->_M_impl._M_start);
82 this->_M_impl._M_start = __tmp;
83 this->_M_impl._M_finish = __tmp + __old_size;
84 this->_M_impl._M_end_of_storage = this->_M_impl._M_start + __n
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
vector.tcc 75 _GLIBCXX_MAKE_MOVE_ITERATOR(this->_M_impl._M_start),
76 _GLIBCXX_MAKE_MOVE_ITERATOR(this->_M_impl._M_finish));
77 std::_Destroy(this->_M_impl._M_start, this->_M_impl._M_finish,
79 _M_deallocate(this->_M_impl._M_start,
80 this->_M_impl._M_end_of_storage
81 - this->_M_impl._M_start);
82 this->_M_impl._M_start = __tmp;
83 this->_M_impl._M_finish = __tmp + __old_size;
84 this->_M_impl._M_end_of_storage = this->_M_impl._M_start + __n
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
deque.tcc 72 this->_M_impl._M_start));
76 std::copy(__x.begin(), __mid, this->_M_impl._M_start);
77 insert(this->_M_impl._M_finish, __mid, __x.end());
90 if (this->_M_impl._M_start._M_cur != this->_M_impl._M_start._M_first)
92 this->_M_impl.construct(this->_M_impl._M_start._M_cur - 1,
94 --this->_M_impl._M_start._M_cur;
106 if (this->_M_impl._M_finish._M_cur
107 != this->_M_impl._M_finish._M_last - 1
    [all...]
vector.tcc 73 _GLIBCXX_MAKE_MOVE_ITERATOR(this->_M_impl._M_start),
74 _GLIBCXX_MAKE_MOVE_ITERATOR(this->_M_impl._M_finish));
75 std::_Destroy(this->_M_impl._M_start, this->_M_impl._M_finish,
77 _M_deallocate(this->_M_impl._M_start,
78 this->_M_impl._M_end_of_storage
79 - this->_M_impl._M_start);
80 this->_M_impl._M_start = __tmp;
81 this->_M_impl._M_finish = __tmp + __old_size;
82 this->_M_impl._M_end_of_storage = this->_M_impl._M_start + __n
    [all...]
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/bits/
deque.tcc 72 this->_M_impl._M_start));
76 std::copy(__x.begin(), __mid, this->_M_impl._M_start);
77 insert(this->_M_impl._M_finish, __mid, __x.end());
90 if (this->_M_impl._M_start._M_cur != this->_M_impl._M_start._M_first)
92 this->_M_impl.construct(this->_M_impl._M_start._M_cur - 1,
94 --this->_M_impl._M_start._M_cur;
106 if (this->_M_impl._M_finish._M_cur
107 != this->_M_impl._M_finish._M_last - 1
    [all...]
vector.tcc 73 _GLIBCXX_MAKE_MOVE_ITERATOR(this->_M_impl._M_start),
74 _GLIBCXX_MAKE_MOVE_ITERATOR(this->_M_impl._M_finish));
75 std::_Destroy(this->_M_impl._M_start, this->_M_impl._M_finish,
77 _M_deallocate(this->_M_impl._M_start,
78 this->_M_impl._M_end_of_storage
79 - this->_M_impl._M_start);
80 this->_M_impl._M_start = __tmp;
81 this->_M_impl._M_finish = __tmp + __old_size;
82 this->_M_impl._M_end_of_storage = this->_M_impl._M_start + __n
    [all...]
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/bits/
deque.tcc 72 this->_M_impl._M_start));
76 std::copy(__x.begin(), __mid, this->_M_impl._M_start);
77 insert(this->_M_impl._M_finish, __mid, __x.end());
90 if (this->_M_impl._M_start._M_cur != this->_M_impl._M_start._M_first)
92 this->_M_impl.construct(this->_M_impl._M_start._M_cur - 1,
94 --this->_M_impl._M_start._M_cur;
106 if (this->_M_impl._M_finish._M_cur
107 != this->_M_impl._M_finish._M_last - 1
    [all...]
vector.tcc 73 _GLIBCXX_MAKE_MOVE_ITERATOR(this->_M_impl._M_start),
74 _GLIBCXX_MAKE_MOVE_ITERATOR(this->_M_impl._M_finish));
75 std::_Destroy(this->_M_impl._M_start, this->_M_impl._M_finish,
77 _M_deallocate(this->_M_impl._M_start,
78 this->_M_impl._M_end_of_storage
79 - this->_M_impl._M_start);
80 this->_M_impl._M_start = __tmp;
81 this->_M_impl._M_finish = __tmp + __old_size;
82 this->_M_impl._M_end_of_storage = this->_M_impl._M_start + __n
    [all...]
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/bits/
deque.tcc 72 this->_M_impl._M_start));
76 std::copy(__x.begin(), __mid, this->_M_impl._M_start);
77 insert(this->_M_impl._M_finish, __mid, __x.end());
90 if (this->_M_impl._M_start._M_cur != this->_M_impl._M_start._M_first)
92 this->_M_impl.construct(this->_M_impl._M_start._M_cur - 1,
94 --this->_M_impl._M_start._M_cur;
106 if (this->_M_impl._M_finish._M_cur
107 != this->_M_impl._M_finish._M_last - 1
    [all...]
vector.tcc 73 _GLIBCXX_MAKE_MOVE_ITERATOR(this->_M_impl._M_start),
74 _GLIBCXX_MAKE_MOVE_ITERATOR(this->_M_impl._M_finish));
75 std::_Destroy(this->_M_impl._M_start, this->_M_impl._M_finish,
77 _M_deallocate(this->_M_impl._M_start,
78 this->_M_impl._M_end_of_storage
79 - this->_M_impl._M_start);
80 this->_M_impl._M_start = __tmp;
81 this->_M_impl._M_finish = __tmp + __old_size;
82 this->_M_impl._M_end_of_storage = this->_M_impl._M_start + __n
    [all...]
  /external/stlport/stlport/stl/pointers/
_list.h 90 { return _STLP_CONVERT_ALLOCATOR(_M_impl.get_allocator(), value_type); }
93 : _M_impl(_STLP_CONVERT_ALLOCATOR(__a, _StorageType)) {}
101 : _M_impl(__n, cast_traits::to_storage_type_cref(__val),
106 : _M_impl(__n) {}
114 : _M_impl(__first, __last, _STLP_CONVERT_ALLOCATOR(__a, _StorageType)) {}
116 : _M_impl(_STLP_CONVERT_ALLOCATOR(__a, _StorageType)) {
125 : _M_impl(__first, __last) {}
135 : _M_impl(cast_traits::to_storage_type_cptr(__first),
140 : _M_impl(_BaseConstIte(__first._M_node), _BaseConstIte(__last._M_node),
145 list(const _Self& __x) : _M_impl(__x._M_impl) {
    [all...]
_vector.h 77 { return _STLP_CONVERT_ALLOCATOR(_M_impl.get_allocator(), value_type); }
79 iterator begin() { return cast_traits::to_value_type_ptr(_M_impl.begin()); }
80 const_iterator begin() const { return cast_traits::to_value_type_cptr(_M_impl.begin()); }
81 iterator end() { return cast_traits::to_value_type_ptr(_M_impl.end()); }
82 const_iterator end() const { return cast_traits::to_value_type_cptr(_M_impl.end()); }
89 size_type size() const { return _M_impl.size(); }
90 size_type max_size() const { return _M_impl.max_size(); }
92 size_type capacity() const { return _M_impl.capacity(); }
93 bool empty() const { return _M_impl.empty(); }
95 reference operator[](size_type __n) { return cast_traits::to_value_type_ref(_M_impl[__n]);
    [all...]
_slist.h 85 { return _STLP_CONVERT_ALLOCATOR(_M_impl.get_allocator(), value_type); }
88 : _M_impl(_STLP_CONVERT_ALLOCATOR(__a, _StorageType)) {}
96 : _M_impl(__n, cast_traits::to_storage_type_cref(__x), _STLP_CONVERT_ALLOCATOR(__a, _StorageType)) {}
99 explicit slist(size_type __n) : _M_impl(__n) {}
109 : _M_impl(__first, __last, _STLP_CONVERT_ALLOCATOR(__a, _StorageType)) {}
111 : _M_impl(_STLP_CONVERT_ALLOCATOR(__a, _StorageType)) {
120 : _M_impl(__first, __last) {}
128 : _M_impl(_BaseConstIte(__first._M_node), _BaseConstIte(__last._M_node),
132 : _M_impl(cast_traits::to_storage_type_cptr(__first), cast_traits::to_storage_type_cptr(__last),
136 slist(const _Self& __x) : _M_impl(__x._M_impl) {
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/pointers/
_list.h 90 { return _STLP_CONVERT_ALLOCATOR(_M_impl.get_allocator(), value_type); }
93 : _M_impl(_STLP_CONVERT_ALLOCATOR(__a, _StorageType)) {}
101 : _M_impl(__n, cast_traits::to_storage_type_cref(__val),
106 : _M_impl(__n) {}
114 : _M_impl(__first, __last, _STLP_CONVERT_ALLOCATOR(__a, _StorageType)) {}
116 : _M_impl(_STLP_CONVERT_ALLOCATOR(__a, _StorageType)) {
125 : _M_impl(__first, __last) {}
135 : _M_impl(cast_traits::to_storage_type_cptr(__first),
140 : _M_impl(_BaseConstIte(__first._M_node), _BaseConstIte(__last._M_node),
145 list(const _Self& __x) : _M_impl(__x._M_impl) {
    [all...]
_vector.h 77 { return _STLP_CONVERT_ALLOCATOR(_M_impl.get_allocator(), value_type); }
79 iterator begin() { return cast_traits::to_value_type_ptr(_M_impl.begin()); }
80 const_iterator begin() const { return cast_traits::to_value_type_cptr(_M_impl.begin()); }
81 iterator end() { return cast_traits::to_value_type_ptr(_M_impl.end()); }
82 const_iterator end() const { return cast_traits::to_value_type_cptr(_M_impl.end()); }
89 size_type size() const { return _M_impl.size(); }
90 size_type max_size() const { return _M_impl.max_size(); }
92 size_type capacity() const { return _M_impl.capacity(); }
93 bool empty() const { return _M_impl.empty(); }
95 reference operator[](size_type __n) { return cast_traits::to_value_type_ref(_M_impl[__n]);
    [all...]
_slist.h 85 { return _STLP_CONVERT_ALLOCATOR(_M_impl.get_allocator(), value_type); }
88 : _M_impl(_STLP_CONVERT_ALLOCATOR(__a, _StorageType)) {}
96 : _M_impl(__n, cast_traits::to_storage_type_cref(__x), _STLP_CONVERT_ALLOCATOR(__a, _StorageType)) {}
99 explicit slist(size_type __n) : _M_impl(__n) {}
109 : _M_impl(__first, __last, _STLP_CONVERT_ALLOCATOR(__a, _StorageType)) {}
111 : _M_impl(_STLP_CONVERT_ALLOCATOR(__a, _StorageType)) {
120 : _M_impl(__first, __last) {}
128 : _M_impl(_BaseConstIte(__first._M_node), _BaseConstIte(__last._M_node),
132 : _M_impl(cast_traits::to_storage_type_cptr(__first), cast_traits::to_storage_type_cptr(__last),
136 slist(const _Self& __x) : _M_impl(__x._M_impl) {
    [all...]
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/pointers/
_list.h 90 { return _STLP_CONVERT_ALLOCATOR(_M_impl.get_allocator(), value_type); }
93 : _M_impl(_STLP_CONVERT_ALLOCATOR(__a, _StorageType)) {}
101 : _M_impl(__n, cast_traits::to_storage_type_cref(__val),
106 : _M_impl(__n) {}
114 : _M_impl(__first, __last, _STLP_CONVERT_ALLOCATOR(__a, _StorageType)) {}
116 : _M_impl(_STLP_CONVERT_ALLOCATOR(__a, _StorageType)) {
125 : _M_impl(__first, __last) {}
135 : _M_impl(cast_traits::to_storage_type_cptr(__first),
140 : _M_impl(_BaseConstIte(__first._M_node), _BaseConstIte(__last._M_node),
145 list(const _Self& __x) : _M_impl(__x._M_impl) {
    [all...]
_vector.h 77 { return _STLP_CONVERT_ALLOCATOR(_M_impl.get_allocator(), value_type); }
79 iterator begin() { return cast_traits::to_value_type_ptr(_M_impl.begin()); }
80 const_iterator begin() const { return cast_traits::to_value_type_cptr(_M_impl.begin()); }
81 iterator end() { return cast_traits::to_value_type_ptr(_M_impl.end()); }
82 const_iterator end() const { return cast_traits::to_value_type_cptr(_M_impl.end()); }
89 size_type size() const { return _M_impl.size(); }
90 size_type max_size() const { return _M_impl.max_size(); }
92 size_type capacity() const { return _M_impl.capacity(); }
93 bool empty() const { return _M_impl.empty(); }
95 reference operator[](size_type __n) { return cast_traits::to_value_type_ref(_M_impl[__n]);
    [all...]
_slist.h 85 { return _STLP_CONVERT_ALLOCATOR(_M_impl.get_allocator(), value_type); }
88 : _M_impl(_STLP_CONVERT_ALLOCATOR(__a, _StorageType)) {}
96 : _M_impl(__n, cast_traits::to_storage_type_cref(__x), _STLP_CONVERT_ALLOCATOR(__a, _StorageType)) {}
99 explicit slist(size_type __n) : _M_impl(__n) {}
109 : _M_impl(__first, __last, _STLP_CONVERT_ALLOCATOR(__a, _StorageType)) {}
111 : _M_impl(_STLP_CONVERT_ALLOCATOR(__a, _StorageType)) {
120 : _M_impl(__first, __last) {}
128 : _M_impl(_BaseConstIte(__first._M_node), _BaseConstIte(__last._M_node),
132 : _M_impl(cast_traits::to_storage_type_cptr(__first), cast_traits::to_storage_type_cptr(__last),
136 slist(const _Self& __x) : _M_impl(__x._M_impl) {
    [all...]
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/pointers/
_list.h 90 { return _STLP_CONVERT_ALLOCATOR(_M_impl.get_allocator(), value_type); }
93 : _M_impl(_STLP_CONVERT_ALLOCATOR(__a, _StorageType)) {}
101 : _M_impl(__n, cast_traits::to_storage_type_cref(__val),
106 : _M_impl(__n) {}
114 : _M_impl(__first, __last, _STLP_CONVERT_ALLOCATOR(__a, _StorageType)) {}
116 : _M_impl(_STLP_CONVERT_ALLOCATOR(__a, _StorageType)) {
125 : _M_impl(__first, __last) {}
135 : _M_impl(cast_traits::to_storage_type_cptr(__first),
140 : _M_impl(_BaseConstIte(__first._M_node), _BaseConstIte(__last._M_node),
145 list(const _Self& __x) : _M_impl(__x._M_impl) {
    [all...]
_vector.h 77 { return _STLP_CONVERT_ALLOCATOR(_M_impl.get_allocator(), value_type); }
79 iterator begin() { return cast_traits::to_value_type_ptr(_M_impl.begin()); }
80 const_iterator begin() const { return cast_traits::to_value_type_cptr(_M_impl.begin()); }
81 iterator end() { return cast_traits::to_value_type_ptr(_M_impl.end()); }
82 const_iterator end() const { return cast_traits::to_value_type_cptr(_M_impl.end()); }
89 size_type size() const { return _M_impl.size(); }
90 size_type max_size() const { return _M_impl.max_size(); }
92 size_type capacity() const { return _M_impl.capacity(); }
93 bool empty() const { return _M_impl.empty(); }
95 reference operator[](size_type __n) { return cast_traits::to_value_type_ref(_M_impl[__n]);
    [all...]
_slist.h 85 { return _STLP_CONVERT_ALLOCATOR(_M_impl.get_allocator(), value_type); }
88 : _M_impl(_STLP_CONVERT_ALLOCATOR(__a, _StorageType)) {}
96 : _M_impl(__n, cast_traits::to_storage_type_cref(__x), _STLP_CONVERT_ALLOCATOR(__a, _StorageType)) {}
99 explicit slist(size_type __n) : _M_impl(__n) {}
109 : _M_impl(__first, __last, _STLP_CONVERT_ALLOCATOR(__a, _StorageType)) {}
111 : _M_impl(_STLP_CONVERT_ALLOCATOR(__a, _StorageType)) {
120 : _M_impl(__first, __last) {}
128 : _M_impl(_BaseConstIte(__first._M_node), _BaseConstIte(__last._M_node),
132 : _M_impl(cast_traits::to_storage_type_cptr(__first), cast_traits::to_storage_type_cptr(__last),
136 slist(const _Self& __x) : _M_impl(__x._M_impl) {
    [all...]
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/stlport/stlport/stl/pointers/
_list.h 90 { return _STLP_CONVERT_ALLOCATOR(_M_impl.get_allocator(), value_type); }
93 : _M_impl(_STLP_CONVERT_ALLOCATOR(__a, _StorageType)) {}
101 : _M_impl(__n, cast_traits::to_storage_type_cref(__val),
106 : _M_impl(__n) {}
114 : _M_impl(__first, __last, _STLP_CONVERT_ALLOCATOR(__a, _StorageType)) {}
116 : _M_impl(_STLP_CONVERT_ALLOCATOR(__a, _StorageType)) {
125 : _M_impl(__first, __last) {}
135 : _M_impl(cast_traits::to_storage_type_cptr(__first),
140 : _M_impl(_BaseConstIte(__first._M_node), _BaseConstIte(__last._M_node),
145 list(const _Self& __x) : _M_impl(__x._M_impl) {
    [all...]
_vector.h 77 { return _STLP_CONVERT_ALLOCATOR(_M_impl.get_allocator(), value_type); }
79 iterator begin() { return cast_traits::to_value_type_ptr(_M_impl.begin()); }
80 const_iterator begin() const { return cast_traits::to_value_type_cptr(_M_impl.begin()); }
81 iterator end() { return cast_traits::to_value_type_ptr(_M_impl.end()); }
82 const_iterator end() const { return cast_traits::to_value_type_cptr(_M_impl.end()); }
89 size_type size() const { return _M_impl.size(); }
90 size_type max_size() const { return _M_impl.max_size(); }
92 size_type capacity() const { return _M_impl.capacity(); }
93 bool empty() const { return _M_impl.empty(); }
95 reference operator[](size_type __n) { return cast_traits::to_value_type_ref(_M_impl[__n]);
    [all...]
_slist.h 85 { return _STLP_CONVERT_ALLOCATOR(_M_impl.get_allocator(), value_type); }
88 : _M_impl(_STLP_CONVERT_ALLOCATOR(__a, _StorageType)) {}
96 : _M_impl(__n, cast_traits::to_storage_type_cref(__x), _STLP_CONVERT_ALLOCATOR(__a, _StorageType)) {}
99 explicit slist(size_type __n) : _M_impl(__n) {}
109 : _M_impl(__first, __last, _STLP_CONVERT_ALLOCATOR(__a, _StorageType)) {}
111 : _M_impl(_STLP_CONVERT_ALLOCATOR(__a, _StorageType)) {
120 : _M_impl(__first, __last) {}
128 : _M_impl(_BaseConstIte(__first._M_node), _BaseConstIte(__last._M_node),
132 : _M_impl(cast_traits::to_storage_type_cptr(__first), cast_traits::to_storage_type_cptr(__last),
136 slist(const _Self& __x) : _M_impl(__x._M_impl) {
    [all...]

Completed in 414 milliseconds

1 2 3 4 5 6