OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_S_leaf
(Results
1 - 2
of
2
) sorted by null
/external/stlport/stlport/stl/
_rope.c
97
case _RopeRep::
_S_leaf
:
166
case _RopeRep::
_S_leaf
:
318
case
_S_leaf
:
483
if (_RopeRep::
_S_leaf
== __r->_M_tag &&
490
_RopeRep::
_S_leaf
== ((_RopeConcatenation*)__r)->_M_right->_M_tag) {
534
if (__orig_size + __slen <= _S_copy_max && _RopeRep::
_S_leaf
== __r->_M_tag) {
539
if (_RopeRep::
_S_leaf
== __right->_M_tag &&
586
if (_RopeRep::
_S_leaf
== __right->_M_tag) {
587
if (_RopeRep::
_S_leaf
== __left->_M_tag) {
594
_RopeRep::
_S_leaf
== __STATIC_CAST(_RopeConcatenation*, __left)->_M_right->_M_tag)
[
all
...]
_rope.h
345
enum _Tag {
_S_leaf
, _S_concat, _S_substringfn, _S_function};
471
: _Rope_RopeRep<_CharT,_Alloc>(_RopeRep::
_S_leaf
, 0, true, _p_size, __a),
585
case _RopeRep::
_S_leaf
:
[
all
...]
Completed in 480 milliseconds