HomeSort by relevance Sort by last modified time
    Searched refs:_Node (Results 1 - 25 of 93) 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/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...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/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...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/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...]
  /prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/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...]
  /prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/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...]
  /prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/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/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*)];
  /development/vndk/tools/header-checker/tests/input/
example1.h 70 class _Node {
72 explicit _Node(const T& val) : mVal(val) {}
73 ~_Node() {}
80 _Node* mpPrev;
81 _Node* mpNext;
83 _Node *middle;
  /system/core/libsysutils/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/core/libutils/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/keymaster/
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...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/backward/
hashtable.h 114 typedef _Hashtable_node<_Val> _Node;
122 _Node* _M_cur;
125 _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)
291 typedef _Hashtable_node<_Val> _Node;
300 typedef typename _Alloc::template rebind<_Node>::other _Node_Alloc;
301 typedef typename _Alloc::template rebind<_Node*>::other _Nodeptr_Alloc;
302 typedef vector<_Node*, _Nodeptr_Alloc> _Vector_type
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/backward/
hashtable.h 114 typedef _Hashtable_node<_Val> _Node;
122 _Node* _M_cur;
125 _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)
291 typedef _Hashtable_node<_Val> _Node;
300 typedef typename _Alloc::template rebind<_Node>::other _Node_Alloc;
301 typedef typename _Alloc::template rebind<_Node*>::other _Nodeptr_Alloc;
302 typedef vector<_Node*, _Nodeptr_Alloc> _Vector_type
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/backward/
hashtable.h 114 typedef _Hashtable_node<_Val> _Node;
122 _Node* _M_cur;
125 _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)
291 typedef _Hashtable_node<_Val> _Node;
300 typedef typename _Alloc::template rebind<_Node>::other _Node_Alloc;
301 typedef typename _Alloc::template rebind<_Node*>::other _Nodeptr_Alloc;
302 typedef vector<_Node*, _Nodeptr_Alloc> _Vector_type
    [all...]
  /prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/backward/
hashtable.h 114 typedef _Hashtable_node<_Val> _Node;
122 _Node* _M_cur;
125 _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...]
  /prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/backward/
hashtable.h 114 typedef _Hashtable_node<_Val> _Node;
122 _Node* _M_cur;
125 _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...]
  /prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/backward/
hashtable.h 114 typedef _Hashtable_node<_Val> _Node;
122 _Node* _M_cur;
125 _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...]
  /prebuilts/ndk/r10/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/r11/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;
154 if (__comp(__x.front(), __STATIC_CAST(_Node*, __ite._M_node->_M_next)->_M_data))
    [all...]
  /prebuilts/ndk/r13/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;
154 if (__comp(__x.front(), __STATIC_CAST(_Node*, __ite._M_node->_M_next)->_M_data))
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
regparse.h 174 struct _Node* target;
179 struct _Node* head_exact;
180 struct _Node* next_head_exact;
193 struct _Node* target;
206 struct _Node* target;
221 struct _Node* target; /* EncloseNode : ENCLOSE_MEMORY */
239 struct _Node* target;
245 struct _Node* car;
246 struct _Node* cdr;
255 typedef struct _Node {
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/tr1/
hashtable.h 163 typedef __detail::_Hash_node<_Value, __cache_hash_code> _Node;
164 typedef typename _Allocator::template rebind<_Node>::other
166 typedef typename _Allocator::template rebind<_Node*>::other
173 _Node** _M_buckets;
178 _Node*
182 _M_deallocate_node(_Node* __n);
185 _M_deallocate_nodes(_Node**, size_type);
187 _Node**
191 _M_deallocate_buckets(_Node**, size_type __n);
354 _Node*
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/tr1/
hashtable.h 163 typedef __detail::_Hash_node<_Value, __cache_hash_code> _Node;
164 typedef typename _Allocator::template rebind<_Node>::other
166 typedef typename _Allocator::template rebind<_Node*>::other
173 _Node** _M_buckets;
178 _Node*
182 _M_deallocate_node(_Node* __n);
185 _M_deallocate_nodes(_Node**, size_type);
187 _Node**
191 _M_deallocate_buckets(_Node**, size_type __n);
354 _Node*
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/tr1/
hashtable.h 163 typedef __detail::_Hash_node<_Value, __cache_hash_code> _Node;
164 typedef typename _Allocator::template rebind<_Node>::other
166 typedef typename _Allocator::template rebind<_Node*>::other
173 _Node** _M_buckets;
178 _Node*
182 _M_deallocate_node(_Node* __n);
185 _M_deallocate_nodes(_Node**, size_type);
187 _Node**
191 _M_deallocate_buckets(_Node**, size_type __n);
354 _Node*
    [all...]

Completed in 1758 milliseconds

1 2 3 4