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

1 2 3 4

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/
slist 240 { this->_M_head._M_next = 0; }
243 { _M_erase_after(&this->_M_head, 0); }
246 _Slist_node_base _M_head;
365 { _M_insert_after_fill(&this->_M_head, __n, __x); }
370 { _M_insert_after_fill(&this->_M_head, __n, value_type()); }
378 { _M_insert_after_range(&this->_M_head, __first, __last); }
382 { _M_insert_after_range(&this->_M_head, __x.begin(), __x.end()); }
424 { return iterator((_Node*)this->_M_head._M_next); }
428 { return const_iterator((_Node*)this->_M_head._M_next);}
447 { return iterator((_Node*) &this->_M_head); }
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/
slist 240 { this->_M_head._M_next = 0; }
243 { _M_erase_after(&this->_M_head, 0); }
246 _Slist_node_base _M_head;
365 { _M_insert_after_fill(&this->_M_head, __n, __x); }
370 { _M_insert_after_fill(&this->_M_head, __n, value_type()); }
378 { _M_insert_after_range(&this->_M_head, __first, __last); }
382 { _M_insert_after_range(&this->_M_head, __x.begin(), __x.end()); }
424 { return iterator((_Node*)this->_M_head._M_next); }
428 { return const_iterator((_Node*)this->_M_head._M_next);}
447 { return iterator((_Node*) &this->_M_head); }
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
slist 240 { this->_M_head._M_next = 0; }
243 { _M_erase_after(&this->_M_head, 0); }
246 _Slist_node_base _M_head;
365 { _M_insert_after_fill(&this->_M_head, __n, __x); }
370 { _M_insert_after_fill(&this->_M_head, __n, value_type()); }
378 { _M_insert_after_range(&this->_M_head, __first, __last); }
382 { _M_insert_after_range(&this->_M_head, __x.begin(), __x.end()); }
424 { return iterator((_Node*)this->_M_head._M_next); }
428 { return const_iterator((_Node*)this->_M_head._M_next);}
447 { return iterator((_Node*) &this->_M_head); }
    [all...]
  /prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
slist 240 { this->_M_head._M_next = 0; }
243 { _M_erase_after(&this->_M_head, 0); }
246 _Slist_node_base _M_head;
365 { _M_insert_after_fill(&this->_M_head, __n, __x); }
370 { _M_insert_after_fill(&this->_M_head, __n, value_type()); }
378 { _M_insert_after_range(&this->_M_head, __first, __last); }
382 { _M_insert_after_range(&this->_M_head, __x.begin(), __x.end()); }
424 { return iterator((_Node*)this->_M_head._M_next); }
428 { return const_iterator((_Node*)this->_M_head._M_next);}
447 { return iterator((_Node*) &this->_M_head); }
    [all...]
  /prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
