HomeSort by relevance Sort by last modified time
    Searched refs:__tail (Results 1 - 11 of 11) sorted by null

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
forward_list.h 81 _Fwd_list_node_base* __tail = _M_next; local
82 if (!__tail)
84 while (_Fwd_list_node_base* __temp = __tail->_M_next)
88 __tail->_M_next = __temp->_M_next;
    [all...]
hashtable.h 655 _Node** __tail = _M_buckets + __i; local
658 *__tail = _M_allocate_node(__n->_M_v);
659 this->_M_copy_code(*__tail, __n);
660 __tail = &((*__tail)->_M_next);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
forward_list.h 81 _Fwd_list_node_base* __tail = _M_next; local
82 if (!__tail)
84 while (_Fwd_list_node_base* __temp = __tail->_M_next)
88 __tail->_M_next = __temp->_M_next;
    [all...]
hashtable.h 655 _Node** __tail = _M_buckets + __i; local
658 *__tail = _M_allocate_node(__n->_M_v);
659 this->_M_copy_code(*__tail, __n);
660 __tail = &((*__tail)->_M_next);
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
forward_list.h 81 _Fwd_list_node_base* __tail = _M_next; local
82 if (!__tail)
84 while (_Fwd_list_node_base* __temp = __tail->_M_next)
88 __tail->_M_next = __temp->_M_next;
    [all...]
hashtable.h 655 _Node** __tail = _M_buckets + __i; local
658 *__tail = _M_allocate_node(__n->_M_v);
659 this->_M_copy_code(*__tail, __n);
660 __tail = &((*__tail)->_M_next);
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
forward_list.h 74 _Fwd_list_node_base* __tail = _M_next; local
75 if (!__tail)
77 while (_Fwd_list_node_base* __temp = __tail->_M_next)
81 __tail->_M_next = __temp->_M_next;
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/tr1/
hashtable.h 599 _Node** __tail = _M_buckets + __i; local
602 *__tail = _M_allocate_node(__n->_M_v);
603 this->_M_copy_code(*__tail, __n);
604 __tail = &((*__tail)->_M_next);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/tr1/
hashtable.h 599 _Node** __tail = _M_buckets + __i; local
602 *__tail = _M_allocate_node(__n->_M_v);
603 this->_M_copy_code(*__tail, __n);
604 __tail = &((*__tail)->_M_next);
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/tr1/
hashtable.h 599 _Node** __tail = _M_buckets + __i; local
602 *__tail = _M_allocate_node(__n->_M_v);
603 this->_M_copy_code(*__tail, __n);
604 __tail = &((*__tail)->_M_next);
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/tr1/
hashtable.h 599 _Node** __tail = _M_buckets + __i; local
602 *__tail = _M_allocate_node(__n->_M_v);
603 this->_M_copy_code(*__tail, __n);
604 __tail = &((*__tail)->_M_next);
    [all...]

Completed in 3710 milliseconds