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

12345678

/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/rc_binomial_heap_/
H A Drc.hpp49 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, _Allo
[all...]
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/rc_binomial_heap_/
H A Drc.hpp49 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, _Allo
[all...]
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/rc_binomial_heap_/
H A Drc.hpp49 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, _Allo
[all...]
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/rc_binomial_heap_/
H A Drc.hpp49 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, _Allo
[all...]
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/rc_binomial_heap_/
H A Drc.hpp49 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, _Allo
[all...]
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/rc_binomial_heap_/
H A Drc.hpp49 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, _Allo
[all...]
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/rc_binomial_heap_/
H A Drc.hpp49 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, _Allo
[all...]
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/backward/
H A Dhashtable.h113 typedef _Hashtable_node<_Val> _Node; typedef in struct:_Hashtable_iterator
121 _Node* _M_cur;
124 _Hashtable_iterator(_Node* __n, _Hashtable* __tab)
165 typedef _Hashtable_node<_Val> _Node; typedef in struct:_Hashtable_const_iterator
174 const _Node* _M_cur;
177 _Hashtable_const_iterator(const _Node* __n, const _Hashtable* __tab)
275 typedef _Hashtable_node<_Val> _Node; typedef in class:hashtable
284 typedef typename _Alloc::template rebind<_Node>::other _Node_Alloc;
285 typedef typename _Alloc::template rebind<_Node*>::other _Nodeptr_Alloc;
286 typedef vector<_Node*, _Nodeptr_Allo
692 typedef typename hashtable<_Val, _Key, _HF, _Ex, _Eq, _All>::_Node _Node; typedef
[all...]
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/backward/
H A Dhashtable.h115 typedef _Hashtable_node<_Val> _Node; typedef in struct:_Hashtable_iterator
123 _Node* _M_cur;
126 _Hashtable_iterator(_Node* __n, _Hashtable* __tab)
167 typedef _Hashtable_node<_Val> _Node; typedef in struct:_Hashtable_const_iterator
176 const _Node* _M_cur;
179 _Hashtable_const_iterator(const _Node* __n, const _Hashtable* __tab)
293 typedef _Hashtable_node<_Val> _Node; typedef in class:hashtable
302 typedef typename _Alloc::template rebind<_Node>::other _Node_Alloc;
303 typedef typename _Alloc::template rebind<_Node*>::other _Nodeptr_Alloc;
304 typedef vector<_Node*, _Nodeptr_Allo
712 typedef typename hashtable<_Val, _Key, _HF, _Ex, _Eq, _All>::_Node _Node; typedef
[all...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/backward/
H A Dhashtable.h115 typedef _Hashtable_node<_Val> _Node; typedef in struct:_Hashtable_iterator
123 _Node* _M_cur;
126 _Hashtable_iterator(_Node* __n, _Hashtable* __tab)
167 typedef _Hashtable_node<_Val> _Node; typedef in struct:_Hashtable_const_iterator
176 const _Node* _M_cur;
179 _Hashtable_const_iterator(const _Node* __n, const _Hashtable* __tab)
293 typedef _Hashtable_node<_Val> _Node; typedef in class:hashtable
302 typedef typename _Alloc::template rebind<_Node>::other _Node_Alloc;
303 typedef typename _Alloc::template rebind<_Node*>::other _Nodeptr_Alloc;
304 typedef vector<_Node*, _Nodeptr_Allo
712 typedef typename hashtable<_Val, _Key, _HF, _Ex, _Eq, _All>::_Node _Node; typedef
[all...]
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/backward/
H A Dhashtable.h113 typedef _Hashtable_node<_Val> _Node; typedef in struct:_Hashtable_iterator
121 _Node* _M_cur;
124 _Hashtable_iterator(_Node* __n, _Hashtable* __tab)
165 typedef _Hashtable_node<_Val> _Node; typedef in struct:_Hashtable_const_iterator
174 const _Node* _M_cur;
177 _Hashtable_const_iterator(const _Node* __n, const _Hashtable* __tab)
275 typedef _Hashtable_node<_Val> _Node; typedef in class:hashtable
284 typedef typename _Alloc::template rebind<_Node>::other _Node_Alloc;
285 typedef typename _Alloc::template rebind<_Node*>::other _Nodeptr_Alloc;
286 typedef vector<_Node*, _Nodeptr_Allo
692 typedef typename hashtable<_Val, _Key, _HF, _Ex, _Eq, _All>::_Node _Node; typedef
[all...]
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/backward/
H A Dhashtable.h113 typedef _Hashtable_node<_Val> _Node; typedef in struct:_Hashtable_iterator
121 _Node* _M_cur;
124 _Hashtable_iterator(_Node* __n, _Hashtable* __tab)
165 typedef _Hashtable_node<_Val> _Node; typedef in struct:_Hashtable_const_iterator
174 const _Node* _M_cur;
177 _Hashtable_const_iterator(const _Node* __n, const _Hashtable* __tab)
275 typedef _Hashtable_node<_Val> _Node; typedef in class:hashtable
284 typedef typename _Alloc::template rebind<_Node>::other _Node_Alloc;
285 typedef typename _Alloc::template rebind<_Node*>::other _Nodeptr_Alloc;
286 typedef vector<_Node*, _Nodeptr_Allo
692 typedef typename hashtable<_Val, _Key, _HF, _Ex, _Eq, _All>::_Node _Node; typedef
[all...]
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/backward/
H A Dhashtable.h113 typedef _Hashtable_node<_Val> _Node; typedef in struct:_Hashtable_iterator
121 _Node* _M_cur;
124 _Hashtable_iterator(_Node* __n, _Hashtable* __tab)
165 typedef _Hashtable_node<_Val> _Node; typedef in struct:_Hashtable_const_iterator
174 const _Node* _M_cur;
177 _Hashtable_const_iterator(const _Node* __n, const _Hashtable* __tab)
275 typedef _Hashtable_node<_Val> _Node; typedef in class:hashtable
284 typedef typename _Alloc::template rebind<_Node>::other _Node_Alloc;
285 typedef typename _Alloc::template rebind<_Node*>::other _Nodeptr_Alloc;
286 typedef vector<_Node*, _Nodeptr_Allo
692 typedef typename hashtable<_Val, _Key, _HF, _Ex, _Eq, _All>::_Node _Node; typedef
[all...]
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/backward/
H A Dhashtable.h113 typedef _Hashtable_node<_Val> _Node; typedef in struct:_Hashtable_iterator
121 _Node* _M_cur;
124 _Hashtable_iterator(_Node* __n, _Hashtable* __tab)
165 typedef _Hashtable_node<_Val> _Node; typedef in struct:_Hashtable_const_iterator
174 const _Node* _M_cur;
177 _Hashtable_const_iterator(const _Node* __n, const _Hashtable* __tab)
275 typedef _Hashtable_node<_Val> _Node; typedef in class:hashtable
284 typedef typename _Alloc::template rebind<_Node>::other _Node_Alloc;
285 typedef typename _Alloc::template rebind<_Node*>::other _Nodeptr_Alloc;
286 typedef vector<_Node*, _Nodeptr_Allo
692 typedef typename hashtable<_Val, _Key, _HF, _Ex, _Eq, _All>::_Node _Node; typedef
[all...]
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/backward/
H A Dhashtable.h115 typedef _Hashtable_node<_Val> _Node; typedef in struct:_Hashtable_iterator
123 _Node* _M_cur;
126 _Hashtable_iterator(_Node* __n, _Hashtable* __tab)
167 typedef _Hashtable_node<_Val> _Node; typedef in struct:_Hashtable_const_iterator
176 const _Node* _M_cur;
179 _Hashtable_const_iterator(const _Node* __n, const _Hashtable* __tab)
293 typedef _Hashtable_node<_Val> _Node; typedef in class:hashtable
302 typedef typename _Alloc::template rebind<_Node>::other _Node_Alloc;
303 typedef typename _Alloc::template rebind<_Node*>::other _Nodeptr_Alloc;
304 typedef vector<_Node*, _Nodeptr_Allo
712 typedef typename hashtable<_Val, _Key, _HF, _Ex, _Eq, _All>::_Node _Node; typedef
[all...]
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/backward/
H A Dhashtable.h115 typedef _Hashtable_node<_Val> _Node; typedef in struct:_Hashtable_iterator
123 _Node* _M_cur;
126 _Hashtable_iterator(_Node* __n, _Hashtable* __tab)
166 typedef _Hashtable_node<_Val> _Node; typedef in struct:_Hashtable_const_iterator
175 const _Node* _M_cur;
178 _Hashtable_const_iterator(const _Node* __n, const _Hashtable* __tab)
292 typedef _Hashtable_node<_Val> _Node; typedef in class:hashtable
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_Allo
711 typedef typename hashtable<_Val, _Key, _HF, _Ex, _Eq, _All>::_Node _Node; typedef
[all...]
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/include/backward/
H A Dhashtable.h115 typedef _Hashtable_node<_Val> _Node; typedef in struct:_Hashtable_iterator
123 _Node* _M_cur;
126 _Hashtable_iterator(_Node* __n, _Hashtable* __tab)
167 typedef _Hashtable_node<_Val> _Node; typedef in struct:_Hashtable_const_iterator
176 const _Node* _M_cur;
179 _Hashtable_const_iterator(const _Node* __n, const _Hashtable* __tab)
293 typedef _Hashtable_node<_Val> _Node; typedef in class:hashtable
302 typedef typename _Alloc::template rebind<_Node>::other _Node_Alloc;
303 typedef typename _Alloc::template rebind<_Node*>::other _Nodeptr_Alloc;
304 typedef vector<_Node*, _Nodeptr_Allo
712 typedef typename hashtable<_Val, _Key, _HF, _Ex, _Eq, _All>::_Node _Node; typedef
[all...]
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/backward/
H A Dhashtable.h115 typedef _Hashtable_node<_Val> _Node; typedef in struct:_Hashtable_iterator
123 _Node* _M_cur;
126 _Hashtable_iterator(_Node* __n, _Hashtable* __tab)
167 typedef _Hashtable_node<_Val> _Node; typedef in struct:_Hashtable_const_iterator
176 const _Node* _M_cur;
179 _Hashtable_const_iterator(const _Node* __n, const _Hashtable* __tab)
293 typedef _Hashtable_node<_Val> _Node; typedef in class:hashtable
302 typedef typename _Alloc::template rebind<_Node>::other _Node_Alloc;
303 typedef typename _Alloc::template rebind<_Node*>::other _Nodeptr_Alloc;
304 typedef vector<_Node*, _Nodeptr_Allo
712 typedef typename hashtable<_Val, _Key, _HF, _Ex, _Eq, _All>::_Node _Node; typedef
[all...]
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/backward/
H A Dhashtable.h115 typedef _Hashtable_node<_Val> _Node; typedef in struct:_Hashtable_iterator
123 _Node* _M_cur;
126 _Hashtable_iterator(_Node* __n, _Hashtable* __tab)
166 typedef _Hashtable_node<_Val> _Node; typedef in struct:_Hashtable_const_iterator
175 const _Node* _M_cur;
178 _Hashtable_const_iterator(const _Node* __n, const _Hashtable* __tab)
292 typedef _Hashtable_node<_Val> _Node; typedef in class:hashtable
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_Allo
711 typedef typename hashtable<_Val, _Key, _HF, _Ex, _Eq, _All>::_Node _Node; typedef
[all...]
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/backward/
H A Dhashtable.h114 typedef _Hashtable_node<_Val> _Node; typedef in struct:_Hashtable_iterator
122 _Node* _M_cur;
125 _Hashtable_iterator(_Node* __n, _Hashtable* __tab)
165 typedef _Hashtable_node<_Val> _Node; typedef in struct:_Hashtable_const_iterator
174 const _Node* _M_cur;
177 _Hashtable_const_iterator(const _Node* __n, const _Hashtable* __tab)
291 typedef _Hashtable_node<_Val> _Node; typedef in class:hashtable
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_Allo
710 typedef typename hashtable<_Val, _Key, _HF, _Ex, _Eq, _All>::_Node _Node; typedef
[all...]
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/include/backward/
H A Dhashtable.h115 typedef _Hashtable_node<_Val> _Node; typedef in struct:_Hashtable_iterator
123 _Node* _M_cur;
126 _Hashtable_iterator(_Node* __n, _Hashtable* __tab)
166 typedef _Hashtable_node<_Val> _Node; typedef in struct:_Hashtable_const_iterator
175 const _Node* _M_cur;
178 _Hashtable_const_iterator(const _Node* __n, const _Hashtable* __tab)
292 typedef _Hashtable_node<_Val> _Node; typedef in class:hashtable
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_Allo
711 typedef typename hashtable<_Val, _Key, _HF, _Ex, _Eq, _All>::_Node _Node; typedef
[all...]
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.6/include/backward/
H A Dhashtable.h115 typedef _Hashtable_node<_Val> _Node; typedef in struct:_Hashtable_iterator
123 _Node* _M_cur;
126 _Hashtable_iterator(_Node* __n, _Hashtable* __tab)
167 typedef _Hashtable_node<_Val> _Node; typedef in struct:_Hashtable_const_iterator
176 const _Node* _M_cur;
179 _Hashtable_const_iterator(const _Node* __n, const _Hashtable* __tab)
293 typedef _Hashtable_node<_Val> _Node; typedef in class:hashtable
302 typedef typename _Alloc::template rebind<_Node>::other _Node_Alloc;
303 typedef typename _Alloc::template rebind<_Node*>::other _Nodeptr_Alloc;
304 typedef vector<_Node*, _Nodeptr_Allo
712 typedef typename hashtable<_Val, _Key, _HF, _Ex, _Eq, _All>::_Node _Node; typedef
[all...]
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.7/include/backward/
H A Dhashtable.h115 typedef _Hashtable_node<_Val> _Node; typedef in struct:_Hashtable_iterator
123 _Node* _M_cur;
126 _Hashtable_iterator(_Node* __n, _Hashtable* __tab)
166 typedef _Hashtable_node<_Val> _Node; typedef in struct:_Hashtable_const_iterator
175 const _Node* _M_cur;
178 _Hashtable_const_iterator(const _Node* __n, const _Hashtable* __tab)
292 typedef _Hashtable_node<_Val> _Node; typedef in class:hashtable
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_Allo
711 typedef typename hashtable<_Val, _Key, _HF, _Ex, _Eq, _All>::_Node _Node; typedef
[all...]
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.8/include/backward/
H A Dhashtable.h114 typedef _Hashtable_node<_Val> _Node; typedef in struct:_Hashtable_iterator
122 _Node* _M_cur;
125 _Hashtable_iterator(_Node* __n, _Hashtable* __tab)
165 typedef _Hashtable_node<_Val> _Node; typedef in struct:_Hashtable_const_iterator
174 const _Node* _M_cur;
177 _Hashtable_const_iterator(const _Node* __n, const _Hashtable* __tab)
291 typedef _Hashtable_node<_Val> _Node; typedef in class:hashtable
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_Allo
710 typedef typename hashtable<_Val, _Key, _HF, _Ex, _Eq, _All>::_Node _Node; typedef
[all...]
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/include/backward/
H A Dhashtable.h115 typedef _Hashtable_node<_Val> _Node; typedef in struct:_Hashtable_iterator
123 _Node* _M_cur;
126 _Hashtable_iterator(_Node* __n, _Hashtable* __tab)
166 typedef _Hashtable_node<_Val> _Node; typedef in struct:_Hashtable_const_iterator
175 const _Node* _M_cur;
178 _Hashtable_const_iterator(const _Node* __n, const _Hashtable* __tab)
292 typedef _Hashtable_node<_Val> _Node; typedef in class:hashtable
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_Allo
711 typedef typename hashtable<_Val, _Key, _HF, _Ex, _Eq, _All>::_Node _Node; typedef
[all...]

Completed in 531 milliseconds

12345678