Symbol: _Node
headers/cpp/stl_hashtable.h
1013
_M_buckets.insert(_M_buckets.end(), __ht._M_buckets.size(), (_Node*) 0);
headers/cpp/stl_hashtable.h
1016
if (const _Node* __cur = __ht._M_buckets[__i]) {
headers/cpp/stl_hashtable.h
1017
_Node* ___copy = _M_new_node(__cur->_M_val);
headers/cpp/stl_hashtable.h
1020
for (_Node* __next = __cur->_M_next;
headers/cpp/stl_hashtable.h
127
const _Node* _M_cur;
headers/cpp/stl_hashtable.h
130
_Hashtable_const_iterator(const _Node* __n, const _Hashtable* __tab)
headers/cpp/stl_hashtable.h
212
typename _Alloc_traits<_Node, _Alloc>::allocator_type _M_node_allocator;
headers/cpp/stl_hashtable.h
213
_Node* _M_get_node() { return _M_node_allocator.allocate(1); }
headers/cpp/stl_hashtable.h
214
void _M_put_node(_Node* __p) { _M_node_allocator.deallocate(__p, 1); }
headers/cpp/stl_hashtable.h
222
_Node* _M_get_node() { return _M_node_allocator_type::allocate(1); }
headers/cpp/stl_hashtable.h
223
void _M_put_node(_Node* __p) { _M_node_allocator_type::deallocate(__p, 1); }
headers/cpp/stl_hashtable.h
231
vector<_Node*,_Alloc> _M_buckets;
headers/cpp/stl_hashtable.h
349
for (_Node* __cur = _M_buckets[__bucket]; __cur; __cur = __cur->_M_next)
headers/cpp/stl_hashtable.h
461
_Node* __first;
headers/cpp/stl_hashtable.h
472
const _Node* __first;
headers/cpp/stl_hashtable.h
485
for (const _Node* __cur = _M_buckets[__n]; __cur; __cur = __cur->_M_next)
headers/cpp/stl_hashtable.h
515
_M_buckets.insert(_M_buckets.end(), __n_buckets, (_Node*) 0);
headers/cpp/stl_hashtable.h
539
_Node* _M_new_node(const value_type& __obj)
headers/cpp/stl_hashtable.h
541
_Node* __n = _M_get_node();
headers/cpp/stl_hashtable.h
550
void _M_delete_node(_Node* __n)
headers/cpp/stl_hashtable.h
556
void _M_erase_bucket(const size_type __n, _Node* __first, _Node* __last);
headers/cpp/stl_hashtable.h
557
void _M_erase_bucket(const size_type __n, _Node* __last);
headers/cpp/stl_hashtable.h
568
const _Node* __old = _M_cur;
headers/cpp/stl_hashtable.h
593
const _Node* __old = _M_cur;
headers/cpp/stl_hashtable.h
670
typedef typename hashtable<_Val,_Key,_HF,_Ex,_Eq,_All>::_Node _Node;
headers/cpp/stl_hashtable.h
674
_Node* __cur1 = __ht1._M_buckets[__n];
headers/cpp/stl_hashtable.h
675
_Node* __cur2 = __ht2._M_buckets[__n];
headers/cpp/stl_hashtable.h
703
_Node* __first = _M_buckets[__n];
headers/cpp/stl_hashtable.h
705
for (_Node* __cur = __first; __cur; __cur = __cur->_M_next)
headers/cpp/stl_hashtable.h
709
_Node* __tmp = _M_new_node(__obj);
headers/cpp/stl_hashtable.h
722
_Node* __first = _M_buckets[__n];
headers/cpp/stl_hashtable.h
724
for (_Node* __cur = __first; __cur; __cur = __cur->_M_next)
headers/cpp/stl_hashtable.h
726
_Node* __tmp = _M_new_node(__obj);
headers/cpp/stl_hashtable.h
733
_Node* __tmp = _M_new_node(__obj);
headers/cpp/stl_hashtable.h
747
_Node* __first = _M_buckets[__n];
headers/cpp/stl_hashtable.h
749
for (_Node* __cur = __first; __cur; __cur = __cur->_M_next)
headers/cpp/stl_hashtable.h
753
_Node* __tmp = _M_new_node(__obj);
headers/cpp/stl_hashtable.h
768
for (_Node* __first = _M_buckets[__n]; __first; __first = __first->_M_next)
headers/cpp/stl_hashtable.h
770
for (_Node* __cur = __first->_M_next; __cur; __cur = __cur->_M_next)
headers/cpp/stl_hashtable.h
791
for (const _Node* __first = _M_buckets[__n] ;
headers/cpp/stl_hashtable.h
795
for (const _Node* __cur = __first->_M_next;
headers/cpp/stl_hashtable.h
816
_Node* __first = _M_buckets[__n];
headers/cpp/stl_hashtable.h
820
_Node* __cur = __first;
headers/cpp/stl_hashtable.h
821
_Node* __next = __cur->_M_next;
headers/cpp/stl_hashtable.h
848
if (_Node* const __p = __it._M_cur) {
headers/cpp/stl_hashtable.h
850
_Node* __cur = _M_buckets[__n];
headers/cpp/stl_hashtable.h
858
_Node* __next = __cur->_M_next;
headers/cpp/stl_hashtable.h
88
_Node* _M_cur;
headers/cpp/stl_hashtable.h
902
erase(iterator(const_cast<_Node*>(__first._M_cur),
headers/cpp/stl_hashtable.h
904
iterator(const_cast<_Node*>(__last._M_cur),
headers/cpp/stl_hashtable.h
91
_Hashtable_iterator(_Node* __n, _Hashtable* __tab)
headers/cpp/stl_hashtable.h
912
erase(iterator(const_cast<_Node*>(__it._M_cur),
headers/cpp/stl_hashtable.h
924
vector<_Node*, _All> __tmp(__n, (_Node*)(0),
headers/cpp/stl_hashtable.h
928
_Node* __first = _M_buckets[__bucket];
headers/cpp/stl_hashtable.h
943
_Node* __next = __tmp[__bucket]->_M_next;
headers/cpp/stl_hashtable.h
957
::_M_erase_bucket(const size_type __n, _Node* __first, _Node* __last)
headers/cpp/stl_hashtable.h
959
_Node* __cur = _M_buckets[__n];
headers/cpp/stl_hashtable.h
963
_Node* __next;
headers/cpp/stl_hashtable.h
979
::_M_erase_bucket(const size_type __n, _Node* __last)
headers/cpp/stl_hashtable.h
981
_Node* __cur = _M_buckets[__n];
headers/cpp/stl_hashtable.h
983
_Node* __next = __cur->_M_next;
headers/cpp/stl_hashtable.h
995
_Node* __cur = _M_buckets[__i];
headers/cpp/stl_hashtable.h
997
_Node* __next = __cur->_M_next;
headers/cpp/stl_list.h
289
_Node* _M_create_node(const _Tp& __x)
headers/cpp/stl_list.h
291
_Node* __p = _M_get_node();
headers/cpp/stl_list.h
299
_Node* _M_create_node()
headers/cpp/stl_list.h
301
_Node* __p = _M_get_node();
headers/cpp/stl_list.h
312
iterator begin() { return (_Node*)(_M_node->_M_next); }
headers/cpp/stl_list.h
313
const_iterator begin() const { return (_Node*)(_M_node->_M_next); }
headers/cpp/stl_list.h
344
_Node* __tmp = _M_create_node(__x);
headers/cpp/stl_list.h
347
((_Node*) (__position._M_node->_M_prev))->_M_next = __tmp;
headers/cpp/stl_list.h
385
_Node* __next_node = (_Node*) (__position._M_node->_M_next);
headers/cpp/stl_list.h
386
_Node* __prev_node = (_Node*) (__position._M_node->_M_prev);
headers/cpp/stl_list.h
471
((_Node*) (__last._M_node->_M_prev))->_M_next = __position._M_node;
headers/cpp/stl_list.h
472
((_Node*) (__first._M_node->_M_prev))->_M_next = __last._M_node;
headers/cpp/stl_list.h
473
((_Node*) (__position._M_node->_M_prev))->_M_next = __first._M_node;
headers/cpp/stl_list.h
476
_Node* __tmp = (_Node*) (__position._M_node->_M_prev);
headers/cpp/stl_list.h
519
typedef typename list<_Tp,_Alloc>::_Node _Node;
headers/cpp/stl_list.h
520
_Node* __e1 = __x._M_node;
headers/cpp/stl_list.h
521
_Node* __e2 = __y._M_node;
headers/cpp/stl_list.h
522
_Node* __n1 = (_Node*) __e1->_M_next;
headers/cpp/stl_list.h
523
_Node* __n2 = (_Node*) __e2->_M_next;
headers/cpp/stl_list.h
525
__n1 = (_Node*) __n1->_M_next, __n2 = (_Node*) __n2->_M_next)
headers/cpp/stl_list.h
63
_Node* _M_node;
headers/cpp/stl_list.h
65
_List_iterator(_Node* __x) : _M_node(__x) {}
headers/cpp/stl_list.h
714
((_Node*) (_M_node->_M_next))->_M_next != _M_node) {
headers/cpp/stl_list.h
730
((_Node*) (_M_node->_M_next))->_M_next != _M_node) {
headers/cpp/stl_list.h
78
_M_node = (_Node*)(_M_node->_M_next);
headers/cpp/stl_list.h
806
((_Node*) (_M_node->_M_next))->_M_next != _M_node) {
headers/cpp/stl_list.h
87
_M_node = (_Node*)(_M_node->_M_prev);
headers/cpp/stl_slist.h
134
_Slist_iterator(_Node* __x) : _Slist_iterator_base(__x) {}
headers/cpp/stl_slist.h
138
reference operator*() const { return ((_Node*) _M_node)->_M_data; }
headers/cpp/stl_slist.h
324
_Node* _M_create_node(const value_type& __x) {
headers/cpp/stl_slist.h
325
_Node* __node = _M_get_node();
headers/cpp/stl_slist.h
334
_Node* _M_create_node() {
headers/cpp/stl_slist.h
335
_Node* __node = _M_get_node();
headers/cpp/stl_slist.h
414
iterator begin() { return iterator((_Node*)_M_head._M_next); }
headers/cpp/stl_slist.h
416
{ return const_iterator((_Node*)_M_head._M_next);}
headers/cpp/stl_slist.h
435
reference front() { return ((_Node*) _M_head._M_next)->_M_data; }
headers/cpp/stl_slist.h
437
{ return ((_Node*) _M_head._M_next)->_M_data; }
headers/cpp/stl_slist.h
443
_Node* __node = (_Node*) _M_head._M_next;
headers/cpp/stl_slist.h
450
return iterator((_Node*) __slist_previous(&_M_head, __pos._M_node));
headers/cpp/stl_slist.h
453
return const_iterator((_Node*) __slist_previous(&_M_head, __pos._M_node));
headers/cpp/stl_slist.h
457
_Node* _M_insert_after(_Node_base* __pos, const value_type& __x) {
headers/cpp/stl_slist.h
458
return (_Node*) (__slist_make_link(__pos, _M_create_node(__x)));
headers/cpp/stl_slist.h
461
_Node* _M_insert_after(_Node_base* __pos) {
headers/cpp/stl_slist.h
462
return (_Node*) (__slist_make_link(__pos, _M_create_node()));
headers/cpp/stl_slist.h
594
return iterator((_Node*) _M_erase_after(__pos._M_node));
headers/cpp/stl_slist.h
597
return iterator((_Node*) _M_erase_after(__before_first._M_node,
headers/cpp/stl_slist.h
602
return (_Node*) _M_erase_after(__slist_previous(&_M_head,
headers/cpp/stl_slist.h
606
return (_Node*) _M_erase_after(
headers/cpp/stl_slist.h
689
_Node* __n1 = (_Node*) _M_head._M_next;
headers/cpp/stl_slist.h
690
const _Node* __n2 = (const _Node*) __x._M_head._M_next;
headers/cpp/stl_slist.h
694
__n1 = (_Node*) __n1->_M_next;
headers/cpp/stl_slist.h
695
__n2 = (const _Node*) __n2->_M_next;
headers/cpp/stl_slist.h
700
_M_insert_after_range(__p1, const_iterator((_Node*)__n2),
headers/cpp/stl_slist.h
709
_Node* __node = (_Node*) _M_head._M_next;
headers/cpp/stl_slist.h
713
__node = (_Node*) __node->_M_next;
headers/cpp/stl_slist.h
729
_Node* __node = (_Node*) _M_head._M_next;
headers/cpp/stl_slist.h
733
__node = (_Node*) __node->_M_next;
headers/cpp/stl_slist.h
748
typedef typename slist<_Tp,_Alloc>::_Node _Node;
headers/cpp/stl_slist.h
749
_Node* __n1 = (_Node*) _SL1._M_head._M_next;
headers/cpp/stl_slist.h
750
_Node* __n2 = (_Node*) _SL2._M_head._M_next;
headers/cpp/stl_slist.h
752
__n1 = (_Node*) __n1->_M_next;
headers/cpp/stl_slist.h
753
__n2 = (_Node*) __n2->_M_next;
headers/cpp/stl_slist.h
795
if (((_Node*) __cur->_M_next)->_M_data == __val)
headers/cpp/stl_slist.h
808
if (((_Node*)__cur)->_M_data ==
headers/cpp/stl_slist.h
809
((_Node*)(__cur->_M_next))->_M_data)
headers/cpp/stl_slist.h
822
if (((_Node*) __x._M_head._M_next)->_M_data <
headers/cpp/stl_slist.h
823
((_Node*) __n1->_M_next)->_M_data)
headers/cpp/stl_slist.h
867
if (__pred(((_Node*) __cur->_M_next)->_M_data))
headers/cpp/stl_slist.h
877
_Node* __cur = (_Node*) _M_head._M_next;
headers/cpp/stl_slist.h
880
if (__pred(((_Node*)__cur)->_M_data,
headers/cpp/stl_slist.h
881
((_Node*)(__cur->_M_next))->_M_data))
headers/cpp/stl_slist.h
884
__cur = (_Node*) __cur->_M_next;
headers/cpp/stl_slist.h
895
if (__comp(((_Node*) __x._M_head._M_next)->_M_data,
headers/cpp/stl_slist.h
896
((_Node*) __n1->_M_next)->_M_data))
headers/private/media/experimental/MediaClientDefs.h
77
media_node _Node() const;
src/kits/media/experimental/MediaClient.cpp
566
handle._Node().node, handle.destination);
src/kits/media/experimental/MediaClient.cpp
569
handle._Node().node, handle.source,