HomeSort by relevance Sort by last modified time
    Searched refs:_M_impl (Results 1 - 25 of 27) sorted by null

1 2

  /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...]
_deque.h 127 iterator begin() { return ite_cast_traits::to_value_type_ite(_M_impl.begin()); }
128 iterator end() { return ite_cast_traits::to_value_type_ite(_M_impl.end()); }
129 const_iterator begin() const { return ite_cast_traits::to_value_type_cite(_M_impl.begin()); }
130 const_iterator end() const { return ite_cast_traits::to_value_type_cite(_M_impl.end()); }
140 { return cast_traits::to_value_type_ref(_M_impl[__n]); }
142 { return cast_traits::to_value_type_cref(_M_impl[__n]); }
145 { return cast_traits::to_value_type_ref(_M_impl.at(__n)); }
147 { return cast_traits::to_value_type_cref(_M_impl.at(__n)); }
149 reference front() { return cast_traits::to_value_type_ref(_M_impl.front()); }
150 reference back() { return cast_traits::to_value_type_ref(_M_impl.back());
    [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...]
_deque.h 127 iterator begin() { return ite_cast_traits::to_value_type_ite(_M_impl.begin()); }
128 iterator end() { return ite_cast_traits::to_value_type_ite(_M_impl.end()); }
129 const_iterator begin() const { return ite_cast_traits::to_value_type_cite(_M_impl.begin()); }
130 const_iterator end() const { return ite_cast_traits::to_value_type_cite(_M_impl.end()); }
140 { return cast_traits::to_value_type_ref(_M_impl[__n]); }
142 { return cast_traits::to_value_type_cref(_M_impl[__n]); }
145 { return cast_traits::to_value_type_ref(_M_impl.at(__n)); }
147 { return cast_traits::to_value_type_cref(_M_impl.at(__n)); }
149 reference front() { return cast_traits::to_value_type_ref(_M_impl.front()); }
150 reference back() { return cast_traits::to_value_type_ref(_M_impl.back());
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
stl_vector.h 94 { return *static_cast<_Tp_alloc_type*>(&this->_M_impl); }
98 { return *static_cast<const _Tp_alloc_type*>(&this->_M_impl); }
105 : _M_impl() { }
108 : _M_impl(__a) { }
111 : _M_impl(__a)
113 this->_M_impl._M_start = this->_M_allocate(__n);
114 this->_M_impl._M_finish = this->_M_impl._M_start;
115 this->_M_impl._M_end_of_storage = this->_M_impl._M_start + __n
    [all...]
stl_deque.h 374 : _M_impl()
378 : _M_impl(__a)
382 : _M_impl(__a)
387 : _M_impl(__x._M_get_Tp_allocator())
390 if (__x._M_impl._M_map)
392 std::swap(this->_M_impl._M_start, __x._M_impl._M_start);
393 std::swap(this->_M_impl._M_finish, __x._M_impl._M_finish);
394 std::swap(this->_M_impl._M_map, __x._M_impl._M_map)
    [all...]
stl_bvector.h 400 { return *static_cast<_Bit_alloc_type*>(&this->_M_impl); }
404 { return *static_cast<const _Bit_alloc_type*>(&this->_M_impl); }
411 : _M_impl() { }
414 : _M_impl(__a) { }
418 : _M_impl(__x._M_get_Bit_allocator())
420 this->_M_impl._M_start = __x._M_impl._M_start;
421 this->_M_impl._M_finish = __x._M_impl._M_finish;
422 this->_M_impl._M_end_of_storage = __x._M_impl._M_end_of_storage
    [all...]
forward_list.h 284 _Fwd_list_impl _M_impl;
295 { return *static_cast<_Node_alloc_type*>(&this->_M_impl); }
299 { return *static_cast<const _Node_alloc_type*>(&this->_M_impl); }
302 : _M_impl()
303 { this->_M_impl._M_head._M_next = 0; }
306 : _M_impl(__a)
307 { this->_M_impl._M_head._M_next = 0; }
312 : _M_impl(__a)
313 { _Node_base::swap(this->_M_impl._M_head,
314 __lst._M_impl._M_head);
    [all...]
stl_tree.h 346 { return *static_cast<_Node_allocator*>(&this->_M_impl); }
350 { return *static_cast<const _Node_allocator*>(&this->_M_impl); }
359 { return _M_impl._Node_allocator::allocate(1); }
363 { _M_impl._Node_allocator::deallocate(__p, 1); }
478 _Rb_tree_impl<_CheckedCompare<_Compare> > _M_impl;
480 _Rb_tree_impl<_Compare> _M_impl;
486 { return this->_M_impl._M_header._M_parent; }
490 { return this->_M_impl._M_header._M_parent; }
494 { return this->_M_impl._M_header._M_left; }
498 { return this->_M_impl._M_header._M_left;
    [all...]
stl_list.h 312 _List_impl _M_impl;
316 { return _M_impl._Node_alloc_type::allocate(1); }
320 { _M_impl._Node_alloc_type::deallocate(__p, 1); }
327 { return *static_cast<_Node_alloc_type*>(&this->_M_impl); }
331 { return *static_cast<const _Node_alloc_type*>(&this->_M_impl); }
342 : _M_impl()
346 : _M_impl(__a)
351 : _M_impl(__x._M_get_Node_allocator())
354 _List_node_base::swap(this->_M_impl._M_node, __x._M_impl._M_node);
    [all...]
  /external/stlport/src/
locale.cpp 119 : _M_impl(_get_Locale_impl(_Stl_get_global_locale()->_M_impl))
124 : _M_impl( _get_Locale_impl( L._M_impl ) )
129 _M_impl->insert(f, _Stl_loc_get_index(n));
133 _M_impl( _get_Locale_impl( impl ) )
138 : _M_impl(0) {
143 _M_impl = _get_Locale_impl( locale::classic()._M_impl );
184 _M_impl = _get_Locale_impl( impl )
    [all...]
messages.cpp 192 : messages<char>(refs), _M_impl(new _STLP_PRIV _Messages(false, name)) {}
195 : messages<char>(0), _M_impl(new _STLP_PRIV _Messages(false, msg)) {}
198 { delete _M_impl; }
202 { return _M_impl->do_open(filename, l); }
207 { return _M_impl->do_get(cat, set, p_id, dfault); }
210 { _M_impl->do_close(cat); }
221 : messages<wchar_t>(refs), _M_impl(new _STLP_PRIV _Messages(true, name)) {}
224 : messages<wchar_t>(0), _M_impl(new _STLP_PRIV _Messages(true, msg)) {}
227 { delete _M_impl; }
231 { return _M_impl->do_open(filename, L);
    [all...]
locale_impl.h 109 bool operator != (const locale& __loc) const { return __loc._M_impl != this; }
locale_impl.cpp 155 _Locale_impl* i2 = locale::classic()._M_impl;
226 _Locale_impl* i2 = locale::classic()._M_impl;
293 _Locale_impl* i2 = locale::classic()._M_impl;
355 _Locale_impl* i2 = locale::classic()._M_impl;
410 _Locale_impl* i2 = locale::classic()._M_impl;
516 _Locale_impl* i2 = locale::classic()._M_impl;
  /ndk/sources/cxx-stl/stlport/src/
locale.cpp 119 : _M_impl(_get_Locale_impl(_Stl_get_global_locale()->_M_impl))
124 : _M_impl( _get_Locale_impl( L._M_impl ) )
129 _M_impl->insert(f, _Stl_loc_get_index(n));
133 _M_impl( _get_Locale_impl( impl ) )
138 : _M_impl(0) {
143 _M_impl = _get_Locale_impl( locale::classic()._M_impl );
184 _M_impl = _get_Locale_impl( impl )
    [all...]
messages.cpp 192 : messages<char>(refs), _M_impl(new _STLP_PRIV _Messages(false, name)) {}
195 : messages<char>(0), _M_impl(new _STLP_PRIV _Messages(false, msg)) {}
198 { delete _M_impl; }
202 { return _M_impl->do_open(filename, l); }
207 { return _M_impl->do_get(cat, set, p_id, dfault); }
210 { _M_impl->do_close(cat); }
221 : messages<wchar_t>(refs), _M_impl(new _STLP_PRIV _Messages(true, name)) {}
224 : messages<wchar_t>(0), _M_impl(new _STLP_PRIV _Messages(true, msg)) {}
227 { delete _M_impl; }
231 { return _M_impl->do_open(filename, L);
    [all...]
locale_impl.h 109 bool operator != (const locale& __loc) const { return __loc._M_impl != this; }
  /external/stlport/stlport/stl/
_locale.h 127 this->_M_impl = _get_Locale_impl( _copy_Nameless_Locale_impl( __loc._M_impl ) );
130 this->_M_impl = _get_Locale_impl( __loc._M_impl );
203 _Locale_impl* _M_impl;
204 _Locale_impl* _M_get_impl() const { return _M_impl; }
228 : _Locale(__f != 0 ? _copy_Nameless_Locale_impl(__loc._M_impl) : __loc._M_impl) {
_messages_facets.h 146 _STLP_PRIV _Messages* _M_impl;
174 _STLP_PRIV _Messages* _M_impl;
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_locale.h 127 this->_M_impl = _get_Locale_impl( _copy_Nameless_Locale_impl( __loc._M_impl ) );
130 this->_M_impl = _get_Locale_impl( __loc._M_impl );
203 _Locale_impl* _M_impl;
204 _Locale_impl* _M_get_impl() const { return _M_impl; }
228 : _Locale(__f != 0 ? _copy_Nameless_Locale_impl(__loc._M_impl) : __loc._M_impl) {
_messages_facets.h 146 _STLP_PRIV _Messages* _M_impl;
174 _STLP_PRIV _Messages* _M_impl;

Completed in 625 milliseconds

1 2