Searched refs:_Node (Results 1 - 9 of 9) 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
155 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/chromium_org/third_party/handlebar/
H A Dhandlebar.py100 class _Node(object): class in class:_Contexts
138 self._nodes = map(_Contexts._Node, globals_)
149 self._nodes.append(_Contexts._Node(context))
307 class _Node(object): pass class in inherits:object
309 class _LeafNode(_Node):
338 class _DecoratorNode(_Node):
409 class _NodeCollection(_Node):
442 class _StringNode(_Node):
710 if not isinstance(value, (Handlebar, _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 516 milliseconds