HomeSort by relevance Sort by last modified time
    Searched refs:_Fwd_list_iterator (Results 1 - 7 of 7) sorted by null

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
forward_list.h 117 struct _Fwd_list_iterator
119 typedef _Fwd_list_iterator<_Tp> _Self;
128 _Fwd_list_iterator()
132 _Fwd_list_iterator(_Fwd_list_node_base* __n)
171 return _Fwd_list_iterator(_M_node->_M_next);
173 return _Fwd_list_iterator(0);
189 typedef _Fwd_list_iterator<_Tp> iterator;
256 operator==(const _Fwd_list_iterator<_Tp>& __x,
265 operator!=(const _Fwd_list_iterator<_Tp>& __x,
298 typedef _Fwd_list_iterator<_Tp> iterator
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
forward_list.h 117 struct _Fwd_list_iterator
119 typedef _Fwd_list_iterator<_Tp> _Self;
128 _Fwd_list_iterator()
132 _Fwd_list_iterator(_Fwd_list_node_base* __n)
171 return _Fwd_list_iterator(_M_node->_M_next);
173 return _Fwd_list_iterator(0);
189 typedef _Fwd_list_iterator<_Tp> iterator;
256 operator==(const _Fwd_list_iterator<_Tp>& __x,
265 operator!=(const _Fwd_list_iterator<_Tp>& __x,
298 typedef _Fwd_list_iterator<_Tp> iterator
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
forward_list.h 108 struct _Fwd_list_iterator
110 typedef _Fwd_list_iterator<_Tp, _Alloc> _Self;
120 _Fwd_list_iterator() : _M_node() { }
123 _Fwd_list_iterator(typename _Node_base::_Pointer __n)
161 return _Fwd_list_iterator(_M_node->_M_next);
163 return _Fwd_list_iterator(0);
180 typedef _Fwd_list_iterator<_Tp, _Alloc> iterator;
245 operator==(const _Fwd_list_iterator<_Tp, _Alloc>& __x,
254 operator!=(const _Fwd_list_iterator<_Tp, _Alloc>& __x,
287 typedef _Fwd_list_iterator<_Tp, _Tp_alloc_type> iterator
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
forward_list.h 108 struct _Fwd_list_iterator
110 typedef _Fwd_list_iterator<_Tp, _Alloc> _Self;
120 _Fwd_list_iterator() : _M_node() { }
123 _Fwd_list_iterator(typename _Node_base::_Pointer __n)
161 return _Fwd_list_iterator(_M_node->_M_next);
163 return _Fwd_list_iterator(0);
180 typedef _Fwd_list_iterator<_Tp, _Alloc> iterator;
245 operator==(const _Fwd_list_iterator<_Tp, _Alloc>& __x,
254 operator!=(const _Fwd_list_iterator<_Tp, _Alloc>& __x,
287 typedef _Fwd_list_iterator<_Tp, _Tp_alloc_type> iterator
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
forward_list.h 108 struct _Fwd_list_iterator
110 typedef _Fwd_list_iterator<_Tp, _Alloc> _Self;
120 _Fwd_list_iterator() : _M_node() { }
123 _Fwd_list_iterator(typename _Node_base::_Pointer __n)
161 return _Fwd_list_iterator(_M_node->_M_next);
163 return _Fwd_list_iterator(0);
180 typedef _Fwd_list_iterator<_Tp, _Alloc> iterator;
245 operator==(const _Fwd_list_iterator<_Tp, _Alloc>& __x,
254 operator!=(const _Fwd_list_iterator<_Tp, _Alloc>& __x,
287 typedef _Fwd_list_iterator<_Tp, _Tp_alloc_type> iterator
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
forward_list.h 108 struct _Fwd_list_iterator
110 typedef _Fwd_list_iterator<_Tp, _Alloc> _Self;
120 _Fwd_list_iterator() : _M_node() { }
123 _Fwd_list_iterator(typename _Node_base::_Pointer __n)
161 return _Fwd_list_iterator(_M_node->_M_next);
163 return _Fwd_list_iterator(0);
180 typedef _Fwd_list_iterator<_Tp, _Alloc> iterator;
245 operator==(const _Fwd_list_iterator<_Tp, _Alloc>& __x,
254 operator!=(const _Fwd_list_iterator<_Tp, _Alloc>& __x,
287 typedef _Fwd_list_iterator<_Tp, _Tp_alloc_type> iterator
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/include/bits/
forward_list.h 108 struct _Fwd_list_iterator
110 typedef _Fwd_list_iterator<_Tp, _Alloc> _Self;
120 _Fwd_list_iterator() : _M_node() { }
123 _Fwd_list_iterator(typename _Node_base::_Pointer __n)
161 return _Fwd_list_iterator(_M_node->_M_next);
163 return _Fwd_list_iterator(0);
180 typedef _Fwd_list_iterator<_Tp, _Alloc> iterator;
245 operator==(const _Fwd_list_iterator<_Tp, _Alloc>& __x,
254 operator!=(const _Fwd_list_iterator<_Tp, _Alloc>& __x,
287 typedef _Fwd_list_iterator<_Tp, _Tp_alloc_type> iterator
    [all...]

Completed in 40 milliseconds