HomeSort by relevance Sort by last modified time
    Searched full:__val (Results 201 - 225 of 677) sorted by null

1 2 3 4 5 6 7 891011>>

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
stl_algo.h 137 const _Tp& __val, input_iterator_tag)
139 while (__first != __last && !(*__first == __val))
159 const _Tp& __val, random_access_iterator_tag)
166 if (*__first == __val)
170 if (*__first == __val)
174 if (*__first == __val)
178 if (*__first == __val)
186 if (*__first == __val)
190 if (*__first == __val)
194 if (*__first == __val)
2095 __val = _GLIBCXX_MOVE(*__last); local
2114 __val = _GLIBCXX_MOVE(*__last); local
2140 __val = _GLIBCXX_MOVE(*__i); local
2162 __val = _GLIBCXX_MOVE(*__i); local
    [all...]
forward_list.h 618 * @param __val Value to be assigned.
626 assign(size_type __n, const _Tp& __val)
627 { _M_assign_n(__n, __val, is_copy_assignable<_Tp>()); }
787 * @param __val Data to be added.
796 push_front(const _Tp& __val)
797 { this->_M_insert_after(cbefore_begin(), __val); } local
803 push_front(_Tp&& __val)
804 { this->_M_insert_after(cbefore_begin(), std::move(__val)); }
845 * @param __val Data to be inserted.
854 insert_after(const_iterator __pos, const _Tp& __val)
1326 insert_after(cbefore_begin(), __n, __val); local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
stl_algo.h 137 const _Tp& __val, input_iterator_tag)
139 while (__first != __last && !(*__first == __val))
159 const _Tp& __val, random_access_iterator_tag)
166 if (*__first == __val)
170 if (*__first == __val)
174 if (*__first == __val)
178 if (*__first == __val)
186 if (*__first == __val)
190 if (*__first == __val)
194 if (*__first == __val)
2095 __val = _GLIBCXX_MOVE(*__last); local
2114 __val = _GLIBCXX_MOVE(*__last); local
2140 __val = _GLIBCXX_MOVE(*__i); local
2162 __val = _GLIBCXX_MOVE(*__i); local
    [all...]
forward_list.h 618 * @param __val Value to be assigned.
626 assign(size_type __n, const _Tp& __val)
627 { _M_assign_n(__n, __val, is_copy_assignable<_Tp>()); }
787 * @param __val Data to be added.
796 push_front(const _Tp& __val)
797 { this->_M_insert_after(cbefore_begin(), __val); } local
803 push_front(_Tp&& __val)
804 { this->_M_insert_after(cbefore_begin(), std::move(__val)); }
845 * @param __val Data to be inserted.
854 insert_after(const_iterator __pos, const _Tp& __val)
1326 insert_after(cbefore_begin(), __n, __val); local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
stl_algo.h 137 const _Tp& __val, input_iterator_tag)
139 while (__first != __last && !(*__first == __val))
159 const _Tp& __val, random_access_iterator_tag)
166 if (*__first == __val)
170 if (*__first == __val)
174 if (*__first == __val)
178 if (*__first == __val)
186 if (*__first == __val)
190 if (*__first == __val)
194 if (*__first == __val)
2095 __val = _GLIBCXX_MOVE(*__last); local
2114 __val = _GLIBCXX_MOVE(*__last); local
2140 __val = _GLIBCXX_MOVE(*__i); local
2162 __val = _GLIBCXX_MOVE(*__i); local
    [all...]
