Home
last modified time | relevance | path

Searched refs:_Node (Results 1 – 11 of 11) sorted by relevance

/external/stlport/stlport/stl/
D_slist.c48 _Node* __tmp = __STATIC_CAST(_Node*, __cur); in _M_erase_after()
76 __STATIC_CAST(_Node*, __n1)->_M_data = __STATIC_CAST(const _Node*, __n2)->_M_data;
95 __STATIC_CAST(_Node*, __node)->_M_data = __val; in _M_fill_assign()
122 if (__STATIC_CAST(_Node*, __cur->_M_next)->_M_data == __val) in remove()
135 typedef _Slist_node<_Tp> _Node; in _Slist_unique() typedef
139 if (__pred(*__ite, __STATIC_CAST(_Node*, __ite._M_node->_M_next)->_M_data)) in _Slist_unique()
150 typedef _Slist_node<_Tp> _Node; in _Slist_merge() typedef
154 if (__comp(__x.front(), __STATIC_CAST(_Node*, __ite._M_node->_M_next)->_M_data)) { in _Slist_merge()
155 … _STLP_VERBOSE_ASSERT(!__comp(__STATIC_CAST(_Node*, __ite._M_node->_M_next)->_M_data, __x.front()), in _Slist_merge()
168 if (__comp(__STATIC_CAST(_Node*, __i1._M_node->_M_next)->_M_data, *__i2)) { in _Slist_merge()
[all …]
D_slist.h95 typedef _Slist_node<value_type> _Node; typedef
102 reference operator*() const { return __STATIC_CAST(_Node*, this->_M_node)->_M_data; }
150 typedef _Slist_node<_Tp> _Node;
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;
250 _Node* _M_create_node(const value_type& __x = _Tp()) {
252 _Node* _M_create_node(const value_type& __x) {
[all …]
D_list.h109 typedef _List_node<_Tp> _Node; typedef
118 reference operator*() const { return __STATIC_CAST(_Node*, this->_M_node)->_M_data; }
178 typedef _List_node<_Tp> _Node;
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;
285 _Node* __p = this->_M_node.allocate(1);
295 _Node* __p = this->_M_node.allocate(1);
521 _Node* __n = __STATIC_CAST(_Node*, __pos._M_node);
D_list.c67 _Node* __cur = __STATIC_CAST(_Node*, _M_node._M_data._M_next); in clear()
73 _Node* __tmp = __cur; in clear()
74 __cur = __STATIC_CAST(_Node*, __cur->_M_next); in clear()
D_tree.h235 typedef _Rb_tree_node<_Tp> _Node;
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;
298 typedef _Node* _Link_type;
/external/valgrind/main/memcheck/tests/
Dleak-tree.c18 struct _Node { struct
19 struct _Node *l; argument
20 struct _Node *r; argument
23 char padding[16 - 2*sizeof(struct _Node*)]; argument
Dleak-cases.c41 struct _Node { struct
42 struct _Node* next; argument
45 char padding[8 - sizeof(struct _Node*)]; argument
/external/pdfium/core/src/fpdfdoc/
Ddoc_form.cpp60 struct _Node : public CFX_Object { struct in CFieldTree
61 _Node *parent; argument
75 count += ((_Node *)children.GetAt(i))->CountFields(nLevel + 1); in CountFields()
89 _Node *pNode = (_Node *)children.GetAt(i); in GetField()
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 *_Lookup(_Node *pParent, const CFX_WideString &short_name);
113 _Node m_Root;
124 CFieldTree::_Node *CFieldTree::AddChild(_Node *pParent, const CFX_WideString &short_name, CPDF_Form… in AddChild()
[all …]
/external/chromium_org/third_party/handlebar/
Dhandlebar.py100 class _Node(object): class in _Contexts
138 self._nodes = map(_Contexts._Node, globals_)
149 self._nodes.append(_Contexts._Node(context))
307 class _Node(object): pass class
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/
D_set.h40 typedef _Rb_tree_node<void*> _Node;
41 _STLP_EXPORT_TEMPLATE_CLASS _STLP_alloc_proxy<_Rb_tree_node_base, _Node, allocator<_Node> >;
/external/stlport/etc/
DChangeLog-5.11372 * stlport/stl/_hashtable.c: Removed _Node macro and fixed