OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:__result_len
(Results
1 - 1
of
1
) sorted by null
/external/stlport/stlport/stl/
_rope.c
665
size_t
__result_len
;
local
667
__result_len
= __adj_endp1 - __start;
668
if (
__result_len
> __lazy_threshold) goto lazy;
671
__result = _S_RopeLeaf_from_unowned_char_ptr(__section,
__result_len
,
679
size_t
__result_len
;
local
681
__result_len
= __adj_endp1 - __start;
682
if (
__result_len
> __lazy_threshold) {
694
size_t
__result_len
= __adj_endp1 - __start;
696
if (
__result_len
> __lazy_threshold) goto lazy;
697
_CharT* __section = __base->_M_size.allocate(_S_rounded_up_size(
__result_len
));
[
all
...]
Completed in 512 milliseconds