OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:_M_size
(Results
1 - 3
of
3
) sorted by null
/external/stlport/stlport/stl/
_valarray.h
66
size_t
_M_size
;
68
_Valarray_base() : _M_first(0),
_M_size
(0) {}
69
_Valarray_base(size_t __n) : _M_first(0),
_M_size
(0) { _M_allocate(__n); }
75
_M_size
= __n;
79
_M_size
= 0;
86
_M_size
= 0;
101
{ uninitialized_fill_n(this->_M_first, this->
_M_size
, _STLP_DEFAULT_CONSTRUCTED(value_type)); }
103
{ uninitialized_fill_n(this->_M_first, this->
_M_size
, __x); }
106
valarray(const valarray<_Tp>& __x) : _Valarray_base<_Tp>(__x.
_M_size
) {
107
uninitialized_copy(__x._M_first, __x._M_first + __x.
_M_size
,
[
all
...]
_alloc.h
112
_STLP_UINT32_T
_M_size
;
_rope.h
358
allocator_type get_allocator() const { return allocator_type(
_M_size
); }
362
_STLP_PRIV _STLP_alloc_proxy<size_t, _CharT, allocator_type>
_M_size
;
365
_Rope_RopeRep() : _Refcount_Base(1),
_M_size
(allocator_type(), 0) {
381
_M_tag(__t), _M_is_balanced(__b), _M_depth(__d), _M_c_string(0),
_M_size
(__a, _p_size) {
489
_RopeRep::_S_free_string(_M_data, this->
_M_size
._M_data, this->get_allocator());
506
__l->
_M_size
._M_data + __r->
_M_size
._M_data, __a), _M_left(__l), _M_right(__r)
580
_STLP_ASSERT(__start_pos + __req_len <= this->
_M_size
._M_data)
581
_STLP_ASSERT(_M_start + this->
_M_size
._M_data <= _M_base->
_M_size
._M_data
[
all
...]
Completed in 73 milliseconds