OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_M_buf_start
(Results
1 - 2
of
2
) sorted by null
/external/stlport/stlport/stl/
_rope.h
770
_CharT*
_M_buf_start
;
827
if (__x.
_M_buf_start
== __x._M_tmp_buf._M_data) {
828
_M_buf_start
= _M_tmp_buf._M_data;
829
_M_buf_end =
_M_buf_start
+ (__x._M_buf_end - __x.
_M_buf_start
);
830
_M_buf_ptr =
_M_buf_start
+ (__x._M_buf_ptr - __x.
_M_buf_start
);
841
_M_buf_start
(__x.
_M_buf_start
),
855
_M_buf_start
= __x._M_buf_start
[
all
...]
_rope.c
99
__x.
_M_buf_start
= __STATIC_CAST(const _RopeLeaf*, __leaf)->_M_data;
100
__x._M_buf_ptr = __x.
_M_buf_start
+ (__pos - __leaf_pos);
101
__x._M_buf_end = __x.
_M_buf_start
+ __leaf->_M_size._M_data;
123
__x.
_M_buf_start
= __x._M_tmp_buf._M_data;
153
__x.
_M_buf_start
= __curr_rope->_M_c_string;
288
size_t __chars_left = _M_buf_ptr -
_M_buf_start
;
[
all
...]
Completed in 14 milliseconds