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

1 2 3 4

  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/rc_binomial_heap_/
rc.hpp 49 template<typename _Node, typename _Alloc>
55 typedef _Node node;
120 template<typename _Node, typename _Alloc>
121 rc<_Node, _Alloc>::
125 template<typename _Node, typename _Alloc>
126 rc<_Node, _Alloc>::
127 rc(const rc<_Node, _Alloc>& other) : m_over_top(0)
130 template<typename _Node, typename _Alloc>
132 rc<_Node, _Alloc>::
133 swap(rc<_Node, _Alloc>& other
    [all...]
  /external/valgrind/main/memcheck/tests/
leak-tree.c 18 struct _Node {
19 struct _Node *l;
20 struct _Node *r;
23 char padding[16 - 2*sizeof(struct _Node*)];
leak-cases.c 41 struct _Node {
42 struct _Node* next;
45 char padding[8 - sizeof(struct _Node*)];
  /frameworks/native/include/utils/
List.h 48 class _Node {
50 explicit _Node(const T& val) : mVal(val) {}
51 ~_Node() {}
54 inline _Node* getPrev() const { return mpPrev; }
55 inline _Node* getNext() const { return mpNext; }
57 inline void setPrev(_Node* ptr) { mpPrev = ptr; }
58 inline void setNext(_Node* ptr) { mpNext = ptr; }
63 _Node* mpPrev;
64 _Node* mpNext;
73 typedef _Node const * NodePtr
    [all...]
  /system/core/include/sysutils/
List.h 49 class _Node {
51 explicit _Node(const T& val) : mVal(val) {}
52 ~_Node() {}
55 inline _Node* getPrev() const { return mpPrev; }
56 inline _Node* getNext() const { return mpNext; }
58 inline void setPrev(_Node* ptr) { mpPrev = ptr; }
59 inline void setNext(_Node* ptr) { mpNext = ptr; }
64 _Node* mpPrev;
65 _Node* mpNext;
74 typedef _Node const * NodePtr
    [all...]
  /system/netd/
List.h 49 class _Node {
51 explicit _Node(const T& val) : mVal(val) {}
52 ~_Node() {}
55 inline _Node* getPrev() const { return mpPrev; }
56 inline _Node* getNext() const { return mpNext; }
58 inline void setPrev(_Node* ptr) { mpPrev = ptr; }
59 inline void setNext(_Node* ptr) { mpNext = ptr; }
64 _Node* mpPrev;
65 _Node* mpNext;
74 typedef _Node const * NodePtr
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/backward/
hashtable.h 113 typedef _Hashtable_node<_Val> _Node;
121 _Node* _M_cur;
124 _Hashtable_iterator(_Node* __n, _Hashtable* __tab)
165 typedef _Hashtable_node<_Val> _Node;
174 const _Node* _M_cur;
177 _Hashtable_const_iterator(const _Node* __n, const _Hashtable* __tab)
275 typedef _Hashtable_node<_Val> _Node;
284 typedef typename _Alloc::template rebind<_Node>::other _Node_Alloc;
285 typedef typename _Alloc::template rebind<_Node*>::other _Nodeptr_Alloc;
286 typedef vector<_Node*, _Nodeptr_Alloc> _Vector_type
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/backward/
hashtable.h 115 typedef _Hashtable_node<_Val> _Node;
123 _Node* _M_cur;
126 _Hashtable_iterator(_Node* __n, _Hashtable* __tab)
167 typedef _Hashtable_node<_Val> _Node;
176 const _Node* _M_cur;
179 _Hashtable_const_iterator(const _Node* __n, const _Hashtable* __tab)
293 typedef _Hashtable_node<_Val> _Node;
302 typedef typename _Alloc::template rebind<_Node>::other _Node_Alloc;
303 typedef typename _Alloc::template rebind<_Node*>::other _Nodeptr_Alloc;
304 typedef vector<_Node*, _Nodeptr_Alloc> _Vector_type
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/backward/
hashtable.h 115 typedef _Hashtable_node<_Val> _Node;
123 _Node* _M_cur;
126 _Hashtable_iterator(_Node* __n, _Hashtable* __tab)
167 typedef _Hashtable_node<_Val> _Node;
176 const _Node* _M_cur;
179 _Hashtable_const_iterator(const _Node* __n, const _Hashtable* __tab)
293 typedef _Hashtable_node<_Val> _Node;
302 typedef typename _Alloc::template rebind<_Node>::other _Node_Alloc;
303 typedef typename _Alloc::template rebind<_Node*>::other _Nodeptr_Alloc;
304 typedef vector<_Node*, _Nodeptr_Alloc> _Vector_type
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/backward/
hashtable.h 113 typedef _Hashtable_node<_Val> _Node;
121 _Node* _M_cur;
124 _Hashtable_iterator(_Node* __n, _Hashtable* __tab)
165 typedef _Hashtable_node<_Val> _Node;
174 const _Node* _M_cur;
177 _Hashtable_const_iterator(const _Node* __n, const _Hashtable* __tab)
275 typedef _Hashtable_node<_Val> _Node;
284 typedef typename _Alloc::template rebind<_Node>::other _Node_Alloc;
285 typedef typename _Alloc::template rebind<_Node*>::other _Nodeptr_Alloc;
286 typedef vector<_Node*, _Nodeptr_Alloc> _Vector_type
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/backward/
hashtable.h 113 typedef _Hashtable_node<_Val> _Node;
121 _Node* _M_cur;
124 _Hashtable_iterator(_Node* __n, _Hashtable* __tab)
165 typedef _Hashtable_node<_Val> _Node;
174 const _Node* _M_cur;
177 _Hashtable_const_iterator(const _Node* __n, const _Hashtable* __tab)
275 typedef _Hashtable_node<_Val> _Node;
284 typedef typename _Alloc::template rebind<_Node>::other _Node_Alloc;
285 typedef typename _Alloc::template rebind<_Node*>::other _Nodeptr_Alloc;
286 typedef vector<_Node*, _Nodeptr_Alloc> _Vector_type
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/backward/
hashtable.h 113 typedef _Hashtable_node<_Val> _Node;
121 _Node* _M_cur;
124 _Hashtable_iterator(_Node* __n, _Hashtable* __tab)
165 typedef _Hashtable_node<_Val> _Node;
174 const _Node* _M_cur;
177 _Hashtable_const_iterator(const _Node* __n, const _Hashtable* __tab)
275 typedef _Hashtable_node<_Val> _Node;
284 typedef typename _Alloc::template rebind<_Node>::other _Node_Alloc;
285 typedef typename _Alloc::template rebind<_Node*>::other _Nodeptr_Alloc;
286 typedef vector<_Node*, _Nodeptr_Alloc> _Vector_type
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/backward/
hashtable.h 113 typedef _Hashtable_node<_Val> _Node;
121 _Node* _M_cur;
124 _Hashtable_iterator(_Node* __n, _Hashtable* __tab)
165 typedef _Hashtable_node<_Val> _Node;
174 const _Node* _M_cur;
177 _Hashtable_const_iterator(const _Node* __n, const _Hashtable* __tab)
275 typedef _Hashtable_node<_Val> _Node;
284 typedef typename _Alloc::template rebind<_Node>::other _Node_Alloc;
285 typedef typename _Alloc::template rebind<_Node*>::other _Nodeptr_Alloc;
286 typedef vector<_Node*, _Nodeptr_Alloc> _Vector_type
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/backward/
hashtable.h 115 typedef _Hashtable_node<_Val> _Node;
123 _Node* _M_cur;
126 _Hashtable_iterator(_Node* __n, _Hashtable* __tab)
167 typedef _Hashtable_node<_Val> _Node;
176 const _Node* _M_cur;
179 _Hashtable_const_iterator(const _Node* __n, const _Hashtable* __tab)
293 typedef _Hashtable_node<_Val> _Node;
302 typedef typename _Alloc::template rebind<_Node>::other _Node_Alloc;
303 typedef typename _Alloc::template rebind<_Node*>::other _Nodeptr_Alloc;
304 typedef vector<_Node*, _Nodeptr_Alloc> _Vector_type
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/backward/
hashtable.h 115 typedef _Hashtable_node<_Val> _Node;
123 _Node* _M_cur;
126 _Hashtable_iterator(_Node* __n, _Hashtable* __tab)
166 typedef _Hashtable_node<_Val> _Node;
175 const _Node* _M_cur;
178 _Hashtable_const_iterator(const _Node* __n, const _Hashtable* __tab)
292 typedef _Hashtable_node<_Val> _Node;
301 typedef typename _Alloc::template rebind<_Node>::other _Node_Alloc;
302 typedef typename _Alloc::template rebind<_Node*>::other _Nodeptr_Alloc;
303 typedef vector<_Node*, _Nodeptr_Alloc> _Vector_type
    [all...]
  /external/stlport/stlport/stl/
_slist.c 48 _Node* __tmp = __STATIC_CAST(_Node*, __cur);
76 __STATIC_CAST(_Node*, __n1)->_M_data = __STATIC_CAST(const _Node*, __n2)->_M_data;
95 __STATIC_CAST(_Node*, __node)->_M_data = __val;
122 if (__STATIC_CAST(_Node*, __cur->_M_next)->_M_data == __val)
135 typedef _Slist_node<_Tp> _Node;
139 if (__pred(*__ite, __STATIC_CAST(_Node*, __ite._M_node->_M_next)->_M_data))
150 typedef _Slist_node<_Tp> _Node;
155 if (__comp(__x.front(), __STATIC_CAST(_Node*, __ite._M_node->_M_next)->_M_data))
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_slist.c 48 _Node* __tmp = __STATIC_CAST(_Node*, __cur);
76 __STATIC_CAST(_Node*, __n1)->_M_data = __STATIC_CAST(const _Node*, __n2)->_M_data;
95 __STATIC_CAST(_Node*, __node)->_M_data = __val;
122 if (__STATIC_CAST(_Node*, __cur->_M_next)->_M_data == __val)
135 typedef _Slist_node<_Tp> _Node;
139 if (__pred(*__ite, __STATIC_CAST(_Node*, __ite._M_node->_M_next)->_M_data))
150 typedef _Slist_node<_Tp> _Node;
155 if (__comp(__x.front(), __STATIC_CAST(_Node*, __ite._M_node->_M_next)->_M_data))
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_slist.c 48 _Node* __tmp = __STATIC_CAST(_Node*, __cur);
76 __STATIC_CAST(_Node*, __n1)->_M_data = __STATIC_CAST(const _Node*, __n2)->_M_data;
95 __STATIC_CAST(_Node*, __node)->_M_data = __val;
122 if (__STATIC_CAST(_Node*, __cur->_M_next)->_M_data == __val)
135 typedef _Slist_node<_Tp> _Node;
139 if (__pred(*__ite, __STATIC_CAST(_Node*, __ite._M_node->_M_next)->_M_data))
150 typedef _Slist_node<_Tp> _Node;
155 if (__comp(__x.front(), __STATIC_CAST(_Node*, __ite._M_node->_M_next)->_M_data))
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_slist.c 48 _Node* __tmp = __STATIC_CAST(_Node*, __cur);
76 __STATIC_CAST(_Node*, __n1)->_M_data = __STATIC_CAST(const _Node*, __n2)->_M_data;
95 __STATIC_CAST(_Node*, __node)->_M_data = __val;
122 if (__STATIC_CAST(_Node*, __cur->_M_next)->_M_data == __val)
135 typedef _Slist_node<_Tp> _Node;
139 if (__pred(*__ite, __STATIC_CAST(_Node*, __ite._M_node->_M_next)->_M_data))
150 typedef _Slist_node<_Tp> _Node;
155 if (__comp(__x.front(), __STATIC_CAST(_Node*, __ite._M_node->_M_next)->_M_data))
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_slist.c 48 _Node* __tmp = __STATIC_CAST(_Node*, __cur);
76 __STATIC_CAST(_Node*, __n1)->_M_data = __STATIC_CAST(const _Node*, __n2)->_M_data;
95 __STATIC_CAST(_Node*, __node)->_M_data = __val;
122 if (__STATIC_CAST(_Node*, __cur->_M_next)->_M_data == __val)
135 typedef _Slist_node<_Tp> _Node;
139 if (__pred(*__ite, __STATIC_CAST(_Node*, __ite._M_node->_M_next)->_M_data))
150 typedef _Slist_node<_Tp> _Node;
155 if (__comp(__x.front(), __STATIC_CAST(_Node*, __ite._M_node->_M_next)->_M_data))
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_slist.c 48 _Node* __tmp = __STATIC_CAST(_Node*, __cur);
76 __STATIC_CAST(_Node*, __n1)->_M_data = __STATIC_CAST(const _Node*, __n2)->_M_data;
95 __STATIC_CAST(_Node*, __node)->_M_data = __val;
122 if (__STATIC_CAST(_Node*, __cur->_M_next)->_M_data == __val)
135 typedef _Slist_node<_Tp> _Node;
139 if (__pred(*__ite, __STATIC_CAST(_Node*, __ite._M_node->_M_next)->_M_data))
150 typedef _Slist_node<_Tp> _Node;
155 if (__comp(__x.front(), __STATIC_CAST(_Node*, __ite._M_node->_M_next)->_M_data))
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
forward_list.h 111 typedef _Fwd_list_node<_Tp, _Alloc> _Node;
128 { return __static_pointer_cast<_Node*>(_M_node)->_M_value; }
132 { return &__static_pointer_cast<_Node*>(_M_node)->_M_value; }
178 typedef const _Fwd_list_node<_Tp, _Alloc> _Node;
199 { return __static_pointer_cast<_Node*>(_M_node)->_M_value; }
203 { return &__static_pointer_cast<_Node*>(_M_node)->_M_value; }
290 typedef _Fwd_list_node<_Tp, _Tp_alloc_type> _Node;
326 typename _Node::_Pointer
331 typename _Node::_Pointer
334 typename _Node::_Pointer __node = this->_M_get_node()
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
forward_list.h 111 typedef _Fwd_list_node<_Tp, _Alloc> _Node;
128 { return __static_pointer_cast<_Node*>(_M_node)->_M_value; }
132 { return &__static_pointer_cast<_Node*>(_M_node)->_M_value; }
178 typedef const _Fwd_list_node<_Tp, _Alloc> _Node;
199 { return __static_pointer_cast<_Node*>(_M_node)->_M_value; }
203 { return &__static_pointer_cast<_Node*>(_M_node)->_M_value; }
290 typedef _Fwd_list_node<_Tp, _Tp_alloc_type> _Node;
326 typename _Node::_Pointer
331 typename _Node::_Pointer
334 typename _Node::_Pointer __node = this->_M_get_node()
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
forward_list.h 111 typedef _Fwd_list_node<_Tp, _Alloc> _Node;
128 { return __static_pointer_cast<_Node*>(_M_node)->_M_value; }
132 { return &__static_pointer_cast<_Node*>(_M_node)->_M_value; }
178 typedef const _Fwd_list_node<_Tp, _Alloc> _Node;
199 { return __static_pointer_cast<_Node*>(_M_node)->_M_value; }
203 { return &__static_pointer_cast<_Node*>(_M_node)->_M_value; }
290 typedef _Fwd_list_node<_Tp, _Tp_alloc_type> _Node;
326 typename _Node::_Pointer
331 typename _Node::_Pointer
334 typename _Node::_Pointer __node = this->_M_get_node()
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
forward_list.h 111 typedef _Fwd_list_node<_Tp, _Alloc> _Node;
128 { return __static_pointer_cast<_Node*>(_M_node)->_M_value; }
132 { return &__static_pointer_cast<_Node*>(_M_node)->_M_value; }
178 typedef const _Fwd_list_node<_Tp, _Alloc> _Node;
199 { return __static_pointer_cast<_Node*>(_M_node)->_M_value; }
203 { return &__static_pointer_cast<_Node*>(_M_node)->_M_value; }
290 typedef _Fwd_list_node<_Tp, _Tp_alloc_type> _Node;
326 typename _Node::_Pointer
331 typename _Node::_Pointer
334 typename _Node::_Pointer __node = this->_M_get_node()
    [all...]

Completed in 2446 milliseconds

1 2 3 4