HomeSort by relevance Sort by last modified time
    Searched full:__node (Results 26 - 50 of 173) sorted by null

12 3 4 5 6 7

  /prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
hashtable.h 1541 __node_type* __node = this->_M_allocate_node(std::forward<_Args>(__args)...); local
1580 __node_type* __node = local
1747 __node_type* __node = __node_gen(std::forward<_Arg>(__v)); local
    [all...]
forward_list.tcc 367 _Node_base* __node = &this->_M_impl._M_head;
368 while (__node->_M_next && __list._M_impl._M_head._M_next)
373 (__node->_M_next)->_M_valptr()))
374 __node->_M_transfer_after(&__list._M_impl._M_head,
376 __node = __node->_M_next;
380 __node->_M_next = __list._M_impl._M_head._M_next;
  /prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
hashtable.h 1541 __node_type* __node = this->_M_allocate_node(std::forward<_Args>(__args)...); local
1580 __node_type* __node = local
1747 __node_type* __node = __node_gen(std::forward<_Arg>(__v)); local
    [all...]
forward_list.tcc 367 _Node_base* __node = &this->_M_impl._M_head;
368 while (__node->_M_next && __list._M_impl._M_head._M_next)
373 (__node->_M_next)->_M_valptr()))
374 __node->_M_transfer_after(&__list._M_impl._M_head,
376 __node = __node->_M_next;
380 __node->_M_next = __list._M_impl._M_head._M_next;
  /prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
hashtable.h 1541 __node_type* __node = this->_M_allocate_node(std::forward<_Args>(__args)...); local
1580 __node_type* __node = local
1747 __node_type* __node = __node_gen(std::forward<_Arg>(__v)); local
    [all...]
forward_list.tcc 367 _Node_base* __node = &this->_M_impl._M_head;
368 while (__node->_M_next && __list._M_impl._M_head._M_next)
373 (__node->_M_next)->_M_valptr()))
374 __node->_M_transfer_after(&__list._M_impl._M_head,
376 __node = __node->_M_next;
380 __node->_M_next = __list._M_impl._M_head._M_next;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
hashtable.h 1260 __node_type* __node = _M_allocate_node(std::forward<_Args>(__args)...); local
1299 __node_type* __node = _M_allocate_node(std::forward<_Args>(__args)...); local
1447 __node_type* __node = _M_allocate_node(std::forward<_Arg>(__v)); local
    [all...]
forward_list.tcc 367 _Node_base* __node = &this->_M_impl._M_head;
368 while (__node->_M_next && __list._M_impl._M_head._M_next)
373 (__node->_M_next)->_M_valptr()))
374 __node->_M_transfer_after(&__list._M_impl._M_head,
376 __node = __node->_M_next;
380 __node->_M_next = __list._M_impl._M_head._M_next;
deque.tcc 804 for (_Map_pointer __node = __first._M_node + 1;
805 __node < __last._M_node; ++__node)
806 std::_Destroy(*__node, *__node + _S_buffer_size(),
926 for (typename _Self::_Map_pointer __node = __first._M_node + 1;
927 __node < __last._M_node; ++__node)
928 std::fill(*__node, *__node + _Self::_S_buffer_size(), __value)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
hashtable.h 1260 __node_type* __node = _M_allocate_node(std::forward<_Args>(__args)...); local
1299 __node_type* __node = _M_allocate_node(std::forward<_Args>(__args)...); local
1447 __node_type* __node = _M_allocate_node(std::forward<_Arg>(__v)); local
    [all...]
forward_list.tcc 367 _Node_base* __node = &this->_M_impl._M_head;
368 while (__node->_M_next && __list._M_impl._M_head._M_next)
373 (__node->_M_next)->_M_valptr()))
374 __node->_M_transfer_after(&__list._M_impl._M_head,
376 __node = __node->_M_next;
380 __node->_M_next = __list._M_impl._M_head._M_next;
deque.tcc 804 for (_Map_pointer __node = __first._M_node + 1;
805 __node < __last._M_node; ++__node)
806 std::_Destroy(*__node, *__node + _S_buffer_size(),
926 for (typename _Self::_Map_pointer __node = __first._M_node + 1;
927 __node < __last._M_node; ++__node)
928 std::fill(*__node, *__node + _Self::_S_buffer_size(), __value)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
hashtable.h 1260 __node_type* __node = _M_allocate_node(std::forward<_Args>(__args)...); local
1299 __node_type* __node = _M_allocate_node(std::forward<_Args>(__args)...); local
1447 __node_type* __node = _M_allocate_node(std::forward<_Arg>(__v)); local
    [all...]
forward_list.tcc 367 _Node_base* __node = &this->_M_impl._M_head;
368 while (__node->_M_next && __list._M_impl._M_head._M_next)
373 (__node->_M_next)->_M_valptr()))
374 __node->_M_transfer_after(&__list._M_impl._M_head,
376 __node = __node->_M_next;
380 __node->_M_next = __list._M_impl._M_head._M_next;
deque.tcc 804 for (_Map_pointer __node = __first._M_node + 1;
805 __node < __last._M_node; ++__node)
806 std::_Destroy(*__node, *__node + _S_buffer_size(),
926 for (typename _Self::_Map_pointer __node = __first._M_node + 1;
927 __node < __last._M_node; ++__node)
928 std::fill(*__node, *__node + _Self::_S_buffer_size(), __value)
    [all...]
  /prebuilts/ndk/r10/sources/cxx-stl/llvm-libc++/libcxx/include/
forward_list 298 >::type __node;
301 rebind<__node>
303 rebind<__node>::other
311 typedef typename __node::value_type value_type;
366 typedef __forward_list_node<value_type, void_pointer> __node;
370 rebind_alloc<__node>
372 rebind_alloc<__node>::other
556 typedef typename base::__node __node;
794 unique_ptr<__node, _Dp> __h(nullptr, _Dp(__a, 1))
    [all...]
__hash_table 202 __hash_iterator(__node_pointer __node, const void* __c) _NOEXCEPT
203 : __node_(__node)
209 __hash_iterator(__node_pointer __node) _NOEXCEPT
210 : __node_(__node)
230 >::type __node;
234 typedef typename __node::value_type value_type;
246 rebind<__node>
248 rebind<__node>::other
349 __hash_const_iterator(__node_pointer __node, const void* __c) _NOEXCEPT
350 : __node_(__node)
    [all...]
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/include/
forward_list 298 >::type __node;
301 rebind<__node>
303 rebind<__node>::other
311 typedef typename __node::value_type value_type;
366 typedef __forward_list_node<value_type, void_pointer> __node;
370 rebind_alloc<__node>
372 rebind_alloc<__node>::other
556 typedef typename base::__node __node;
794 unique_ptr<__node, _Dp> __h(nullptr, _Dp(__a, 1))
    [all...]
__hash_table 202 __hash_iterator(__node_pointer __node, const void* __c) _NOEXCEPT
203 : __node_(__node)
209 __hash_iterator(__node_pointer __node) _NOEXCEPT
210 : __node_(__node)
230 >::type __node;
234 typedef typename __node::value_type value_type;
246 rebind<__node>
248 rebind<__node>::other
349 __hash_const_iterator(__node_pointer __node, const void* __c) _NOEXCEPT
350 : __node_(__node)
    [all...]
  /external/libcxx/include/
forward_list 201 typename pointer_traits<_NodePtr>::element_type>::type __node;
202 typedef typename __forward_list_node_value_type<__node>::type __node_value_type;
357 typedef typename __traits::__node __node;
442 typedef __forward_list_node<value_type, void_pointer> __node;
444 typedef typename __rebind_alloc_helper<allocator_traits<allocator_type>, __node>::type __node_allocator;
612 typedef typename base::__node __node;
869 unique_ptr<__node, _Dp> __h(nullptr, _Dp(__a, 1));
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/include/c++/v1/
forward_list 201 typename pointer_traits<_NodePtr>::element_type>::type __node;
202 typedef typename __forward_list_node_value_type<__node>::type __node_value_type;
357 typedef typename __traits::__node __node;
442 typedef __forward_list_node<value_type, void_pointer> __node;
444 typedef typename __rebind_alloc_helper<allocator_traits<allocator_type>, __node>::type __node_allocator;
612 typedef typename base::__node __node;
869 unique_ptr<__node, _Dp> __h(nullptr, _Dp(__a, 1));
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/include/c++/v1/
forward_list 201 typename pointer_traits<_NodePtr>::element_type>::type __node;
202 typedef typename __forward_list_node_value_type<__node>::type __node_value_type;
357 typedef typename __traits::__node __node;
442 typedef __forward_list_node<value_type, void_pointer> __node;
444 typedef typename __rebind_alloc_helper<allocator_traits<allocator_type>, __node>::type __node_allocator;
612 typedef typename base::__node __node;
869 unique_ptr<__node, _Dp> __h(nullptr, _Dp(__a, 1));
    [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/include/
forward_list 201 typename pointer_traits<_NodePtr>::element_type>::type __node;
202 typedef typename __forward_list_node_value_type<__node>::type __node_value_type;
357 typedef typename __traits::__node __node;
442 typedef __forward_list_node<value_type, void_pointer> __node;
444 typedef typename __rebind_alloc_helper<allocator_traits<allocator_type>, __node>::type __node_allocator;
612 typedef typename base::__node __node;
862 unique_ptr<__node, _Dp> __h(nullptr, _Dp(__a, 1));
    [all...]
__hash_table 361 __hash_iterator(__node_pointer __node, const void* __c) _NOEXCEPT
362 : __node_(__node)
368 __hash_iterator(__node_pointer __node) _NOEXCEPT
369 : __node_(__node)
495 __hash_const_iterator(__node_pointer __node, const void* __c) _NOEXCEPT
496 : __node_(__node)
502 __hash_const_iterator(__node_pointer __node) _NOEXCEPT
503 : __node_(__node)
621 __hash_local_iterator(__node_pointer __node, size_t __bucket,
623 : __node_(__node),
    [all...]
  /external/openssh/openbsd-compat/
sys-tree.h 212 struct type __node, *__left, *__right, *__tmp; \
215 SPLAY_LEFT(&__node, field) = SPLAY_RIGHT(&__node, field) = NULL;\
216 __left = __right = &__node; \
241 SPLAY_ASSEMBLE(head, &__node, __left, __right, field); \
249 struct type __node, *__left, *__right, *__tmp; \
251 SPLAY_LEFT(&__node, field) = SPLAY_RIGHT(&__node, field) = NULL;\
252 __left = __right = &__node; \
277 SPLAY_ASSEMBLE(head, &__node, __left, __right, field);
    [all...]

Completed in 362 milliseconds

12 3 4 5 6 7