Home
last modified time | relevance | path

Searched refs:__base (Results 1 – 20 of 20) sorted by relevance

/ndk/sources/cxx-stl/llvm-libc++/include/
Ddeque1179 typedef __deque_base<value_type, allocator_type> __base;
1181 typedef typename __base::__alloc_traits __alloc_traits;
1182 typedef typename __base::reference reference;
1183 typedef typename __base::const_reference const_reference;
1184 typedef typename __base::iterator iterator;
1185 typedef typename __base::const_iterator const_iterator;
1186 typedef typename __base::size_type size_type;
1187 typedef typename __base::difference_type difference_type;
1189 typedef typename __base::pointer pointer;
1190 typedef typename __base::const_pointer const_pointer;
[all …]
Dlimits439 typedef __libcpp_numeric_limits<typename remove_cv<_Tp>::type> __base;
440 typedef typename __base::type type;
442 static _LIBCPP_CONSTEXPR const bool is_specialized = __base::is_specialized;
443 _LIBCPP_INLINE_VISIBILITY static _LIBCPP_CONSTEXPR type min() _NOEXCEPT {return __base::min();}
444 _LIBCPP_INLINE_VISIBILITY static _LIBCPP_CONSTEXPR type max() _NOEXCEPT {return __base::max();}
445 …_LIBCPP_INLINE_VISIBILITY static _LIBCPP_CONSTEXPR type lowest() _NOEXCEPT {return __base::lowest(…
447 static _LIBCPP_CONSTEXPR const int digits = __base::digits;
448 static _LIBCPP_CONSTEXPR const int digits10 = __base::digits10;
449 static _LIBCPP_CONSTEXPR const int max_digits10 = __base::max_digits10;
450 static _LIBCPP_CONSTEXPR const bool is_signed = __base::is_signed;
[all …]
D__functional_03233 template<class _Fp> class __base;
236 class __base<_Rp()>
238 __base(const __base&);
239 __base& operator=(const __base&);
241 __base() {}
242 virtual ~__base() {}
243 virtual __base* __clone() const = 0;
244 virtual void __clone(__base*) const = 0;
255 class __base<_Rp(_A0)>
257 __base(const __base&);
[all …]
Dfunctional962 template<class _Fp> class __base;
965 class __base<_Rp(_ArgTypes...)>
967 __base(const __base&);
968 __base& operator=(const __base&);
970 _LIBCPP_INLINE_VISIBILITY __base() {}
971 _LIBCPP_INLINE_VISIBILITY virtual ~__base() {}
972 virtual __base* __clone() const = 0;
973 virtual void __clone(__base*) const = 0;
987 : public __base<_Rp(_ArgTypes...)>
1009 virtual __base<_Rp(_ArgTypes...)>* __clone() const;
[all …]
Dset362 typedef __tree<value_type, value_compare, allocator_type> __base;
364 typedef typename __base::__node_holder __node_holder;
366 __base __tree_;
369 typedef typename __base::pointer pointer;
370 typedef typename __base::const_pointer const_pointer;
371 typedef typename __base::size_type size_type;
372 typedef typename __base::difference_type difference_type;
373 typedef typename __base::const_iterator iterator;
374 typedef typename __base::const_iterator const_iterator;
423 _NOEXCEPT_(is_nothrow_move_constructible<__base>::value)
[all …]
Dfuture1759 typedef __packaged_task_base<_Rp(_ArgTypes...)> __base;
1761 __base* __f_;
1792 else if (__f.__f_ == (__base*)&__f.__buf_)
1794 __f_ = (__base*)&__buf_;
1813 __f_ = (__base*)&__buf_;
1821 unique_ptr<__base, _Dp> __hold(__a.allocate(1), _Dp(__a, 1));
1838 __f_ = (__base*)&__buf_;
1852 unique_ptr<__base, _Dp> __hold(__a.allocate(1), _Dp(__a, 1));
1862 if (__f_ == (__base*)&__buf_)
1869 else if (__f.__f_ == (__base*)&__f.__buf_)
[all …]
Dmap711 typedef __tree<__value_type, __vc, __allocator_type> __base;
712 typedef typename __base::__node_traits __node_traits;
715 __base __tree_;
722 typedef __map_iterator<typename __base::iterator> iterator;
723 typedef __map_const_iterator<typename __base::const_iterator> const_iterator;
775 _NOEXCEPT_(is_nothrow_move_constructible<__base>::value)
784 _NOEXCEPT_(is_nothrow_move_assignable<__base>::value)
947 _NOEXCEPT_(__is_nothrow_swappable<__base>::value)
977 typedef typename __base::__node __node;
978 typedef typename __base::__node_allocator __node_allocator;
[all …]
Dvector488 typedef __vector_base<_Tp, _Allocator> __base;
493 typedef typename __base::__alloc_traits __alloc_traits;
494 typedef typename __base::reference reference;
495 typedef typename __base::const_reference const_reference;
496 typedef typename __base::size_type size_type;
497 typedef typename __base::difference_type difference_type;
498 typedef typename __base::pointer pointer;
499 typedef typename __base::const_pointer const_pointer;
514 : __base(__a)
636 {return __base::capacity();}
[all …]
Datomic644 typedef __atomic_base<_Tp, false> __base;
648 _LIBCPP_CONSTEXPR __atomic_base(_Tp __d) _NOEXCEPT : __base(__d) {}
725 typedef __atomic_base<_Tp> __base;
729 _LIBCPP_CONSTEXPR atomic(_Tp __d) _NOEXCEPT : __base(__d) {}
733 {__base::store(__d); return __d;}
736 {__base::store(__d); return __d;}
745 typedef __atomic_base<_Tp*> __base;
749 _LIBCPP_CONSTEXPR atomic(_Tp* __d) _NOEXCEPT : __base(__d) {}
753 {__base::store(__d); return __d;}
756 {__base::store(__d); return __d;}
Dlocale561 static int __stage2_int_loop(_CharT __ct, int __base, char* __a, char*& __a_end,
597 __num_get<_CharT>::__stage2_int_loop(_CharT __ct, int __base, char* __a, char*& __a_end,
619 switch (__base)
623 if (__f >= __base)
829 ios_base::iostate& __err, int __base)
836 long long __ll = strtoll_l(__a, &__p2, __base, _LIBCPP_GET_C_LOCALE);
864 ios_base::iostate& __err, int __base)
876 unsigned long long __ll = strtoull_l(__a, &__p2, __base, _LIBCPP_GET_C_LOCALE);
960 int __base = this->__get_base(__iob);
971 if (this->__stage2_int_loop(*__b, __base, __a, __a_end, __dc,
[all …]
Diomanip154 setbase(int __base)
156 return __iom_t3(__base);
Dstring3874 int stoi (const string& __str, size_t* __idx = 0, int __base = 10);
3875 long stol (const string& __str, size_t* __idx = 0, int __base = 10);
3876 unsigned long stoul (const string& __str, size_t* __idx = 0, int __base = 10);
3877 long long stoll (const string& __str, size_t* __idx = 0, int __base = 10);
3878 unsigned long long stoull(const string& __str, size_t* __idx = 0, int __base = 10);
3894 int stoi (const wstring& __str, size_t* __idx = 0, int __base = 10);
3895 long stol (const wstring& __str, size_t* __idx = 0, int __base = 10);
3896 unsigned long stoul (const wstring& __str, size_t* __idx = 0, int __base = 10);
3897 long long stoll (const wstring& __str, size_t* __idx = 0, int __base = 10);
3898 unsigned long long stoull(const wstring& __str, size_t* __idx = 0, int __base = 10);
Drandom3670 _RealType __base = _Rp;
3672 for (size_t __i = 1; __i < __k; ++__i, __base *= _Rp)
3673 _Sp += (__g() - _URNG::min()) * __base;
3674 return _Sp / __base;
/ndk/sources/cxx-stl/llvm-libc++/include/support/solaris/
Dxlocale.h118 int __base, locale_t __loc) { in strtoll_l() argument
119 return strtoll(__nptr, __endptr, __base); in strtoll_l()
123 int __base, locale_t __loc) { in strtol_l() argument
124 return strtol(__nptr, __endptr, __base); in strtol_l()
133 int __base, locale_t __loc) { in strtoull_l() argument
134 return strtoull(__nptr, __endptr, __base); in strtoull_l()
138 int __base, locale_t __loc) { in strtoul_l() argument
139 return strtoul(__nptr, __endptr, __base); in strtoul_l()
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_num_get.c71 int __base; in __get_base_or_zero() local
78 __base = 8; in __get_base_or_zero()
81 __base = 10; in __get_base_or_zero()
84 __base = 16; in __get_base_or_zero()
100 __base = 16; in __get_base_or_zero()
104 __base = 8; in __get_base_or_zero()
109 __base = 10; in __get_base_or_zero()
112 return (__base << 2) | ((int)__negative << 1) | __valid_zero; in __get_base_or_zero()
119 int __base, _Integer& __val, in __get_integer() argument
128 _Integer __over_base = (numeric_limits<_Integer>::min)() / __STATIC_CAST(_Integer, __base); in __get_integer()
[all …]
D_rope.c621 rope<_CharT,_Alloc>::_S_substring(_RopeRep* __base, in _S_substring() argument
623 if (0 == __base) return 0; in _S_substring()
624 size_t __len = __base->_M_size._M_data; in _S_substring()
630 __base->_M_ref_nonnil(); in _S_substring()
631 return __base; in _S_substring()
638 switch(__base->_M_tag) { in _S_substring()
641 _RopeConcatenation* __c = __STATIC_CAST(_RopeConcatenation*, __base); in _S_substring()
663 _RopeLeaf* __l = __STATIC_CAST(_RopeLeaf*, __base); in _S_substring()
672 __base->get_allocator()); in _S_substring()
678 _RopeSubstring* __old = __STATIC_CAST(_RopeSubstring*, __base); in _S_substring()
[all …]
D_iomanip.h111 ios_base::fmtflags __base = __n == 8 ? ios_base::oct : in setbase() local
115 return _STLP_PRIV _Ios_Setf_Manip(__base, ios_base::basefield); in setbase()
D_rope.h1162 static _RopeRep* _S_substring(_RopeRep* __base,
/ndk/sources/cxx-stl/stlport/stlport/stl/debug/
D_debug.c121 void _STLP_CALL __invalidate_range(const __owned_list* __base, in __invalidate_range() argument
125 _STLP_ACQUIRE_LOCK(__base->_M_lock) in __invalidate_range()
126 _L_type* __prev = __CONST_CAST(_L_type*, &__base->_M_node); in __invalidate_range()
142 _STLP_RELEASE_LOCK(__base->_M_lock) in __invalidate_range()
146 void _STLP_CALL __invalidate_iterator(const __owned_list* __base, in __invalidate_iterator() argument
149 _STLP_ACQUIRE_LOCK(__base->_M_lock) in __invalidate_iterator()
150 _L_type* __prev = __CONST_CAST(_L_type*, &__base->_M_node); in __invalidate_iterator()
164 _STLP_RELEASE_LOCK(__base->_M_lock) in __invalidate_iterator()
177 __owned_list *__base = __CONST_CAST(__owned_list*, __first._Owner()); in __change_range_owner() local
178 _L_type* __src_prev = &__base->_M_node; in __change_range_owner()
[all …]
D_debug.h398 void _STLP_CALL __invalidate_range(const __owned_list* __base,
403 void _STLP_CALL __invalidate_iterator(const __owned_list* __base,