/prebuilts/gcc/linux-x86/host/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...] |
/prebuilts/ndk/5/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...] |
/prebuilts/ndk/6/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...] |
/prebuilts/ndk/7/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; }
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/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; }
|
/ndk/tests/device/test-stlport_shared-exception/jni/ |
alias2.cpp | 23 : _M_start() 28 _Deque_iterator _M_start; 33 printf ("bb %x %x\n", this, *_M_start._M_node); 42 _M_start._M_node = &yy; 43 _M_start._M_cur = yy; 53 _Deque_iterator i = _M_start;
|
/ndk/tests/device/test-stlport_static-exception/jni/ |
alias2.cpp | 23 : _M_start() 28 _Deque_iterator _M_start; 33 printf ("bb %x %x\n", this, *_M_start._M_node); 42 _M_start._M_node = &yy; 43 _M_start._M_cur = yy; 53 _Deque_iterator i = _M_start;
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/ |
gslice.h | 109 size_t _M_start; 115 : _M_count(1), _M_start(0), _M_size(), _M_stride(), _M_index() {} 136 { return _M_index ? _M_index->_M_start : 0; }
|
regex_nfa.h | 276 _M_start() const 343 : _M_nfa(__ss), _M_start(__s), _M_end1(__s), _M_end2(__e) 348 _M_start(_M_nfa._M_insert_alt(__e1._M_start, __e2._M_start)), 355 _M_start(_M_nfa._M_insert_alt(__id, __e._M_start)), 361 : _M_nfa(__rhs._M_nfa), _M_start(__rhs._M_start), 370 { return _M_start; } [all...] |
stl_vector.h | 78 typename _Tp_alloc_type::pointer _M_start; 83 : _Tp_alloc_type(), _M_start(0), _M_finish(0), _M_end_of_storage(0) 87 : _Tp_alloc_type(__a), _M_start(0), _M_finish(0), _M_end_of_storage(0) 115 this->_M_impl._M_start = this->_M_allocate(__n); 116 this->_M_impl._M_finish = this->_M_impl._M_start; 117 this->_M_impl._M_end_of_storage = this->_M_impl._M_start + __n; 123 this->_M_impl._M_start = this->_M_allocate(__n); 124 this->_M_impl._M_finish = this->_M_impl._M_start; 125 this->_M_impl._M_end_of_storage = this->_M_impl._M_start + __n; 132 this->_M_impl._M_start = __x._M_impl._M_start [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/ |
gslice.h | 109 size_t _M_start; 115 : _M_count(1), _M_start(0), _M_size(), _M_stride(), _M_index() {} 136 { return _M_index ? _M_index->_M_start : 0; }
|
regex_nfa.h | 276 _M_start() const 343 : _M_nfa(__ss), _M_start(__s), _M_end1(__s), _M_end2(__e) 348 _M_start(_M_nfa._M_insert_alt(__e1._M_start, __e2._M_start)), 355 _M_start(_M_nfa._M_insert_alt(__id, __e._M_start)), 361 : _M_nfa(__rhs._M_nfa), _M_start(__rhs._M_start), 370 { return _M_start; } [all...] |
stl_vector.h | 78 typename _Tp_alloc_type::pointer _M_start; 83 : _Tp_alloc_type(), _M_start(0), _M_finish(0), _M_end_of_storage(0) 87 : _Tp_alloc_type(__a), _M_start(0), _M_finish(0), _M_end_of_storage(0) 115 this->_M_impl._M_start = this->_M_allocate(__n); 116 this->_M_impl._M_finish = this->_M_impl._M_start; 117 this->_M_impl._M_end_of_storage = this->_M_impl._M_start + __n; 123 this->_M_impl._M_start = this->_M_allocate(__n); 124 this->_M_impl._M_finish = this->_M_impl._M_start; 125 this->_M_impl._M_end_of_storage = this->_M_impl._M_start + __n; 132 this->_M_impl._M_start = __x._M_impl._M_start [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
gslice.h | 109 size_t _M_start; 115 : _M_count(1), _M_start(0), _M_size(), _M_stride(), _M_index() {} 136 { return _M_index ? _M_index->_M_start : 0; }
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
gslice.h | 110 size_t _M_start; 116 : _M_count(1), _M_start(0), _M_size(), _M_stride(), _M_index() {} 137 { return _M_index ? _M_index->_M_start : 0; }
|
stl_bvector.h | 386 _Bit_iterator _M_start; 391 : _Bit_alloc_type(), _M_start(), _M_finish(), _M_end_of_storage(0) 395 : _Bit_alloc_type(__a), _M_start(), _M_finish(), _M_end_of_storage(0) 400 : _Bit_alloc_type(std::move(__a)), _M_start(), _M_finish(), 431 this->_M_impl._M_start = __x._M_impl._M_start; 434 __x._M_impl._M_start = _Bit_iterator(); 453 if (_M_impl._M_start._M_p) 454 _M_impl.deallocate(_M_impl._M_start._M_p, 455 _M_impl._M_end_of_storage - _M_impl._M_start._M_p) [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
gslice.h | 109 size_t _M_start; 115 : _M_count(1), _M_start(0), _M_size(), _M_stride(), _M_index() {} 136 { return _M_index ? _M_index->_M_start : 0; }
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
gslice.h | 110 size_t _M_start; 116 : _M_count(1), _M_start(0), _M_size(), _M_stride(), _M_index() {} 137 { return _M_index ? _M_index->_M_start : 0; }
|
stl_bvector.h | 386 _Bit_iterator _M_start; 391 : _Bit_alloc_type(), _M_start(), _M_finish(), _M_end_of_storage(0) 395 : _Bit_alloc_type(__a), _M_start(), _M_finish(), _M_end_of_storage(0) 400 : _Bit_alloc_type(std::move(__a)), _M_start(), _M_finish(), 431 this->_M_impl._M_start = __x._M_impl._M_start; 434 __x._M_impl._M_start = _Bit_iterator(); 453 if (_M_impl._M_start._M_p) 454 _M_impl.deallocate(_M_impl._M_start._M_p, 455 _M_impl._M_end_of_storage - _M_impl._M_start._M_p) [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/ |
gslice.h | 109 size_t _M_start; 115 : _M_count(1), _M_start(0), _M_size(), _M_stride(), _M_index() {} 136 { return _M_index ? _M_index->_M_start : 0; }
|
stl_bvector.h | 411 _Bit_iterator _M_start; 416 : _Bit_alloc_type(), _M_start(), _M_finish(), _M_end_of_storage(0) 420 : _Bit_alloc_type(__a), _M_start(), _M_finish(), _M_end_of_storage(0) 425 : _Bit_alloc_type(std::move(__a)), _M_start(), _M_finish(), 456 this->_M_impl._M_start = __x._M_impl._M_start; 459 __x._M_impl._M_start = _Bit_iterator(); 478 if (_M_impl._M_start._M_p) 479 _M_impl.deallocate(_M_impl._M_start._M_p, 480 _M_impl._M_end_of_storage - _M_impl._M_start._M_p) [all...] |
/external/clang/test/CodeGenCXX/ |
2007-09-10-RecursiveTypeResolution.cpp | 45 _Tp *_M_start;
|