OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:__val
(Results
126 - 150
of
418
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/stlport/stlport/stl/
_vector.h
227
void _M_initialize(size_type __n, const _Tp&
__val
= _STLP_DEFAULT_CONSTRUCTED(_Tp))
228
{ this->_M_finish = _STLP_PRIV __uninitialized_init(this->_M_start, __n,
__val
); }
233
vector(size_type __n, const _Tp&
__val
, const allocator_type& __a = allocator_type())
238
vector(size_type __n, const _Tp&
__val
)
240
{ this->_M_finish = _STLP_PRIV __uninitialized_fill_n(this->_M_start, __n,
__val
); }
241
vector(size_type __n, const _Tp&
__val
, const allocator_type& __a)
244
{ this->_M_finish = _STLP_PRIV __uninitialized_fill_n(this->_M_start, __n,
__val
); }
261
void _M_initialize_aux(_Integer __n, _Integer
__val
,
266
this->_M_finish = _STLP_PRIV __uninitialized_fill_n(this->_M_start, __n,
__val
);
315
void assign(size_type __n, const _Tp&
__val
) { _M_fill_assign(__n, __val);
[
all
...]
_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());
/ndk/sources/cxx-stl/stlport/stlport/stl/
_vector.h
227
void _M_initialize(size_type __n, const _Tp&
__val
= _STLP_DEFAULT_CONSTRUCTED(_Tp))
228
{ this->_M_finish = _STLP_PRIV __uninitialized_init(this->_M_start, __n,
__val
); }
233
vector(size_type __n, const _Tp&
__val
, const allocator_type& __a = allocator_type())
238
vector(size_type __n, const _Tp&
__val
)
240
{ this->_M_finish = _STLP_PRIV __uninitialized_fill_n(this->_M_start, __n,
__val
); }
241
vector(size_type __n, const _Tp&
__val
, const allocator_type& __a)
244
{ this->_M_finish = _STLP_PRIV __uninitialized_fill_n(this->_M_start, __n,
__val
); }
261
void _M_initialize_aux(_Integer __n, _Integer
__val
,
266
this->_M_finish = _STLP_PRIV __uninitialized_fill_n(this->_M_start, __n,
__val
);
315
void assign(size_type __n, const _Tp&
__val
) { _M_fill_assign(__n, __val);
[
all
...]
_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());
/prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/asm/
posix_types.h
50
int
__val
[2];
/prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/asm/
posix_types.h
50
int
__val
[2];
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/asm/
posix_types.h
50
int
__val
[2];