slist 240 { this->_M_head._M_next = 0; }
243 { _M_erase_after(&this->_M_head, 0); }
246 _Slist_node_base _M_head;
365 { _M_insert_after_fill(&this->_M_head, __n, __x); }
370 { _M_insert_after_fill(&this->_M_head, __n, value_type()); }
378 { _M_insert_after_range(&this->_M_head, __first, __last); }
382 { _M_insert_after_range(&this->_M_head, __x.begin(), __x.end()); }
424 { return iterator((_Node*)this->_M_head._M_next); }
428 { return const_iterator((_Node*)this->_M_head._M_next);}
447 { return iterator((_Node*) &this->_M_head); }
    [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
slist 240 { this->_M_head._M_next = 0; }
243 { _M_erase_after(&this->_M_head, 0); }
246 _Slist_node_base _M_head;
365 { _M_insert_after_fill(&this->_M_head, __n, __x); }
370 { _M_insert_after_fill(&this->_M_head, __n, value_type()); }
378 { _M_insert_after_range(&this->_M_head, __first, __last); }
382 { _M_insert_after_range(&this->_M_head, __x.begin(), __x.end()); }
424 { return iterator((_Node*)this->_M_head._M_next); }
428 { return const_iterator((_Node*)this->_M_head._M_next);}
447 { return iterator((_Node*) &this->_M_head); }
    [all...]
  /prebuilts/ndk/r10/sources/cxx-stl/stlport/stlport/stl/
_slist.h 161 _M_head(_STLP_CONVERT_ALLOCATOR(__a, _Node), _Slist_node_base() )
162 { _M_head._M_data._M_next = 0; }
166 _M_head(__move_source<_AllocProxy>(src.get()._M_head))
167 { src.get()._M_head._M_data._M_next = 0; }
170 ~_Slist_base() { _M_erase_after(&_M_head._M_data, 0); }
178 _M_head.deallocate(__next,1);
185 { return _STLP_CONVERT_ALLOCATOR((const _M_node_allocator_type&)_M_head, _Tp); }
186 _AllocProxy _M_head;
254 _Node* __node = this->_M_head.allocate(1)
    [all...]
_slist.c 51 _M_head.deallocate(__tmp,1);
72 _Node_base* __p1 = &this->_M_head._M_data;
73 _Node_base* __n1 = this->_M_head._M_data._M_next;
74 const _Node_base* __n2 = __x._M_head._M_data._M_next;
92 _Node_base* __prev = &this->_M_head._M_data;
93 _Node_base* __node = this->_M_head._M_data._M_next;
107 _Node_base* __cur = &this->_M_head._M_data;
120 _Node_base* __cur = &this->_M_head._M_data;
  /prebuilts/ndk/r11/sources/cxx-stl/stlport/stlport/stl/
_slist.h 161 _M_head(_STLP_CONVERT_ALLOCATOR(__a, _Node), _Slist_node_base() )
162 { _M_head._M_data._M_next = 0; }
166 _M_head(__move_source<_AllocProxy>(src.get()._M_head))
167 { src.get()._M_head._M_data._M_next = 0; }
170 ~_Slist_base() { _M_erase_after(&_M_head._M_data, 0); }
178 _M_head.deallocate(__next,1);
185 { return _STLP_CONVERT_ALLOCATOR((const _M_node_allocator_type&)_M_head, _Tp); }
186 _AllocProxy _M_head;
254 _Node* __node = this->_M_head.allocate(1)
    [all...]
_slist.c 51 _M_head.deallocate(__tmp,1);
72 _Node_base* __p1 = &this->_M_head._M_data;
73 _Node_base* __n1 = this->_M_head._M_data._M_next;
74 const _Node_base* __n2 = __x._M_head._M_data._M_next;
92 _Node_base* __prev = &this->_M_head._M_data;
93 _Node_base* __node = this->_M_head._M_data._M_next;
107 _Node_base* __cur = &this->_M_head._M_data;
120 _Node_base* __cur = &this->_M_head._M_data;
  /prebuilts/ndk/r13/sources/cxx-stl/stlport/stlport/stl/
_slist.h 161 _M_head(_STLP_CONVERT_ALLOCATOR(__a, _Node), _Slist_node_base() )
162 { _M_head._M_data._M_next = 0; }
166 _M_head(__move_source<_AllocProxy>(src.get()._M_head))
167 { src.get()._M_head._M_data._M_next = 0; }
170 ~_Slist_base() { _M_erase_after(&_M_head._M_data, 0); }
178 _M_head.deallocate(__next,1);
185 { return _STLP_CONVERT_ALLOCATOR((const _M_node_allocator_type&)_M_head, _Tp); }
186 _AllocProxy _M_head;
254 _Node* __node = this->_M_head.allocate(1)
    [all...]
_slist.c 51 _M_head.deallocate(__tmp,1);
72 _Node_base* __p1 = &this->_M_head._M_data;
73 _Node_base* __n1 = this->_M_head._M_data._M_next;
74 const _Node_base* __n2 = __x._M_head._M_data._M_next;
92 _Node_base* __prev = &this->_M_head._M_data;
93 _Node_base* __node = this->_M_head._M_data._M_next;
107 _Node_base* __cur = &this->_M_head._M_data;
120 _Node_base* __cur = &this->_M_head._M_data;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
forward_list.tcc 44 this->_M_impl._M_head._M_next = __lst._M_impl._M_head._M_next;
45 __lst._M_impl._M_head._M_next = 0;
49 this->_M_impl._M_head._M_next = 0;
50 _Fwd_list_node_base* __to = &this->_M_impl._M_head;
51 _Node* __curr = static_cast<_Node*>(__lst._M_impl._M_head._M_next);
118 _Node_base* __to = &this->_M_impl._M_head;
132 _Node_base* __to = &this->_M_impl._M_head;
145 _Node_base* __to = &this->_M_impl._M_head;
302 _Node* __curr = static_cast<_Node*>(&this->_M_impl._M_head);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
forward_list.tcc 44 this->_M_impl._M_head._M_next = __lst._M_impl._M_head._M_next;
45 __lst._M_impl._M_head._M_next = 0;
49 this->_M_impl._M_head._M_next = 0;
50 _Fwd_list_node_base* __to = &this->_M_impl._M_head;
51 _Node* __curr = static_cast<_Node*>(__lst._M_impl._M_head._M_next);
118 _Node_base* __to = &this->_M_impl._M_head;
132 _Node_base* __to = &this->_M_impl._M_head;
145 _Node_base* __to = &this->_M_impl._M_head;
302 _Node* __curr = static_cast<_Node*>(&this->_M_impl._M_head);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
forward_list.tcc 44 this->_M_impl._M_head._M_next = __lst._M_impl._M_head._M_next;
45 __lst._M_impl._M_head._M_next = 0;
49 this->_M_impl._M_head._M_next = 0;
50 _Fwd_list_node_base* __to = &this->_M_impl._M_head;
51 _Node* __curr = static_cast<_Node*>(__lst._M_impl._M_head._M_next);
118 _Node_base* __to = &this->_M_impl._M_head;
132 _Node_base* __to = &this->_M_impl._M_head;
145 _Node_base* __to = &this->_M_impl._M_head;
302 _Node* __curr = static_cast<_Node*>(&this->_M_impl._M_head);
    [all...]
  /prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
forward_list.tcc 44 this->_M_impl._M_head._M_next = __lst._M_impl._M_head._M_next;
45 __lst._M_impl._M_head._M_next = 0;
49 this->_M_impl._M_head._M_next = 0;
50 _Fwd_list_node_base* __to = &this->_M_impl._M_head;
51 _Node* __curr = static_cast<_Node*>(__lst._M_impl._M_head._M_next);
118 _Node_base* __to = &this->_M_impl._M_head;
132 _Node_base* __to = &this->_M_impl._M_head;
145 _Node_base* __to = &this->_M_impl._M_head;
302 _Node* __curr = static_cast<_Node*>(&this->_M_impl._M_head);
    [all...]
  /prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
forward_list.tcc 44 this->_M_impl._M_head._M_next = __lst._M_impl._M_head._M_next;
45 __lst._M_impl._M_head._M_next = 0;
49 this->_M_impl._M_head._M_next = 0;
50 _Fwd_list_node_base* __to = &this->_M_impl._M_head;
51 _Node* __curr = static_cast<_Node*>(__lst._M_impl._M_head._M_next);
118 _Node_base* __to = &this->_M_impl._M_head;
132 _Node_base* __to = &this->_M_impl._M_head;
145 _Node_base* __to = &this->_M_impl._M_head;
302 _Node* __curr = static_cast<_Node*>(&this->_M_impl._M_head);
    [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
forward_list.tcc 44 this->_M_impl._M_head._M_next = __lst._M_impl._M_head._M_next;
45 __lst._M_impl._M_head._M_next = 0;
49 this->_M_impl._M_head._M_next = 0;
50 _Fwd_list_node_base* __to = &this->_M_impl._M_head;
51 _Node* __curr = static_cast<_Node*>(__lst._M_impl._M_head._M_next);
118 _Node_base* __to = &this->_M_impl._M_head;
132 _Node_base* __to = &this->_M_impl._M_head;
145 _Node_base* __to = &this->_M_impl._M_head;
302 _Node* __curr = static_cast<_Node*>(&this->_M_impl._M_head);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/tr1/
tuple 92 _Head _M_head;
97 _Tuple_impl() : _Inherited(), _M_head() { }
102 : _Inherited(__tail...), _M_head(__head) { }
106 : _Inherited(__in._M_tail()), _M_head(__in._M_head) { }
109 : _Inherited(__in._M_tail()), _M_head(__in._M_head) { }
115 _M_head = __in._M_head;
123 _M_head = __in._M_head
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/tr1/
tuple 92 _Head _M_head;
97 _Tuple_impl() : _Inherited(), _M_head() { }
102 : _Inherited(__tail...), _M_head(__head) { }
106 : _Inherited(__in._M_tail()), _M_head(__in._M_head) { }
109 : _Inherited(__in._M_tail()), _M_head(__in._M_head) { }
115 _M_head = __in._M_head;
123 _M_head = __in._M_head
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/tr1/
tuple 92 _Head _M_head;
97 _Tuple_impl() : _Inherited(), _M_head() { }
102 : _Inherited(__tail...), _M_head(__head) { }
106 : _Inherited(__in._M_tail()), _M_head(__in._M_head) { }
109 : _Inherited(__in._M_tail()), _M_head(__in._M_head) { }
115 _M_head = __in._M_head;
123 _M_head = __in._M_head
    [all...]
  /prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/tr1/
tuple 92 _Head _M_head;
97 _Tuple_impl() : _Inherited(), _M_head() { }
102 : _Inherited(__tail...), _M_head(__head) { }
106 : _Inherited(__in._M_tail()), _M_head(__in._M_head) { }
109 : _Inherited(__in._M_tail()), _M_head(__in._M_head) { }
115 _M_head = __in._M_head;
123 _M_head = __in._M_head
    [all...]
  /prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/tr1/
tuple 92 _Head _M_head;
97 _Tuple_impl() : _Inherited(), _M_head() { }
102 : _Inherited(__tail...), _M_head(__head) { }
106 : _Inherited(__in._M_tail()), _M_head(__in._M_head) { }
109 : _Inherited(__in._M_tail()), _M_head(__in._M_head) { }
115 _M_head = __in._M_head;
123 _M_head = __in._M_head
    [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/tr1/
tuple 92 _Head _M_head;
97 _Tuple_impl() : _Inherited(), _M_head() { }
102 : _Inherited(__tail...), _M_head(__head) { }
106 : _Inherited(__in._M_tail()), _M_head(__in._M_head) { }
109 : _Inherited(__in._M_tail()), _M_head(__in._M_head) { }
115 _M_head = __in._M_head;
123 _M_head = __in._M_head
    [all...]
  /prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/
tuple 121 _M_head(_Head_base& __b) noexcept { return __b; }
124 _M_head(const _Head_base& __b) noexcept { return __b; }
167 _M_head(_Head_base& __b) noexcept { return __b._M_head_impl; }
170 _M_head(const _Head_base& __b) noexcept { return __b._M_head_impl; }
239 _M_head(_Tuple_impl& __t) noexcept { return _Base::_M_head(__t); }
242 _M_head(const _Tuple_impl& __t) noexcept { return _Base::_M_head(__t); }
271 _Base(std::forward<_Head>(_M_head(__in))) { }
276 _Base(_Tuple_impl<_Idx, _UElements...>::_M_head(__in)) {
    [all...]

Completed in 3957 milliseconds

1 2 3 4