HomeSort by relevance Sort by last modified time
    Searched defs:_M_start (Results 1 - 25 of 41) sorted by null

1 2

  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
gslice.h 107 size_t _M_start;
113 : _M_count(1), _M_start(0), _M_size(), _M_stride(), _M_index() {}
134 { return _M_index ? _M_index->_M_start : 0; }
stl_vector.h 76 typename _Tp_alloc_type::pointer _M_start;
81 : _Tp_alloc_type(), _M_start(0), _M_finish(0), _M_end_of_storage(0)
85 : _Tp_alloc_type(__a), _M_start(0), _M_finish(0), _M_end_of_storage(0)
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;
122 this->_M_impl._M_start = __x._M_impl._M_start;
125 __x._M_impl._M_start = 0;
132 { _M_deallocate(this->_M_impl._M_start, this->_M_impl._M_end_of_storag
    [all...]
stl_bvector.h 382 _Bit_iterator _M_start;
387 : _Bit_alloc_type(), _M_start(), _M_finish(), _M_end_of_storage(0)
391 : _Bit_alloc_type(__a), _M_start(), _M_finish(), _M_end_of_storage(0)
420 this->_M_impl._M_start = __x._M_impl._M_start;
423 __x._M_impl._M_start = _Bit_iterator();
443 if (_M_impl._M_start._M_p)
444 _M_impl.deallocate(_M_impl._M_start._M_p,
445 _M_impl._M_end_of_storage - _M_impl._M_start._M_p);
514 std::fill(this->_M_impl._M_start._M_p, this->_M_impl._M_end_of_storage,
    [all...]
stl_deque.h 392 std::swap(this->_M_impl._M_start, __x._M_impl._M_start);
415 iterator _M_start;
420 _M_start(), _M_finish()
425 _M_start(), _M_finish()
476 _M_destroy_nodes(this->_M_impl._M_start._M_node,
521 this->_M_impl._M_start._M_set_node(__nstart);
523 this->_M_impl._M_start._M_cur = _M_impl._M_start._M_first;
576 * - iterator _M_start, _M_finis
    [all...]
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/bits/
gslice.h 107 size_t _M_start;
113 : _M_count(1), _M_start(0), _M_size(), _M_stride(), _M_index() {}
134 { return _M_index ? _M_index->_M_start : 0; }
stl_vector.h 76 typename _Tp_alloc_type::pointer _M_start;
81 : _Tp_alloc_type(), _M_start(0), _M_finish(0), _M_end_of_storage(0)
85 : _Tp_alloc_type(__a), _M_start(0), _M_finish(0), _M_end_of_storage(0)
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;
122 this->_M_impl._M_start = __x._M_impl._M_start;
125 __x._M_impl._M_start = 0;
132 { _M_deallocate(this->_M_impl._M_start, this->_M_impl._M_end_of_storag
    [all...]
stl_bvector.h 382 _Bit_iterator _M_start;
387 : _Bit_alloc_type(), _M_start(), _M_finish(), _M_end_of_storage(0)
391 : _Bit_alloc_type(__a), _M_start(), _M_finish(), _M_end_of_storage(0)
420 this->_M_impl._M_start = __x._M_impl._M_start;
423 __x._M_impl._M_start = _Bit_iterator();
443 if (_M_impl._M_start._M_p)
444 _M_impl.deallocate(_M_impl._M_start._M_p,
445 _M_impl._M_end_of_storage - _M_impl._M_start._M_p);
514 std::fill(this->_M_impl._M_start._M_p, this->_M_impl._M_end_of_storage,
    [all...]
stl_deque.h 392 std::swap(this->_M_impl._M_start, __x._M_impl._M_start);
415 iterator _M_start;
420 _M_start(), _M_finish()
425 _M_start(), _M_finish()
476 _M_destroy_nodes(this->_M_impl._M_start._M_node,
521 this->_M_impl._M_start._M_set_node(__nstart);
523 this->_M_impl._M_start._M_cur = _M_impl._M_start._M_first;
576 * - iterator _M_start, _M_finis
    [all...]
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/bits/
gslice.h 107 size_t _M_start;
113 : _M_count(1), _M_start(0), _M_size(), _M_stride(), _M_index() {}
134 { return _M_index ? _M_index->_M_start : 0; }
stl_vector.h 76 typename _Tp_alloc_type::pointer _M_start;
81 : _Tp_alloc_type(), _M_start(0), _M_finish(0), _M_end_of_storage(0)
85 : _Tp_alloc_type(__a), _M_start(0), _M_finish(0), _M_end_of_storage(0)
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;
122 this->_M_impl._M_start = __x._M_impl._M_start;
125 __x._M_impl._M_start = 0;
132 { _M_deallocate(this->_M_impl._M_start, this->_M_impl._M_end_of_storag
    [all...]
stl_bvector.h 382 _Bit_iterator _M_start;
387 : _Bit_alloc_type(), _M_start(), _M_finish(), _M_end_of_storage(0)
391 : _Bit_alloc_type(__a), _M_start(), _M_finish(), _M_end_of_storage(0)
420 this->_M_impl._M_start = __x._M_impl._M_start;
423 __x._M_impl._M_start = _Bit_iterator();
443 if (_M_impl._M_start._M_p)
444 _M_impl.deallocate(_M_impl._M_start._M_p,
445 _M_impl._M_end_of_storage - _M_impl._M_start._M_p);
514 std::fill(this->_M_impl._M_start._M_p, this->_M_impl._M_end_of_storage,
    [all...]
  /prebuilt/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/bits/
gslice.h 107 size_t _M_start;
113 : _M_count(1), _M_start(0), _M_size(), _M_stride(), _M_index() {}
134 { return _M_index ? _M_index->_M_start : 0; }
stl_vector.h 76 typename _Tp_alloc_type::pointer _M_start;
81 : _Tp_alloc_type(), _M_start(0), _M_finish(0), _M_end_of_storage(0)
85 : _Tp_alloc_type(__a), _M_start(0), _M_finish(0), _M_end_of_storage(0)
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;
122 this->_M_impl._M_start = __x._M_impl._M_start;
125 __x._M_impl._M_start = 0;
132 { _M_deallocate(this->_M_impl._M_start, this->_M_impl._M_end_of_storag
    [all...]
stl_bvector.h 382 _Bit_iterator _M_start;
387 : _Bit_alloc_type(), _M_start(), _M_finish(), _M_end_of_storage(0)
391 : _Bit_alloc_type(__a), _M_start(), _M_finish(), _M_end_of_storage(0)
420 this->_M_impl._M_start = __x._M_impl._M_start;
423 __x._M_impl._M_start = _Bit_iterator();
443 if (_M_impl._M_start._M_p)
444 _M_impl.deallocate(_M_impl._M_start._M_p,
445 _M_impl._M_end_of_storage - _M_impl._M_start._M_p);
514 std::fill(this->_M_impl._M_start._M_p, this->_M_impl._M_end_of_storage,
    [all...]
  /external/clang/test/CodeGenCXX/
2007-09-10-RecursiveTypeResolution.cpp 45 _Tp *_M_start;
  /external/stlport/stlport/stl/
_vector.h 67 : _M_start(0), _M_finish(0), _M_end_of_storage(__a, 0) {}
70 : _M_start(0), _M_finish(0), _M_end_of_storage(__a, 0) {
71 _M_start = _M_end_of_storage.allocate(__n, __n);
72 _M_finish = _M_start;
73 _M_end_of_storage._M_data = _M_start + __n;
79 : _M_start(src.get()._M_start), _M_finish(src.get()._M_finish),
82 src.get()._M_finish = src.get()._M_end_of_storage._M_data = src.get()._M_start = 0;
87 if (_M_start != _STLP_DEFAULT_CONSTRUCTED(pointer))
88 _M_end_of_storage.deallocate(_M_start, _M_end_of_storage._M_data - _M_start)
    [all...]
_bvector.h 279 : _M_start(), _M_finish(), _M_end_of_storage(_STLP_CONVERT_ALLOCATOR(__a, __chunk_type),
284 : _M_start(src.get()._M_start), _M_finish(src.get()._M_finish),
287 src.get()._M_start._M_p = 0;
304 if (_M_start._M_p)
305 _M_end_of_storage.deallocate(_M_start._M_p,
306 _M_end_of_storage._M_data - _M_start._M_p);
309 _Bit_iterator _M_start;
393 this->_M_start = iterator(__q, 0);
394 this->_M_finish = this->_M_start + difference_type(__n)
    [all...]
_deque.h 357 : _M_start(), _M_finish(), _M_map(_STLP_CONVERT_ALLOCATOR(__a, _Tp*), 0),
362 : _M_start(), _M_finish(), _M_map(_STLP_CONVERT_ALLOCATOR(__a, _Tp*), 0),
367 : _M_start(src.get()._M_start), _M_finish(src.get()._M_finish),
372 src.get()._M_finish = src.get()._M_start;
385 iterator _M_start;
432 iterator begin() { return this->_M_start; }
434 const_iterator begin() const { return const_iterator(this->_M_start); }
438 reverse_iterator rend() { return reverse_iterator(this->_M_start); }
442 { return const_reverse_iterator(this->_M_start); }
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_vector.h 67 : _M_start(0), _M_finish(0), _M_end_of_storage(__a, 0) {}
70 : _M_start(0), _M_finish(0), _M_end_of_storage(__a, 0) {
71 _M_start = _M_end_of_storage.allocate(__n, __n);
72 _M_finish = _M_start;
73 _M_end_of_storage._M_data = _M_start + __n;
79 : _M_start(src.get()._M_start), _M_finish(src.get()._M_finish),
82 src.get()._M_finish = src.get()._M_end_of_storage._M_data = src.get()._M_start = 0;
87 if (_M_start != _STLP_DEFAULT_CONSTRUCTED(pointer))
88 _M_end_of_storage.deallocate(_M_start, _M_end_of_storage._M_data - _M_start)
    [all...]
_bvector.h 279 : _M_start(), _M_finish(), _M_end_of_storage(_STLP_CONVERT_ALLOCATOR(__a, __chunk_type),
284 : _M_start(src.get()._M_start), _M_finish(src.get()._M_finish),
287 src.get()._M_start._M_p = 0;
304 if (_M_start._M_p)
305 _M_end_of_storage.deallocate(_M_start._M_p,
306 _M_end_of_storage._M_data - _M_start._M_p);
309 _Bit_iterator _M_start;
393 this->_M_start = iterator(__q, 0);
394 this->_M_finish = this->_M_start + difference_type(__n)
    [all...]
_deque.h 357 : _M_start(), _M_finish(), _M_map(_STLP_CONVERT_ALLOCATOR(__a, _Tp*), 0),
362 : _M_start(), _M_finish(), _M_map(_STLP_CONVERT_ALLOCATOR(__a, _Tp*), 0),
367 : _M_start(src.get()._M_start), _M_finish(src.get()._M_finish),
372 src.get()._M_finish = src.get()._M_start;
385 iterator _M_start;
432 iterator begin() { return this->_M_start; }
434 const_iterator begin() const { return const_iterator(this->_M_start); }
438 reverse_iterator rend() { return reverse_iterator(this->_M_start); }
442 { return const_reverse_iterator(this->_M_start); }
    [all...]
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/
_vector.h 67 : _M_start(0), _M_finish(0), _M_end_of_storage(__a, 0) {}
70 : _M_start(0), _M_finish(0), _M_end_of_storage(__a, 0) {
71 _M_start = _M_end_of_storage.allocate(__n, __n);
72 _M_finish = _M_start;
73 _M_end_of_storage._M_data = _M_start + __n;
79 : _M_start(src.get()._M_start), _M_finish(src.get()._M_finish),
82 src.get()._M_finish = src.get()._M_end_of_storage._M_data = src.get()._M_start = 0;
87 if (_M_start != _STLP_DEFAULT_CONSTRUCTED(pointer))
88 _M_end_of_storage.deallocate(_M_start, _M_end_of_storage._M_data - _M_start)
    [all...]
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/
_vector.h 67 : _M_start(0), _M_finish(0), _M_end_of_storage(__a, 0) {}
70 : _M_start(0), _M_finish(0), _M_end_of_storage(__a, 0) {
71 _M_start = _M_end_of_storage.allocate(__n, __n);
72 _M_finish = _M_start;
73 _M_end_of_storage._M_data = _M_start + __n;
79 : _M_start(src.get()._M_start), _M_finish(src.get()._M_finish),
82 src.get()._M_finish = src.get()._M_end_of_storage._M_data = src.get()._M_start = 0;
87 if (_M_start != _STLP_DEFAULT_CONSTRUCTED(pointer))
88 _M_end_of_storage.deallocate(_M_start, _M_end_of_storage._M_data - _M_start)
    [all...]
  /prebuilt/ndk/android-ndk-r7/sources/cxx-stl/stlport/stlport/stl/
_vector.h 67 : _M_start(0), _M_finish(0), _M_end_of_storage(__a, 0) {}
70 : _M_start(0), _M_finish(0), _M_end_of_storage(__a, 0) {
71 _M_start = _M_end_of_storage.allocate(__n, __n);
72 _M_finish = _M_start;
73 _M_end_of_storage._M_data = _M_start + __n;
79 : _M_start(src.get()._M_start), _M_finish(src.get()._M_finish),
82 src.get()._M_finish = src.get()._M_end_of_storage._M_data = src.get()._M_start = 0;
87 if (_M_start != _STLP_DEFAULT_CONSTRUCTED(pointer))
88 _M_end_of_storage.deallocate(_M_start, _M_end_of_storage._M_data - _M_start)
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
bitmap_allocator.h 86 pointer _M_start;
107 __mini_vector() : _M_start(0), _M_finish(0),
114 if (this->_M_start)
116 this->deallocate(this->_M_start, this->_M_end_of_storage
117 - this->_M_start);
124 { return _M_finish - _M_start; }
128 { return this->_M_start; }
140 { return this->_M_start[__pos]; }
166 { this->_M_finish = this->_M_start; }
206 if (this->_M_start)
    [all...]

Completed in 1841 milliseconds

1 2