HomeSort by relevance Sort by last modified time
    Searched refs:__val (Results 276 - 300 of 494) sorted by null

<<11121314151617181920

  /external/stlport/stlport/stl/pointers/
_vector.h 110 explicit vector(size_type __n, const value_type& __val = _STLP_DEFAULT_CONSTRUCTED(value_type),
112 vector(size_type __n, const value_type& __val,
115 : _M_impl(__n, cast_traits::to_storage_type_cref(__val),
154 void assign(size_type __n, const value_type& __val)
155 { _M_impl.assign(__n, cast_traits::to_storage_type_cref(__val)); }
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_vector.c 210 void vector<_Tp, _Alloc>::_M_fill_assign(size_t __n, const _Tp& __val) {
212 vector<_Tp, _Alloc> __tmp(__n, __val, get_allocator());
215 fill(begin(), end(), __val); local
216 this->_M_finish = _STLP_PRIV __uninitialized_fill_n(this->_M_finish, __n - size(), __val);
218 erase(_STLP_PRIV __fill_n(begin(), __n, __val), end());
_function.h 371 inline constant_void_fun<_Result> constant0(const _Result& __val) {
372 return constant_void_fun<_Result>(__val);
376 inline constant_unary_fun<_Result,_Result> constant1(const _Result& __val) {
377 return constant_unary_fun<_Result,_Result>(__val);
382 constant2(const _Result& __val) {
383 return constant_binary_fun<_Result,_Result,_Result>(__val);
_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...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/pointers/
_vector.h 110 explicit vector(size_type __n, const value_type& __val = _STLP_DEFAULT_CONSTRUCTED(value_type),
112 vector(size_type __n, const value_type& __val,
115 : _M_impl(__n, cast_traits::to_storage_type_cref(__val),
154 void assign(size_type __n, const value_type& __val)
155 { _M_impl.assign(__n, cast_traits::to_storage_type_cref(__val)); }
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/
_vector.c 210 void vector<_Tp, _Alloc>::_M_fill_assign(size_t __n, const _Tp& __val) {
212 vector<_Tp, _Alloc> __tmp(__n, __val, get_allocator());
215 fill(begin(), end(), __val); local
216 this->_M_finish = _STLP_PRIV __uninitialized_fill_n(this->_M_finish, __n - size(), __val);
218 erase(_STLP_PRIV __fill_n(begin(), __n, __val), end());
_function.h 371 inline constant_void_fun<_Result> constant0(const _Result& __val) {
372 return constant_void_fun<_Result>(__val);
376 inline constant_unary_fun<_Result,_Result> constant1(const _Result& __val) {
377 return constant_unary_fun<_Result,_Result>(__val);
382 constant2(const _Result& __val) {
383 return constant_binary_fun<_Result,_Result,_Result>(__val);
_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/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/pointers/
_vector.h 110 explicit vector(size_type __n, const value_type& __val = _STLP_DEFAULT_CONSTRUCTED(value_type),
112 vector(size_type __n, const value_type& __val,
115 : _M_impl(__n, cast_traits::to_storage_type_cref(__val),
154 void assign(size_type __n, const value_type& __val)
155 { _M_impl.assign(__n, cast_traits::to_storage_type_cref(__val)); }
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/
_vector.c 210 void vector<_Tp, _Alloc>::_M_fill_assign(size_t __n, const _Tp& __val) {
212 vector<_Tp, _Alloc> __tmp(__n, __val, get_allocator());
215 fill(begin(), end(), __val); local
216 this->_M_finish = _STLP_PRIV __uninitialized_fill_n(this->_M_finish, __n - size(), __val);
218 erase(_STLP_PRIV __fill_n(begin(), __n, __val), end());
_function.h 371 inline constant_void_fun<_Result> constant0(const _Result& __val) {
372 return constant_void_fun<_Result>(__val);
376 inline constant_unary_fun<_Result,_Result> constant1(const _Result& __val) {
377 return constant_unary_fun<_Result,_Result>(__val);
382 constant2(const _Result& __val) {
383 return constant_binary_fun<_Result,_Result,_Result>(__val);
_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/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/pointers/
_vector.h 110 explicit vector(size_type __n, const value_type& __val = _STLP_DEFAULT_CONSTRUCTED(value_type),
112 vector(size_type __n, const value_type& __val,
115 : _M_impl(__n, cast_traits::to_storage_type_cref(__val),
154 void assign(size_type __n, const value_type& __val)
155 { _M_impl.assign(__n, cast_traits::to_storage_type_cref(__val)); }
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/stlport/stlport/stl/
_vector.c 210 void vector<_Tp, _Alloc>::_M_fill_assign(size_t __n, const _Tp& __val) {
212 vector<_Tp, _Alloc> __tmp(__n, __val, get_allocator());
215 fill(begin(), end(), __val); local
216 this->_M_finish = _STLP_PRIV __uninitialized_fill_n(this->_M_finish, __n - size(), __val);
218 erase(_STLP_PRIV __fill_n(begin(), __n, __val), end());
_function.h 371 inline constant_void_fun<_Result> constant0(const _Result& __val) {
372 return constant_void_fun<_Result>(__val);
376 inline constant_unary_fun<_Result,_Result> constant1(const _Result& __val) {
377 return constant_unary_fun<_Result,_Result>(__val);
382 constant2(const _Result& __val) {
383 return constant_binary_fun<_Result,_Result,_Result>(__val);
_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/ndk/android-ndk-r7/sources/cxx-stl/stlport/stlport/stl/pointers/
_vector.h 110 explicit vector(size_type __n, const value_type& __val = _STLP_DEFAULT_CONSTRUCTED(value_type),
112 vector(size_type __n, const value_type& __val,
115 : _M_impl(__n, cast_traits::to_storage_type_cref(__val),
154 void assign(size_type __n, const value_type& __val)
155 { _M_impl.assign(__n, cast_traits::to_storage_type_cref(__val)); }
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
stl_algo.h 133 const _Tp& __val, input_iterator_tag)
135 while (__first != __last && !(*__first == __val))
155 const _Tp& __val, random_access_iterator_tag)
162 if (*__first == __val)
166 if (*__first == __val)
170 if (*__first == __val)
174 if (*__first == __val)
182 if (*__first == __val)
186 if (*__first == __val)
190 if (*__first == __val)
2100 __val = _GLIBCXX_MOVE(*__last); local
2119 __val = _GLIBCXX_MOVE(*__last); local
2145 __val = _GLIBCXX_MOVE(*__i); local
2167 __val = _GLIBCXX_MOVE(*__i); local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
stl_algo.h 133 const _Tp& __val, input_iterator_tag)
135 while (__first != __last && !(*__first == __val))
155 const _Tp& __val, random_access_iterator_tag)
162 if (*__first == __val)
166 if (*__first == __val)
170 if (*__first == __val)
174 if (*__first == __val)
182 if (*__first == __val)
186 if (*__first == __val)
190 if (*__first == __val)
2100 __val = _GLIBCXX_MOVE(*__last); local
2119 __val = _GLIBCXX_MOVE(*__last); local
2145 __val = _GLIBCXX_MOVE(*__i); local
2167 __val = _GLIBCXX_MOVE(*__i); local
    [all...]
  /external/stlport/stlport/stl/
_function.h 371 inline constant_void_fun<_Result> constant0(const _Result& __val) {
372 return constant_void_fun<_Result>(__val);
376 inline constant_unary_fun<_Result,_Result> constant1(const _Result& __val) {
377 return constant_unary_fun<_Result,_Result>(__val);
382 constant2(const _Result& __val) {
383 return constant_binary_fun<_Result,_Result,_Result>(__val);
_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...]
_stream_iterator.h 180 _Self& operator=(const _TpP& __val) {
181 *_M_stream << __val; local
_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);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/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.7-4.6/x86_64-linux/include/c++/4.6.x-google/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()) {}

Completed in 4706 milliseconds

<<11121314151617181920