HomeSort by relevance Sort by last modified time
    Searched full:__val (Results 476 - 500 of 1025) sorted by null

<<11121314151617181920>>

  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/debug/
forward_list 157 assign(size_type __n, const _Tp& __val)
159 _Base::assign(__n, __val);
254 insert_after(const_iterator __pos, const _Tp& __val)
257 return iterator(_Base::insert_after(__pos.base(), __val), this);
261 insert_after(const_iterator __pos, _Tp&& __val)
264 return iterator(_Base::insert_after(__pos.base(), std::move(__val)),
269 insert_after(const_iterator __pos, size_type __n, const _Tp& __val)
272 return iterator(_Base::insert_after(__pos.base(), __n, __val),
366 resize(size_type __sz, const value_type& __val)
384 _Base::resize(__sz, __val);
    [all...]
bitset 137 constexpr bitset(unsigned long long __val) noexcept
139 bitset(unsigned long __val)
141 : _Base(__val) { }
221 set(size_t __pos, bool __val = true)
223 _Base::set(__pos, __val);
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_bitset.h 114 _Base_bitset(unsigned long __val) {
116 _M_w[0] = __val;
217 _Base_bitset(unsigned long __val) : _M_w(__val) {}
333 static void _STLP_CALL _M_do_sanitize(unsigned long& __val)
334 { __val &= ~((~__STATIC_CAST(unsigned long,0)) << _Extrabits); }
417 bitset(unsigned long __val) : _STLP_PRIV _Base_bitset<_Words>(__val) { _M_do_sanitize(); }
487 bitset<_Nb>& _Unchecked_set(size_t __pos, int __val) {
488 if (__val)
    [all...]
_list.h 306 explicit list(size_type __n, const_reference __val = _STLP_DEFAULT_CONSTRUCTED(value_type),
312 list(size_type __n, const_reference __val)
314 { this->insert(begin(), __n, __val); }
315 list(size_type __n, const_reference __val, const allocator_type& __a)
318 { this->insert(begin(), __n, __val); } local
555 void assign(size_type __n, const_reference __val) { _M_fill_assign(__n, __val); }
557 void _M_fill_assign(size_type __n, const_reference __val);
567 void _M_assign_dispatch(_Integer __n, _Integer __val,
569 _M_fill_assign(__n, __val);
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_bitset.h 114 _Base_bitset(unsigned long __val) {
116 _M_w[0] = __val;
217 _Base_bitset(unsigned long __val) : _M_w(__val) {}
333 static void _STLP_CALL _M_do_sanitize(unsigned long& __val)
334 { __val &= ~((~__STATIC_CAST(unsigned long,0)) << _Extrabits); }
417 bitset(unsigned long __val) : _STLP_PRIV _Base_bitset<_Words>(__val) { _M_do_sanitize(); }
487 bitset<_Nb>& _Unchecked_set(size_t __pos, int __val) {
488 if (__val)
    [all...]
_list.h 306 explicit list(size_type __n, const_reference __val = _STLP_DEFAULT_CONSTRUCTED(value_type),
312 list(size_type __n, const_reference __val)
314 { this->insert(begin(), __n, __val); }
315 list(size_type __n, const_reference __val, const allocator_type& __a)
318 { this->insert(begin(), __n, __val); } local
555 void assign(size_type __n, const_reference __val) { _M_fill_assign(__n, __val); }
557 void _M_fill_assign(size_type __n, const_reference __val);
567 void _M_assign_dispatch(_Integer __n, _Integer __val,
569 _M_fill_assign(__n, __val);
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/debug/
forward_list 157 assign(size_type __n, const _Tp& __val)
159 _Base::assign(__n, __val);
254 insert_after(const_iterator __pos, const _Tp& __val)
257 return iterator(_Base::insert_after(__pos.base(), __val), this);
261 insert_after(const_iterator __pos, _Tp&& __val)
264 return iterator(_Base::insert_after(__pos.base(), std::move(__val)),
269 insert_after(const_iterator __pos, size_type __n, const _Tp& __val)
272 return iterator(_Base::insert_after(__pos.base(), __n, __val),
366 resize(size_type __sz, const value_type& __val)
384 _Base::resize(__sz, __val);
    [all...]
bitset 137 constexpr bitset(unsigned long long __val) noexcept
139 bitset(unsigned long __val)
141 : _Base(__val) { }
221 set(size_t __pos, bool __val = true)
223 _Base::set(__pos, __val);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/debug/
forward_list 174 assign(size_type __n, const _Tp& __val)
176 _Base::assign(__n, __val);
271 insert_after(const_iterator __pos, const _Tp& __val)
274 return iterator(_Base::insert_after(__pos.base(), __val), this);
278 insert_after(const_iterator __pos, _Tp&& __val)
281 return iterator(_Base::insert_after(__pos.base(), std::move(__val)),
286 insert_after(const_iterator __pos, size_type __n, const _Tp& __val)
289 return iterator(_Base::insert_after(__pos.base(), __n, __val),
387 resize(size_type __sz, const value_type& __val)
405 _Base::resize(__sz, __val);
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
stl_algo.h 181 const _Tp& __val, input_iterator_tag)
183 while (__first != __last && !(*__first == __val))
203 const _Tp& __val, random_access_iterator_tag)
210 if (*__first == __val)
214 if (*__first == __val)
218 if (*__first == __val)
222 if (*__first == __val)
230 if (*__first == __val)
234 if (*__first == __val)
238 if (*__first == __val)
2143 __val = *__i; local
2165 __val = *__i; local
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_algo.h 181 const _Tp& __val, input_iterator_tag)
183 while (__first != __last && !(*__first == __val))
203 const _Tp& __val, random_access_iterator_tag)
210 if (*__first == __val)
214 if (*__first == __val)
218 if (*__first == __val)
222 if (*__first == __val)
230 if (*__first == __val)
234 if (*__first == __val)
238 if (*__first == __val)
2143 __val = *__i; local
2165 __val = *__i; local
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_algo.h 181 const _Tp& __val, input_iterator_tag)
183 while (__first != __last && !(*__first == __val))
203 const _Tp& __val, random_access_iterator_tag)
210 if (*__first == __val)
214 if (*__first == __val)
218 if (*__first == __val)
222 if (*__first == __val)
230 if (*__first == __val)
234 if (*__first == __val)
238 if (*__first == __val)
2143 __val = *__i; local
2165 __val = *__i; local
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_algo.h 181 const _Tp& __val, input_iterator_tag)
183 while (__first != __last && !(*__first == __val))
203 const _Tp& __val, random_access_iterator_tag)
210 if (*__first == __val)
214 if (*__first == __val)
218 if (*__first == __val)
222 if (*__first == __val)
230 if (*__first == __val)
234 if (*__first == __val)
238 if (*__first == __val)
2143 __val = *__i; local
2165 __val = *__i; local
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
stl_algo.h 181 const _Tp& __val, input_iterator_tag)
183 while (__first != __last && !(*__first == __val))
203 const _Tp& __val, random_access_iterator_tag)
210 if (*__first == __val)
214 if (*__first == __val)
218 if (*__first == __val)
222 if (*__first == __val)
230 if (*__first == __val)
234 if (*__first == __val)
238 if (*__first == __val)
2143 __val = *__i; local
2165 __val = *__i; local
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/debug/
bitset 136 constexpr bitset(unsigned long long __val)
138 bitset(unsigned long __val)
140 : _Base(__val) { }
220 set(size_t __pos, bool __val = true)
222 _Base::set(__pos, __val);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/profile/
bitset 101 constexpr bitset(unsigned long long __val)
103 bitset(unsigned long __val)
105 : _Base(__val) { }
185 set(size_t __pos, bool __val = true)
187 _Base::set(__pos, __val);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/debug/
bitset 136 constexpr bitset(unsigned long long __val)
138 bitset(unsigned long __val)
140 : _Base(__val) { }
220 set(size_t __pos, bool __val = true)
222 _Base::set(__pos, __val);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/profile/
bitset 101 constexpr bitset(unsigned long long __val)
103 bitset(unsigned long __val)
105 : _Base(__val) { }
185 set(size_t __pos, bool __val = true)
187 _Base::set(__pos, __val);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/debug/
bitset 136 constexpr bitset(unsigned long long __val)
138 bitset(unsigned long __val)
140 : _Base(__val) { }
220 set(size_t __pos, bool __val = true)
222 _Base::set(__pos, __val);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/profile/
bitset 101 constexpr bitset(unsigned long long __val)
103 bitset(unsigned long __val)
105 : _Base(__val) { }
185 set(size_t __pos, bool __val = true)
187 _Base::set(__pos, __val);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
forward_list.h 614 * @param __val Value to be assigned.
622 assign(size_type __n, const _Tp& __val)
625 insert_after(cbefore_begin(), __n, __val); local
789 * @param __val Data to be added.
798 push_front(const _Tp& __val)
799 { this->_M_insert_after(cbefore_begin(), __val); } local
805 push_front(_Tp&& __val)
806 { this->_M_insert_after(cbefore_begin(), std::move(__val)); }
847 * @param __val Data to be inserted.
856 insert_after(const_iterator __pos, const _Tp& __val)
    [all...]
  /prebuilts/ndk/8/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.6/include/debug/
bitset 136 constexpr bitset(unsigned long long __val)
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.6/include/profile/
bitset 101 constexpr bitset(unsigned long long __val)
103 bitset(unsigned long __val)
105 : _Base(__val) { }
185 set(size_t __pos, bool __val = true)
187 _Base::set(__pos, __val);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
forward_list.h 614 * @param __val Value to be assigned.
622 assign(size_type __n, const _Tp& __val)
625 insert_after(cbefore_begin(), __n, __val); local
789 * @param __val Data to be added.
798 push_front(const _Tp& __val)
799 { this->_M_insert_after(cbefore_begin(), __val); } local
805 push_front(_Tp&& __val)
806 { this->_M_insert_after(cbefore_begin(), std::move(__val)); }
847 * @param __val Data to be inserted.
856 insert_after(const_iterator __pos, const _Tp& __val)
    [all...]

Completed in 1459 milliseconds

<<11121314151617181920>>