Home
last modified time | relevance | path

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

/external/libcxx/include/
Ddeque1192 typedef __deque_base<value_type, allocator_type> __base;
1194 typedef typename __base::__alloc_traits __alloc_traits;
1195 typedef typename __base::reference reference;
1196 typedef typename __base::const_reference const_reference;
1197 typedef typename __base::iterator iterator;
1198 typedef typename __base::const_iterator const_iterator;
1199 typedef typename __base::size_type size_type;
1200 typedef typename __base::difference_type difference_type;
1202 typedef typename __base::pointer pointer;
1203 typedef typename __base::const_pointer const_pointer;
[all …]
Dlimits443 typedef __libcpp_numeric_limits<typename remove_cv<_Tp>::type> __base;
444 typedef typename __base::type type;
446 static _LIBCPP_CONSTEXPR const bool is_specialized = __base::is_specialized;
447 _LIBCPP_INLINE_VISIBILITY static _LIBCPP_CONSTEXPR type min() _NOEXCEPT {return __base::min();}
448 _LIBCPP_INLINE_VISIBILITY static _LIBCPP_CONSTEXPR type max() _NOEXCEPT {return __base::max();}
449 …_LIBCPP_INLINE_VISIBILITY static _LIBCPP_CONSTEXPR type lowest() _NOEXCEPT {return __base::lowest(…
451 static _LIBCPP_CONSTEXPR const int digits = __base::digits;
452 static _LIBCPP_CONSTEXPR const int digits10 = __base::digits10;
453 static _LIBCPP_CONSTEXPR const int max_digits10 = __base::max_digits10;
454 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 …]
Dfunctional1308 template<class _Fp> class __base;
1311 class __base<_Rp(_ArgTypes...)>
1313 __base(const __base&);
1314 __base& operator=(const __base&);
1316 _LIBCPP_INLINE_VISIBILITY __base() {}
1317 _LIBCPP_INLINE_VISIBILITY virtual ~__base() {}
1318 virtual __base* __clone() const = 0;
1319 virtual void __clone(__base*) const = 0;
1333 : public __base<_Rp(_ArgTypes...)>
1355 virtual __base<_Rp(_ArgTypes...)>* __clone() const;
[all …]
Dset411 typedef __tree<value_type, value_compare, allocator_type> __base;
413 typedef typename __base::__node_holder __node_holder;
415 __base __tree_;
418 typedef typename __base::pointer pointer;
419 typedef typename __base::const_pointer const_pointer;
420 typedef typename __base::size_type size_type;
421 typedef typename __base::difference_type difference_type;
422 typedef typename __base::const_iterator iterator;
423 typedef typename __base::const_iterator const_iterator;
487 _NOEXCEPT_(is_nothrow_move_constructible<__base>::value)
[all …]
Dfuture1843 typedef __packaged_task_base<_Rp(_ArgTypes...)> __base;
1845 __base* __f_;
1876 else if (__f.__f_ == (__base*)&__f.__buf_)
1878 __f_ = (__base*)&__buf_;
1897 __f_ = (__base*)&__buf_;
1905 unique_ptr<__base, _Dp> __hold(__a.allocate(1), _Dp(__a, 1));
1921 __f_ = (__base*)&__buf_;
1929 unique_ptr<__base, _Dp> __hold(__a.allocate(1), _Dp(__a, 1));
1940 if (__f_ == (__base*)&__buf_)
1947 else if (__f.__f_ == (__base*)&__f.__buf_)
[all …]
Dmap832 typedef __tree<__value_type, __vc, __allocator_type> __base;
833 typedef typename __base::__node_traits __node_traits;
836 __base __tree_;
843 typedef __map_iterator<typename __base::iterator> iterator;
844 typedef __map_const_iterator<typename __base::const_iterator> const_iterator;
919 _NOEXCEPT_(is_nothrow_move_constructible<__base>::value)
928 _NOEXCEPT_(is_nothrow_move_assignable<__base>::value)
1097 _NOEXCEPT_(__is_nothrow_swappable<__base>::value)
1177 typedef typename __base::__node __node;
1178 typedef typename __base::__node_allocator __node_allocator;
[all …]
Dvector481 typedef __vector_base<_Tp, _Allocator> __base;
487 typedef typename __base::__alloc_traits __alloc_traits;
488 typedef typename __base::reference reference;
489 typedef typename __base::const_reference const_reference;
490 typedef typename __base::size_type size_type;
491 typedef typename __base::difference_type difference_type;
492 typedef typename __base::pointer pointer;
493 typedef typename __base::const_pointer const_pointer;
511 : __base(__a)
656 {return __base::capacity();}
[all …]
Datomic916 typedef __atomic_base<_Tp, false> __base;
920 _LIBCPP_CONSTEXPR __atomic_base(_Tp __d) _NOEXCEPT : __base(__d) {}
997 typedef __atomic_base<_Tp> __base;
1001 _LIBCPP_CONSTEXPR atomic(_Tp __d) _NOEXCEPT : __base(__d) {}
1005 {__base::store(__d); return __d;}
1008 {__base::store(__d); return __d;}
1017 typedef __atomic_base<_Tp*> __base;
1021 _LIBCPP_CONSTEXPR atomic(_Tp* __d) _NOEXCEPT : __base(__d) {}
1025 {__base::store(__d); return __d;}
1028 {__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)
866 ios_base::iostate& __err, int __base)
873 long long __ll = strtoll_l(__a, &__p2, __base, _LIBCPP_GET_C_LOCALE);
901 ios_base::iostate& __err, int __base)
913 unsigned long long __ll = strtoull_l(__a, &__p2, __base, _LIBCPP_GET_C_LOCALE);
1007 int __base = this->__get_base(__iob);
1029 if (this->__stage2_int_loop(*__b, __base, __a, __a_end, __dc,
[all …]
Diomanip167 setbase(int __base)
169 return __iom_t3(__base);
Dstring4077 _LIBCPP_FUNC_VIS int stoi (const string& __str, size_t* __idx = 0, int __base = 10);
4078 _LIBCPP_FUNC_VIS long stol (const string& __str, size_t* __idx = 0, int __base = 10);
4079 _LIBCPP_FUNC_VIS unsigned long stoul (const string& __str, size_t* __idx = 0, int __base = 10);
4080 _LIBCPP_FUNC_VIS long long stoll (const string& __str, size_t* __idx = 0, int __base = 10);
4081 _LIBCPP_FUNC_VIS unsigned long long stoull(const string& __str, size_t* __idx = 0, int __base = 10);
4097 _LIBCPP_FUNC_VIS int stoi (const wstring& __str, size_t* __idx = 0, int __base = 10…
4098 _LIBCPP_FUNC_VIS long stol (const wstring& __str, size_t* __idx = 0, int __base = 10…
4099 _LIBCPP_FUNC_VIS unsigned long stoul (const wstring& __str, size_t* __idx = 0, int __base = 10…
4100 _LIBCPP_FUNC_VIS long long stoll (const wstring& __str, size_t* __idx = 0, int __base = 10…
4101 _LIBCPP_FUNC_VIS unsigned long long stoull(const wstring& __str, size_t* __idx = 0, int __base = 10…
Drandom3645 _RealType __base = _Rp;
3647 for (size_t __i = 1; __i < __k; ++__i, __base *= _Rp)
3648 _Sp += (__g() - _URNG::min()) * __base;
3649 return _Sp / __base;
/external/libcxx/include/support/solaris/
Dxlocale.h38 int __base, locale_t __loc) { in strtoll_l() argument
39 return strtoll(__nptr, __endptr, __base); in strtoll_l()
43 int __base, locale_t __loc) { in strtol_l() argument
44 return strtol(__nptr, __endptr, __base); in strtol_l()
53 int __base, locale_t __loc) { in strtoull_l() argument
54 return strtoull(__nptr, __endptr, __base); in strtoull_l()
58 int __base, locale_t __loc) { in strtoul_l() argument
59 return strtoul(__nptr, __endptr, __base); in strtoul_l()
/external/libcxx/include/support/ibm/
Dxlocale.h278 int __base, locale_t locale) { in strtoll_l() argument
279 return strtoll(__nptr, __endptr, __base); in strtoll_l()
283 int __base, locale_t locale) { in strtol_l() argument
284 return strtol(__nptr, __endptr, __base); in strtol_l()
293 int __base, locale_t locale) { in strtoull_l() argument
294 return strtoull(__nptr, __endptr, __base); in strtoull_l()
298 int __base, locale_t locale) { in strtoul_l() argument
299 return strtoul(__nptr, __endptr, __base); in strtoul_l()
/external/bison/lib/
Dstdio-impl.h108 # define _base __base
/external/libcxx/include/experimental/
Doptional299 typedef __optional_storage<_Tp> __base;
320 : __base(__v) {}
322 : __base(_VSTD::move(__v)) {}
333 : __base(in_place, _VSTD::forward<_Args>(__args)...) {}
344 : __base(in_place, __il, _VSTD::forward<_Args>(__args)...) {}
/external/bison/m4/
Dfpending.m447 '(fp->__ptr ? fp->__ptr - fp->__base : 0)' \
/external/fio/
Dfilesetup.c667 char __base[256]; member
718 strncpy(fm->__base, buf, sizeof(fm->__base) - 1); in get_fs_free_counts()
719 fm->base = basename(fm->__base); in get_fs_free_counts()
/external/valgrind/perf/
Dtest_input_for_tinycc.c56 char **__restrict __endptr, int __base)
60 char **__restrict __endptr, int __base)
68 char **__restrict __endptr, int __base)
73 char **__restrict __endptr, int __base)
82 char **__restrict __endptr, int __base)
87 char **__restrict __endptr, int __base)
103 int __base, int __group)
110 int __base, int __group)
119 int __base, int __group)
128 int __base, int __group)
[all …]