OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_M_header
(Results
1 - 2
of
2
) sorted by null
/external/stlport/stlport/stl/
_tree.h
245
return _STLP_CONVERT_ALLOCATOR(
_M_header
, _Tp);
250
_M_header
(_STLP_CONVERT_ALLOCATOR(__a, _Node), _Node_base() ) {
256
_M_header
(__move_source<_AllocProxy>(src.get().
_M_header
)) {
257
_M_rebind(&src.get().
_M_header
._M_data);
263
_M_header
._M_data._M_color = _S_rb_tree_red; // used to distinguish header from
265
_M_header
._M_data._M_parent = 0;
266
_M_header
._M_data._M_left = &
_M_header
._M_data;
267
_M_header
._M_data._M_right = &_M_header._M_data
[
all
...]
_tree.c
200
// makes __leftmost ==
_M_header
if __z == __root
207
// makes __rightmost ==
_M_header
if __z == __root
330
_M_leftmost() = &this->
_M_header
._M_data;
331
_M_rightmost() = &this->
_M_header
._M_data;
334
_M_root() = _M_copy(__x._M_root(), &this->
_M_header
._M_data);
358
if ( __parent == &this->
_M_header
._M_data ) {
379
_Rb_global_inst::_Rebalance(__new_node, this->
_M_header
._M_data._M_parent);
388
_Base_ptr __y = &this->
_M_header
._M_data;
406
_Base_ptr __y = &this->
_M_header
._M_data;
434
if (__position._M_node == this->
_M_header
._M_data._M_left) { // begin(
[
all
...]
Completed in 1006 milliseconds