/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/ |
hashtable.h | 898 __node_type* __this_n = _M_allocate_node(__ht_n->_M_v); local 899 this->_M_copy_code(__this_n, __ht_n); 900 _M_before_begin()._M_nxt = __this_n; 901 _M_buckets[_M_bucket_index(__this_n)] = &_M_before_begin(); 904 __node_base* __prev_n = __this_n; 907 __this_n = _M_allocate_node(__ht_n->_M_v); 908 __prev_n->_M_nxt = __this_n; 909 this->_M_copy_code(__this_n, __ht_n); 910 size_type __bkt = _M_bucket_index(__this_n); 913 __prev_n = __this_n; [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/ |
hashtable.h | 898 __node_type* __this_n = _M_allocate_node(__ht_n->_M_v); local 899 this->_M_copy_code(__this_n, __ht_n); 900 _M_before_begin()._M_nxt = __this_n; 901 _M_buckets[_M_bucket_index(__this_n)] = &_M_before_begin(); 904 __node_base* __prev_n = __this_n; 907 __this_n = _M_allocate_node(__ht_n->_M_v); 908 __prev_n->_M_nxt = __this_n; 909 this->_M_copy_code(__this_n, __ht_n); 910 size_type __bkt = _M_bucket_index(__this_n); 913 __prev_n = __this_n; [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/ |
hashtable.h | 898 __node_type* __this_n = _M_allocate_node(__ht_n->_M_v); local 899 this->_M_copy_code(__this_n, __ht_n); 900 _M_before_begin()._M_nxt = __this_n; 901 _M_buckets[_M_bucket_index(__this_n)] = &_M_before_begin(); 904 __node_base* __prev_n = __this_n; 907 __this_n = _M_allocate_node(__ht_n->_M_v); 908 __prev_n->_M_nxt = __this_n; 909 this->_M_copy_code(__this_n, __ht_n); 910 size_type __bkt = _M_bucket_index(__this_n); 913 __prev_n = __this_n; [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
hashtable.h | 812 _Node* __this_n = _M_allocate_node(__ht_n->_M_v); local 813 this->_M_copy_code(__this_n, __ht_n); 814 _M_before_begin._M_nxt = __this_n; 815 _M_buckets[_M_bucket_index(__this_n)] = &_M_before_begin; 818 _BaseNode* __prev_n = __this_n; 821 __this_n = _M_allocate_node(__ht_n->_M_v); 822 __prev_n->_M_nxt = __this_n; 823 this->_M_copy_code(__this_n, __ht_n); 824 size_type __bkt = _M_bucket_index(__this_n); 827 __prev_n = __this_n; [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
hashtable.h | 812 _Node* __this_n = _M_allocate_node(__ht_n->_M_v); local 813 this->_M_copy_code(__this_n, __ht_n); 814 _M_before_begin._M_nxt = __this_n; 815 _M_buckets[_M_bucket_index(__this_n)] = &_M_before_begin; 818 _BaseNode* __prev_n = __this_n; 821 __this_n = _M_allocate_node(__ht_n->_M_v); 822 __prev_n->_M_nxt = __this_n; 823 this->_M_copy_code(__this_n, __ht_n); 824 size_type __bkt = _M_bucket_index(__this_n); 827 __prev_n = __this_n; [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/ |
hashtable.h | 898 __node_type* __this_n = _M_allocate_node(__ht_n->_M_v); local 899 this->_M_copy_code(__this_n, __ht_n); 900 _M_before_begin()._M_nxt = __this_n; 901 _M_buckets[_M_bucket_index(__this_n)] = &_M_before_begin(); 904 __node_base* __prev_n = __this_n; 907 __this_n = _M_allocate_node(__ht_n->_M_v); 908 __prev_n->_M_nxt = __this_n; 909 this->_M_copy_code(__this_n, __ht_n); 910 size_type __bkt = _M_bucket_index(__this_n); 913 __prev_n = __this_n; [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/ |
hashtable.h | 960 __node_type* __this_n = __node_gen(__ht_n); local 961 this->_M_copy_code(__this_n, __ht_n); 962 _M_before_begin._M_nxt = __this_n [all...] |