forward_list.h 618 * @param __val Value to be assigned.
626 assign(size_type __n, const _Tp& __val)
627 { _M_assign_n(__n, __val, is_copy_assignable<_Tp>()); }
787 * @param __val Data to be added.
796 push_front(const _Tp& __val)
797 { this->_M_insert_after(cbefore_begin(), __val); } local
803 push_front(_Tp&& __val)
804 { this->_M_insert_after(cbefore_begin(), std::move(__val)); }
845 * @param __val Data to be inserted.
854 insert_after(const_iterator __pos, const _Tp& __val)
1326 insert_after(cbefore_begin(), __n, __val); local
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
forward_list.h 624 * @param __val Value to be assigned.
632 assign(size_type __n, const _Tp& __val)
633 { _M_assign_n(__n, __val, is_copy_assignable<_Tp>()); }
793 * @param __val Data to be added.
802 push_front(const _Tp& __val)
803 { this->_M_insert_after(cbefore_begin(), __val); }
809 push_front(_Tp&& __val)
810 { this->_M_insert_after(cbefore_begin(), std::move(__val)); }
851 * @param __val Data to be inserted.
860 insert_after(const_iterator __pos, const _Tp& __val)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/decimal/
decimal.h 46 inline decimal32::decimal32(decimal64 __r) : __val(__r.__getval()) {}
47 inline decimal32::decimal32(decimal128 __r) : __val(__r.__getval()) {}
48 inline decimal64::decimal64(decimal32 __r) : __val(__r.__getval()) {}
49 inline decimal64::decimal64(decimal128 __r) : __val(__r.__getval()) {}
50 inline decimal128::decimal128(decimal32 __r) : __val(__r.__getval()) {}
51 inline decimal128::decimal128(decimal64 __r) : __val(__r.__getval()) {}
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/decimal/
decimal.h 46 inline decimal32::decimal32(decimal64 __r) : __val(__r.__getval()) {}
47 inline decimal32::decimal32(decimal128 __r) : __val(__r.__getval()) {}
48 inline decimal64::decimal64(decimal32 __r) : __val(__r.__getval()) {}
49 inline decimal64::decimal64(decimal128 __r) : __val(__r.__getval()) {}
50 inline decimal128::decimal128(decimal32 __r) : __val(__r.__getval()) {}
51 inline decimal128::decimal128(decimal64 __r) : __val(__r.__getval()) {}
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/decimal/
decimal.h 46 inline decimal32::decimal32(decimal64 __r) : __val(__r.__getval()) {}
47 inline decimal32::decimal32(decimal128 __r) : __val(__r.__getval()) {}
48 inline decimal64::decimal64(decimal32 __r) : __val(__r.__getval()) {}
49 inline decimal64::decimal64(decimal128 __r) : __val(__r.__getval()) {}
50 inline decimal128::decimal128(decimal32 __r) : __val(__r.__getval()) {}
51 inline decimal128::decimal128(decimal64 __r) : __val(__r.__getval()) {}
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/decimal/
decimal.h 46 inline decimal32::decimal32(decimal64 __r) : __val(__r.__getval()) {}
47 inline decimal32::decimal32(decimal128 __r) : __val(__r.__getval()) {}
48 inline decimal64::decimal64(decimal32 __r) : __val(__r.__getval()) {}
49 inline decimal64::decimal64(decimal128 __r) : __val(__r.__getval()) {}
50 inline decimal128::decimal128(decimal32 __r) : __val(__r.__getval()) {}
51 inline decimal128::decimal128(decimal64 __r) : __val(__r.__getval()) {}
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_deque.h 492 void _M_initialize(size_type __n, const value_type& __val = _STLP_DEFAULT_CONSTRUCTED(_Tp)) {
494 _M_fill_initialize(__val, _TrivialInit());
500 deque(size_type __n, const value_type& __val, const allocator_type& __a = allocator_type())
507 deque(size_type __n, const value_type& __val)
509 { _M_fill_initialize(__val, __false_type()); }
510 deque(size_type __n, const value_type& __val, const allocator_type& __a)
513 { _M_fill_initialize(__val, __false_type()); }
587 void _M_fill_assign(size_type __n, const _Tp& __val) {
589 _STLP_STD::fill(begin(), end(), __val); local
590 insert(end(), __n - size(), __val); local
594 _STLP_STD::fill(begin(), end(), __val); local
    [all...]
_unordered_map.h 187 void max_load_factor(float __val) { _M_ht.max_load_factor(__val); }
347 void max_load_factor(float __val) { _M_ht.max_load_factor(__val); }
399 operator=(const typename _Container::value_type& __val) {
400 container->insert(__val);
426 operator=(const typename _Container::value_type& __val) {
427 container->insert(__val);
_unordered_set.h 173 void max_load_factor(float __val) { _M_ht.max_load_factor(__val); }
323 void max_load_factor(float __val) { _M_ht.max_load_factor(__val); }
374 operator=(const typename _Container::value_type& __val) {
375 container->insert(__val);
401 operator=(const typename _Container::value_type& __val) {
402 container->insert(__val);
  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
_deque.h 492 void _M_initialize(size_type __n, const value_type& __val = _STLP_DEFAULT_CONSTRUCTED(_Tp)) {
494 _M_fill_initialize(__val, _TrivialInit());
500 deque(size_type __n, const value_type& __val, const allocator_type& __a = allocator_type())
507 deque(size_type __n, const value_type& __val)
509 { _M_fill_initialize(__val, __false_type()); }
510 deque(size_type __n, const value_type& __val, const allocator_type& __a)
513 { _M_fill_initialize(__val, __false_type()); }
587 void _M_fill_assign(size_type __n, const _Tp& __val) {
589 _STLP_STD::fill(begin(), end(), __val); local
590 insert(end(), __n - size(), __val); local
594 _STLP_STD::fill(begin(), end(), __val); local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/
bitset 82 constexpr _Base_bitset(unsigned long long __val) noexcept
83 : _M_w{ _WordT(__val)
85 , _WordT(__val >> _GLIBCXX_BITSET_BITS_PER_WORD)
89 _Base_bitset(unsigned long __val)
91 { _M_w[0] = __val; }
382 constexpr _Base_bitset(unsigned long long __val) noexcept
384 _Base_bitset(unsigned long __val)
386 : _M_w(__val)
652 _S_do_sanitize(_WordT& __val) _GLIBCXX_NOEXCEPT
653 { __val &= ~((~static_cast<_WordT>(0)) << _Extrabits);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/
bitset 82 constexpr _Base_bitset(unsigned long long __val) noexcept
83 : _M_w{ _WordT(__val)
85 , _WordT(__val >> _GLIBCXX_BITSET_BITS_PER_WORD)
89 _Base_bitset(unsigned long __val)
91 { _M_w[0] = __val; }
382 constexpr _Base_bitset(unsigned long long __val) noexcept
384 _Base_bitset(unsigned long __val)
386 : _M_w(__val)
652 _S_do_sanitize(_WordT& __val) _GLIBCXX_NOEXCEPT
653 { __val &= ~((~static_cast<_WordT>(0)) << _Extrabits);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/
bitset 82 constexpr _Base_bitset(unsigned long long __val) noexcept
83 : _M_w{ _WordT(__val)
85 , _WordT(__val >> _GLIBCXX_BITSET_BITS_PER_WORD)
89 _Base_bitset(unsigned long __val)
91 { _M_w[0] = __val; }
382 constexpr _Base_bitset(unsigned long long __val) noexcept
384 _Base_bitset(unsigned long __val)
386 : _M_w(__val)
652 _S_do_sanitize(_WordT& __val) _GLIBCXX_NOEXCEPT
653 { __val &= ~((~static_cast<_WordT>(0)) << _Extrabits);
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/
bitset 82 constexpr _Base_bitset(unsigned long long __val) noexcept
83 : _M_w{ _WordT(__val)
85 , _WordT(__val >> _GLIBCXX_BITSET_BITS_PER_WORD)
89 _Base_bitset(unsigned long __val)
91 { _M_w[0] = __val; }
382 constexpr _Base_bitset(unsigned long long __val) noexcept
384 _Base_bitset(unsigned long __val)
386 : _M_w(__val)
652 _S_do_sanitize(_WordT& __val) _GLIBCXX_NOEXCEPT
653 { __val &= ~((~static_cast<_WordT>(0)) << _Extrabits);
    [all...]
  /bionic/libc/bionic/
statvfs.cpp 46 out->f_fsid = in.f_fsid.__val[0] | (static_cast<uint64_t>(in.f_fsid.__val[1]) << 32);
  /bionic/libc/include/sys/
vfs.h 38 /* The kernel's __kernel_fsid_t has a 'val' member but glibc uses '__val'. */
39 typedef struct { int __val[2]; } __fsid_t; member in struct:__anon217
  /development/ndk/platforms/android-3/include/sys/
vfs.h 37 /* The kernel's __kernel_fsid_t has a 'val' member but glibc uses '__val'. */
38 typedef struct { int __val[2]; } __fsid_t; member in struct:__anon2523
  /external/libcxx/include/
system_error 418 error_condition(int __val, const error_category& __cat) _NOEXCEPT
419 : __val_(__val), __cat_(&__cat) {}
429 void assign(int __val, const error_category& __cat) _NOEXCEPT
431 __val_ = __val;
490 error_code(int __val, const error_category& __cat) _NOEXCEPT
491 : __val_(__val), __cat_(&__cat) {}
501 void assign(int __val, const error_category& __cat) _NOEXCEPT
503 __val_ = __val;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
system_error 418 error_condition(int __val, const error_category& __cat) _NOEXCEPT
419 : __val_(__val), __cat_(&__cat) {}
429 void assign(int __val, const error_category& __cat) _NOEXCEPT
431 __val_ = __val;
490 error_code(int __val, const error_category& __cat) _NOEXCEPT
491 : __val_(__val), __cat_(&__cat) {}
501 void assign(int __val, const error_category& __cat) _NOEXCEPT
503 __val_ = __val;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/
malloc_allocator.h 131 construct(pointer __p, const _Tp& __val)
132 { ::new((void *)__p) value_type(__val); }

Completed in 463 milliseconds

1 2 3 4 5 6 7 891011>>