/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/profile/ |
bitset | 102 constexpr bitset(unsigned long long __val) noexcept 104 bitset(unsigned long __val) 106 : _Base(__val) { } 186 set(size_t __pos, bool __val = true) 188 _Base::set(__pos, __val);
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/debug/ |
bitset | 136 constexpr bitset(unsigned long long __val) noexcept 138 bitset(unsigned long __val) 140 : _Base(__val) { } 220 set(size_t __pos, bool __val = true) 222 _Base::set(__pos, __val);
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/parallel/ |
base.h | 311 _PseudoSequenceIterator(const _Tp& __val, _DifferenceType __pos) 312 : _M_val(__val), _M_pos(__pos) { } 368 * @param __val Element of the sequence. 371 _PseudoSequence(const _Tp& __val, _DifferenceType __count) 372 : _M_val(__val), _M_count(__count) { }
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/profile/ |
bitset | 102 constexpr bitset(unsigned long long __val) noexcept 104 bitset(unsigned long __val) 106 : _Base(__val) { } 186 set(size_t __pos, bool __val = true) 188 _Base::set(__pos, __val);
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/d3d1xstutil/include/ |
d3d1xstutil.h | 787 inline size_t operator()(GUID __val) const; 790 inline size_t hash<GUID>::operator()(GUID __val) const 792 return raw_hash(__val); 798 inline size_t operator()(c_string __val) const; 801 inline size_t hash<c_string>::operator()(c_string __val) const 803 return raw_hash(__val.p, strlen(__val.p)); 809 inline size_t operator()(std::pair<T, U> __val) const; 813 inline size_t hash<std::pair<T, U> >::operator()(std::pair<T, U> __val) const 816 p.first = hash<T>()(__val.first) [all...] |
/external/mesa3d/src/gallium/state_trackers/d3d1x/d3d1xstutil/include/ |
d3d1xstutil.h | 787 inline size_t operator()(GUID __val) const; 790 inline size_t hash<GUID>::operator()(GUID __val) const 792 return raw_hash(__val); 798 inline size_t operator()(c_string __val) const; 801 inline size_t hash<c_string>::operator()(c_string __val) const 803 return raw_hash(__val.p, strlen(__val.p)); 809 inline size_t operator()(std::pair<T, U> __val) const; 813 inline size_t hash<std::pair<T, U> >::operator()(std::pair<T, U> __val) const 816 p.first = hash<T>()(__val.first) [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/ |
slist | 395 assign(size_type __n, const _Tp& __val) 396 { _M_fill_assign(__n, __val); } 399 _M_fill_assign(size_type __n, const _Tp& __val); 411 _M_assign_dispatch(_Integer __n, _Integer __val, __true_type) 412 { _M_fill_assign((size_type) __n, (_Tp) __val); } 697 remove(const _Tp& __val); 752 slist<_Tp, _Alloc>::_M_fill_assign(size_type __n, const _Tp& __val) 758 __node->_M_data = __val; 763 _M_insert_after_fill(__prev, __n, __val); 858 slist<_Tp, _Alloc>::remove(const _Tp& __val) [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/ |
slist | 397 assign(size_type __n, const _Tp& __val) 398 { _M_fill_assign(__n, __val); } 401 _M_fill_assign(size_type __n, const _Tp& __val); 413 _M_assign_dispatch(_Integer __n, _Integer __val, __true_type) 414 { _M_fill_assign((size_type) __n, (_Tp) __val); } 699 remove(const _Tp& __val); 754 slist<_Tp, _Alloc>::_M_fill_assign(size_type __n, const _Tp& __val) 760 __node->_M_data = __val; 765 _M_insert_after_fill(__prev, __n, __val); 860 slist<_Tp, _Alloc>::remove(const _Tp& __val) [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/ |
slist | 397 assign(size_type __n, const _Tp& __val) 398 { _M_fill_assign(__n, __val); } 401 _M_fill_assign(size_type __n, const _Tp& __val); 413 _M_assign_dispatch(_Integer __n, _Integer __val, __true_type) 414 { _M_fill_assign((size_type) __n, (_Tp) __val); } 699 remove(const _Tp& __val); 754 slist<_Tp, _Alloc>::_M_fill_assign(size_type __n, const _Tp& __val) 760 __node->_M_data = __val; 765 _M_insert_after_fill(__prev, __n, __val); 860 slist<_Tp, _Alloc>::remove(const _Tp& __val) [all...] |
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/ |
slist | 395 assign(size_type __n, const _Tp& __val) 396 { _M_fill_assign(__n, __val); } 399 _M_fill_assign(size_type __n, const _Tp& __val); 411 _M_assign_dispatch(_Integer __n, _Integer __val, __true_type) 412 { _M_fill_assign((size_type) __n, (_Tp) __val); } 697 remove(const _Tp& __val); 752 slist<_Tp, _Alloc>::_M_fill_assign(size_type __n, const _Tp& __val) 758 __node->_M_data = __val; 763 _M_insert_after_fill(__prev, __n, __val); 858 slist<_Tp, _Alloc>::remove(const _Tp& __val) [all...] |
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/ |
slist | 395 assign(size_type __n, const _Tp& __val) 396 { _M_fill_assign(__n, __val); } 399 _M_fill_assign(size_type __n, const _Tp& __val); 411 _M_assign_dispatch(_Integer __n, _Integer __val, __true_type) 412 { _M_fill_assign((size_type) __n, (_Tp) __val); } 697 remove(const _Tp& __val); 752 slist<_Tp, _Alloc>::_M_fill_assign(size_type __n, const _Tp& __val) 758 __node->_M_data = __val; 763 _M_insert_after_fill(__prev, __n, __val); 858 slist<_Tp, _Alloc>::remove(const _Tp& __val) [all...] |
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/ |
slist | 395 assign(size_type __n, const _Tp& __val) 396 { _M_fill_assign(__n, __val); } 399 _M_fill_assign(size_type __n, const _Tp& __val); 411 _M_assign_dispatch(_Integer __n, _Integer __val, __true_type) 412 { _M_fill_assign((size_type) __n, (_Tp) __val); } 697 remove(const _Tp& __val); 752 slist<_Tp, _Alloc>::_M_fill_assign(size_type __n, const _Tp& __val) 758 __node->_M_data = __val; 763 _M_insert_after_fill(__prev, __n, __val); 858 slist<_Tp, _Alloc>::remove(const _Tp& __val) [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/ |
slist | 395 assign(size_type __n, const _Tp& __val) 396 { _M_fill_assign(__n, __val); } 399 _M_fill_assign(size_type __n, const _Tp& __val); 411 _M_assign_dispatch(_Integer __n, _Integer __val, __true_type) 412 { _M_fill_assign((size_type) __n, (_Tp) __val); } 697 remove(const _Tp& __val); 752 slist<_Tp, _Alloc>::_M_fill_assign(size_type __n, const _Tp& __val) 758 __node->_M_data = __val; 763 _M_insert_after_fill(__prev, __n, __val); 858 slist<_Tp, _Alloc>::remove(const _Tp& __val) [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/ |
slist | 397 assign(size_type __n, const _Tp& __val) 398 { _M_fill_assign(__n, __val); } 401 _M_fill_assign(size_type __n, const _Tp& __val); 413 _M_assign_dispatch(_Integer __n, _Integer __val, __true_type) 414 { _M_fill_assign((size_type) __n, (_Tp) __val); } 699 remove(const _Tp& __val); 754 slist<_Tp, _Alloc>::_M_fill_assign(size_type __n, const _Tp& __val) 760 __node->_M_data = __val; 765 _M_insert_after_fill(__prev, __n, __val); 860 slist<_Tp, _Alloc>::remove(const _Tp& __val) [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/ |
slist | 397 assign(size_type __n, const _Tp& __val) 398 { _M_fill_assign(__n, __val); } 401 _M_fill_assign(size_type __n, const _Tp& __val); 413 _M_assign_dispatch(_Integer __n, _Integer __val, __true_type) 414 { _M_fill_assign((size_type) __n, (_Tp) __val); } 699 remove(const _Tp& __val); 754 slist<_Tp, _Alloc>::_M_fill_assign(size_type __n, const _Tp& __val) 760 __node->_M_data = __val; 765 _M_insert_after_fill(__prev, __n, __val); 860 slist<_Tp, _Alloc>::remove(const _Tp& __val) [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/ |
slist | 397 assign(size_type __n, const _Tp& __val) 398 { _M_fill_assign(__n, __val); } 401 _M_fill_assign(size_type __n, const _Tp& __val); 413 _M_assign_dispatch(_Integer __n, _Integer __val, __true_type) 414 { _M_fill_assign((size_type) __n, (_Tp) __val); } 699 remove(const _Tp& __val); 754 slist<_Tp, _Alloc>::_M_fill_assign(size_type __n, const _Tp& __val) 760 __node->_M_data = __val; 765 _M_insert_after_fill(__prev, __n, __val); 860 slist<_Tp, _Alloc>::remove(const _Tp& __val) [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/ |
slist | 397 assign(size_type __n, const _Tp& __val) 398 { _M_fill_assign(__n, __val); } 401 _M_fill_assign(size_type __n, const _Tp& __val); 413 _M_assign_dispatch(_Integer __n, _Integer __val, __true_type) 414 { _M_fill_assign((size_type) __n, (_Tp) __val); } 699 remove(const _Tp& __val); 754 slist<_Tp, _Alloc>::_M_fill_assign(size_type __n, const _Tp& __val) 760 __node->_M_data = __val; 765 _M_insert_after_fill(__prev, __n, __val); 860 slist<_Tp, _Alloc>::remove(const _Tp& __val) [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/ |
slist | 396 assign(size_type __n, const _Tp& __val) 397 { _M_fill_assign(__n, __val); } 400 _M_fill_assign(size_type __n, const _Tp& __val); 412 _M_assign_dispatch(_Integer __n, _Integer __val, __true_type) 413 { _M_fill_assign((size_type) __n, (_Tp) __val); } 698 remove(const _Tp& __val); 753 slist<_Tp, _Alloc>::_M_fill_assign(size_type __n, const _Tp& __val) 759 __node->_M_data = __val; 764 _M_insert_after_fill(__prev, __n, __val); 859 slist<_Tp, _Alloc>::remove(const _Tp& __val) [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/ |
forward_list.tcc | 209 resize(size_type __sz, const value_type& __val) 222 insert_after(__k, __sz - __len, __val); 249 insert_after(const_iterator __pos, size_type __n, const _Tp& __val) 253 forward_list __tmp(__n, __val, this->_M_get_Node_allocator()); 291 remove(const _Tp& __val) 298 if (__tmp->_M_value == __val) 301 != std::__addressof(__val))
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/ |
forward_list.tcc | 209 resize(size_type __sz, const value_type& __val) 222 insert_after(__k, __sz - __len, __val); 249 insert_after(const_iterator __pos, size_type __n, const _Tp& __val) 253 forward_list __tmp(__n, __val, this->_M_get_Node_allocator()); 291 remove(const _Tp& __val) 298 if (__tmp->_M_value == __val) 301 != std::__addressof(__val))
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
forward_list.tcc | 209 resize(size_type __sz, const value_type& __val) 222 insert_after(__k, __sz - __len, __val); 249 insert_after(const_iterator __pos, size_type __n, const _Tp& __val) 253 forward_list __tmp(__n, __val, this->_M_get_Node_allocator()); 291 remove(const _Tp& __val) 298 if (__tmp->_M_value == __val) 301 != std::__addressof(__val))
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
forward_list.tcc | 209 resize(size_type __sz, const value_type& __val) 222 insert_after(__k, __sz - __len, __val); 264 insert_after(const_iterator __pos, size_type __n, const _Tp& __val) 268 forward_list __tmp(__n, __val, get_allocator()); 292 remove(const _Tp& __val) 299 if (__tmp->_M_value == __val) 302 != std::__addressof(__val))
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
forward_list.tcc | 209 resize(size_type __sz, const value_type& __val) 222 insert_after(__k, __sz - __len, __val); 249 insert_after(const_iterator __pos, size_type __n, const _Tp& __val) 253 forward_list __tmp(__n, __val, this->_M_get_Node_allocator()); 291 remove(const _Tp& __val) 298 if (__tmp->_M_value == __val) 301 != std::__addressof(__val))
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
forward_list.tcc | 209 resize(size_type __sz, const value_type& __val) 222 insert_after(__k, __sz - __len, __val); 264 insert_after(const_iterator __pos, size_type __n, const _Tp& __val) 268 forward_list __tmp(__n, __val, get_allocator()); 292 remove(const _Tp& __val) 299 if (__tmp->_M_value == __val) 302 != std::__addressof(__val))
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/ |
forward_list.tcc | 217 resize(size_type __sz, const value_type& __val) 230 insert_after(__k, __sz - __len, __val); 272 insert_after(const_iterator __pos, size_type __n, const _Tp& __val) 276 forward_list __tmp(__n, __val, get_allocator()); 300 remove(const _Tp& __val) 307 if (*__tmp->_M_valptr() == __val) 309 if (__tmp->_M_valptr() != std::__addressof(__val))
|