HomeSort by relevance Sort by last modified time
    Searched full:__value (Results 276 - 300 of 928) sorted by null

<<11121314151617181920>>

  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/
type_traits.h 64 typedef __enable_if<std::__is_integer<_Tp>::__value, _Tp> __if_type;
107 typedef __enable_if<std::__is_integer<_Tp>::__value, _Tp> __if_type;
158 template<typename _Tp, bool = std::__is_integer<_Tp>::__value>
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
type_traits.h 67 typedef __enable_if<std::__is_integer<_Tp>::__value, _Tp> __if_type;
110 typedef __enable_if<std::__is_integer<_Tp>::__value, _Tp> __if_type;
161 template<typename _Tp, bool = std::__is_integer<_Tp>::__value>
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
ptr_traits.h 86 static const bool __value = _S_chk<_Ptr, _Up>(nullptr); member in class:__ptrtr_rebind_helper
90 const bool __ptrtr_rebind_helper<_Ptr, _Up>::__value; member in class:__ptrtr_rebind_helper
93 bool = __ptrtr_rebind_helper<_Tp, _Up>::__value>
locale_facets_nonio.tcc 446 string_type __value;
447 __value.reserve(2 * __len);
458 __value.assign(2 * __paddec, char_type());
460 std::__add_grouping(&__value[0], __lc->_M_thousands_sep,
464 __value.erase(__vend - &__value[0]);
467 __value.assign(__beg, __paddec);
473 __value += __lc->_M_decimal_point;
475 __value.append(__beg + __paddec, __lc->_M_frac_digits);
479 __value.append(-__paddec, __lit[money_base::_S_zero])
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
type_traits.h 66 typedef __enable_if<std::__is_integer<_Tp>::__value, _Tp> __if_type;
109 typedef __enable_if<std::__is_integer<_Tp>::__value, _Tp> __if_type;
160 template<typename _Tp, bool = std::__is_integer<_Tp>::__value>
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
type_traits.h 67 typedef __enable_if<std::__is_integer<_Tp>::__value, _Tp> __if_type;
110 typedef __enable_if<std::__is_integer<_Tp>::__value, _Tp> __if_type;
161 template<typename _Tp, bool = std::__is_integer<_Tp>::__value>
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
ptr_traits.h 86 static const bool __value = _S_chk<_Ptr, _Up>(nullptr); member in class:__ptrtr_rebind_helper
90 const bool __ptrtr_rebind_helper<_Ptr, _Up>::__value; member in class:__ptrtr_rebind_helper
93 bool = __ptrtr_rebind_helper<_Tp, _Up>::__value>
locale_facets_nonio.tcc 446 string_type __value;
447 __value.reserve(2 * __len);
458 __value.assign(2 * __paddec, char_type());
460 std::__add_grouping(&__value[0], __lc->_M_thousands_sep,
464 __value.erase(__vend - &__value[0]);
467 __value.assign(__beg, __paddec);
473 __value += __lc->_M_decimal_point;
475 __value.append(__beg + __paddec, __lc->_M_frac_digits);
479 __value.append(-__paddec, __lit[money_base::_S_zero])
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
type_traits.h 66 typedef __enable_if<std::__is_integer<_Tp>::__value, _Tp> __if_type;
109 typedef __enable_if<std::__is_integer<_Tp>::__value, _Tp> __if_type;
160 template<typename _Tp, bool = std::__is_integer<_Tp>::__value>
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
ptr_traits.h 86 static const bool __value = _S_chk<_Ptr, _Up>(nullptr); member in class:__ptrtr_rebind_helper
90 const bool __ptrtr_rebind_helper<_Ptr, _Up>::__value; member in class:__ptrtr_rebind_helper
93 bool = __ptrtr_rebind_helper<_Tp, _Up>::__value>
locale_facets_nonio.tcc 446 string_type __value;
447 __value.reserve(2 * __len);
458 __value.assign(2 * __paddec, char_type());
460 std::__add_grouping(&__value[0], __lc->_M_thousands_sep,
464 __value.erase(__vend - &__value[0]);
467 __value.assign(__beg, __paddec);
473 __value += __lc->_M_decimal_point;
475 __value.append(__beg + __paddec, __lc->_M_frac_digits);
479 __value.append(-__paddec, __lit[money_base::_S_zero])
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/
type_traits.h 66 typedef __enable_if<std::__is_integer<_Tp>::__value, _Tp> __if_type;
109 typedef __enable_if<std::__is_integer<_Tp>::__value, _Tp> __if_type;
160 template<typename _Tp, bool = std::__is_integer<_Tp>::__value>
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
type_traits.h 66 typedef __enable_if<std::__is_integer<_Tp>::__value, _Tp> __if_type;
109 typedef __enable_if<std::__is_integer<_Tp>::__value, _Tp> __if_type;
165 template<typename _Tp, bool = std::__is_integer<_Tp>::__value>
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/bits/
locale_facets_nonio.tcc 446 string_type __value;
447 __value.reserve(2 * __len);
458 __value.assign(2 * __paddec, char_type());
460 std::__add_grouping(&__value[0], __lc->_M_thousands_sep,
464 __value.erase(__vend - &__value[0]);
467 __value.assign(__beg, __paddec);
473 __value += __lc->_M_decimal_point;
475 __value.append(__beg + __paddec, __lc->_M_frac_digits);
479 __value.append(-__paddec, __lit[money_base::_S_zero])
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
locale_facets_nonio.tcc 446 string_type __value;
447 __value.reserve(2 * __len);
458 __value.assign(2 * __paddec, char_type());
460 std::__add_grouping(&__value[0], __lc->_M_thousands_sep,
464 __value.erase(__vend - &__value[0]);
467 __value.assign(__beg, __paddec);
473 __value += __lc->_M_decimal_point;
475 __value.append(__beg + __paddec, __lc->_M_frac_digits);
479 __value.append(-__paddec, __lit[money_base::_S_zero])
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
locale_facets_nonio.tcc 446 string_type __value;
447 __value.reserve(2 * __len);
458 __value.assign(2 * __paddec, char_type());
460 std::__add_grouping(&__value[0], __lc->_M_thousands_sep,
464 __value.erase(__vend - &__value[0]);
467 __value.assign(__beg, __paddec);
473 __value += __lc->_M_decimal_point;
475 __value.append(__beg + __paddec, __lc->_M_frac_digits);
479 __value.append(-__paddec, __lit[money_base::_S_zero])
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
locale_facets_nonio.tcc 446 string_type __value;
447 __value.reserve(2 * __len);
458 __value.assign(2 * __paddec, char_type());
460 std::__add_grouping(&__value[0], __lc->_M_thousands_sep,
464 __value.erase(__vend - &__value[0]);
467 __value.assign(__beg, __paddec);
473 __value += __lc->_M_decimal_point;
475 __value.append(__beg + __paddec, __lc->_M_frac_digits);
479 __value.append(-__paddec, __lit[money_base::_S_zero])
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
locale_facets_nonio.tcc 446 string_type __value;
447 __value.reserve(2 * __len);
458 __value.assign(2 * __paddec, char_type());
460 std::__add_grouping(&__value[0], __lc->_M_thousands_sep,
464 __value.erase(__vend - &__value[0]);
467 __value.assign(__beg, __paddec);
473 __value += __lc->_M_decimal_point;
475 __value.append(__beg + __paddec, __lc->_M_frac_digits);
479 __value.append(-__paddec, __lit[money_base::_S_zero])
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
locale_facets_nonio.tcc 446 string_type __value;
447 __value.reserve(2 * __len);
458 __value.assign(2 * __paddec, char_type());
460 std::__add_grouping(&__value[0], __lc->_M_thousands_sep,
464 __value.erase(__vend - &__value[0]);
467 __value.assign(__beg, __paddec);
473 __value += __lc->_M_decimal_point;
475 __value.append(__beg + __paddec, __lc->_M_frac_digits);
479 __value.append(-__paddec, __lit[money_base::_S_zero])
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
random.tcc 182 seed(unsigned long __value)
185 __detail::_Shift<_UIntType, __w>::__value>(__value);
194 __detail::_Shift<_UIntType, __w>::__value>(__x);
210 __detail::_Shift<_UIntType, __w>::__value>(__gen());
316 seed(unsigned long __value)
318 if (__value == 0)
319 __value = 19780503;
322 __lcg(__value);
347 __factor *= __detail::_Shift<_UIntType, 32>::__value;
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
random.tcc 182 seed(unsigned long __value)
185 __detail::_Shift<_UIntType, __w>::__value>(__value);
194 __detail::_Shift<_UIntType, __w>::__value>(__x);
210 __detail::_Shift<_UIntType, __w>::__value>(__gen());
316 seed(unsigned long __value)
318 if (__value == 0)
319 __value = 19780503;
322 __lcg(__value);
347 __factor *= __detail::_Shift<_UIntType, 32>::__value;
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
random.tcc 182 seed(unsigned long __value)
185 __detail::_Shift<_UIntType, __w>::__value>(__value);
194 __detail::_Shift<_UIntType, __w>::__value>(__x);
210 __detail::_Shift<_UIntType, __w>::__value>(__gen());
316 seed(unsigned long __value)
318 if (__value == 0)
319 __value = 19780503;
322 __lcg(__value);
347 __factor *= __detail::_Shift<_UIntType, 32>::__value;
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/tr1_impl/
random.tcc 182 seed(unsigned long __value)
185 __detail::_Shift<_UIntType, __w>::__value>(__value);
194 __detail::_Shift<_UIntType, __w>::__value>(__x);
210 __detail::_Shift<_UIntType, __w>::__value>(__gen());
316 seed(unsigned long __value)
318 if (__value == 0)
319 __value = 19780503;
322 __lcg(__value);
347 __factor *= __detail::_Shift<_UIntType, 32>::__value;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/debug/
list 83 list(size_type __n, const _Tp& __value,
85 : _Base(__n, __value, __a) { }
88 list(size_type __n, const _Tp& __value = _Tp(),
90 : _Base(__n, __value, __a) { }
566 remove(const _Tp& __value)
570 if (*__x == __value)
vector 85 vector(size_type __n, const _Tp& __value,
87 : _Base(__n, __value, __a), _M_guaranteed_capacity(__n) { }
90 vector(size_type __n, const _Tp& __value = _Tp(),
92 : _Base(__n, __value, __a), _M_guaranteed_capacity(__n) { }
371 typename __gnu_cxx::__enable_if<!std::__are_same<_Up, bool>::__value,
432 typename __gnu_cxx::__enable_if<!std::__are_same<_Up, bool>::__value,

Completed in 2490 milliseconds

<<11121314151617181920>>