Searched refs:_Node (Results 1 - 10 of 10) sorted by relevance

/external/valgrind/main/memcheck/tests/
H A Dleak-tree.c18 struct _Node { struct
19 struct _Node *l;
20 struct _Node *r;
23 char padding[16 - 2*sizeof(struct _Node*)];
H A Dleak-cases.c41 struct _Node { struct
42 struct _Node* next;
45 char padding[8 - sizeof(struct _Node*)];
/external/stlport/stlport/stl/
H A D_slist.c48 _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; typedef
139 if (__pred(*__ite, __STATIC_CAST(_Node*, __ite._M_node->_M_next)->_M_data))
150 typedef _Slist_node<_Tp> _Node; typedef
154 if (__comp(__x.front(), __STATIC_CAST(_Node*, __it
[all...]
H A D_slist.h95 typedef _Slist_node<value_type> _Node; typedef in class:_Slist_iterator
102 reference operator*() const { return __STATIC_CAST(_Node*, this->_M_node)->_M_data; }
150 typedef _Slist_node<_Tp> _Node; typedef in class:_Slist_base
151 typedef typename _Alloc_traits<_Node,_Alloc>::allocator_type _M_node_allocator_type;
155 typedef _STLP_alloc_proxy<_Slist_node_base, _Node, _M_node_allocator_type> _AllocProxy;
161 _M_head(_STLP_CONVERT_ALLOCATOR(__a, _Node), _Slist_node_base() )
174 _Node* __next = __STATIC_CAST(_Node*, __pos->_M_next);
246 typedef _STLP_PRIV _Slist_node<_Tp> _Node; typedef in class:slist
250 _Node* _M_create_nod
[all...]
H A D_list.c67 _Node* __cur = __STATIC_CAST(_Node*, _M_node._M_data._M_next);
73 _Node* __tmp = __cur;
74 __cur = __STATIC_CAST(_Node*, __cur->_M_next);
H A D_list.h109 typedef _List_node<_Tp> _Node; typedef in struct:_List_iterator
118 reference operator*() const { return __STATIC_CAST(_Node*, this->_M_node)->_M_data; }
178 typedef _List_node<_Tp> _Node; typedef in class:_List_base
180 typedef typename _Alloc_traits<_Node, _Alloc>::allocator_type _Node_allocator_type;
182 typedef _STLP_alloc_proxy<_Node_base, _Node, _Node_allocator_type> _AllocProxy;
188 _List_base(const allocator_type& __a) : _M_node(_STLP_CONVERT_ALLOCATOR(__a, _Node), _Node_base())
260 typedef _STLP_PRIV _List_node<_Tp> _Node; typedef in class:list
285 _Node* __p = this->_M_node.allocate(1);
295 _Node* __p = this->_M_node.allocate(1);
521 _Node* __
[all...]
H A D_tree.h235 typedef _Rb_tree_node<_Tp> _Node; typedef in class:_Rb_tree_base
240 typedef typename _Alloc_traits<_Node, _Alloc>::allocator_type _M_node_allocator_type;
241 typedef _STLP_alloc_proxy<_Node_base, _Node, _M_node_allocator_type> _AllocProxy;
250 _M_header(_STLP_CONVERT_ALLOCATOR(__a, _Node), _Node_base() ) {
297 typedef _Rb_tree_node<_Value> _Node; typedef in class:_Rb_tree
298 typedef _Node* _Link_type;
/external/pdfium/core/src/fpdfdoc/
H A Ddoc_form.cpp60 struct _Node : public CFX_Object { struct in class:CFieldTree
61 _Node *parent;
75 count += ((_Node *)children.GetAt(i))->CountFields(nLevel + 1);
89 _Node *pNode = (_Node *)children.GetAt(i);
109 _Node *FindNode(const CFX_WideString &full_name);
110 _Node * AddChild(_Node *pParent, const CFX_WideString &short_name, CPDF_FormField *field_ptr);
111 void RemoveNode(_Node *pNode, int nLevel = 0);
112 _Node *_Looku
[all...]
/external/chromium_org/third_party/motemplate/
H A Dmotemplate.py99 class _Node(object): class in class:_Contexts
137 self._nodes = map(_Contexts._Node, globals_)
148 self._nodes.append(_Contexts._Node(context))
306 class _Node(object): pass class in inherits:object
308 class _LeafNode(_Node):
337 class _DecoratorNode(_Node):
408 class _NodeCollection(_Node):
441 class _StringNode(_Node):
707 if not isinstance(value, (Motemplate, _Node)):
/external/stlport/stlport/stl/pointers/
H A D_set.h40 typedef _Rb_tree_node<void*> _Node; typedef
41 _STLP_EXPORT_TEMPLATE_CLASS _STLP_alloc_proxy<_Rb_tree_node_base, _Node, allocator<_Node> >;

Completed in 198 milliseconds