Home | History | Annotate | Download | only in ext

Lines Matching full:__leaf

70       const _RopeRep* __leaf = __x._M_path_end[__x._M_leaf_index];
74 switch(__leaf->_M_tag)
77 __x._M_buf_start = ((_Rope_RopeLeaf<_CharT, _Alloc>*)__leaf)->_M_data;
79 __x._M_buf_end = __x._M_buf_start + __leaf->_M_size;
86 size_t __leaf_end = __leaf_pos + __leaf->_M_size;
88 _Alloc>*)__leaf)->_M_fn;
851 operator()(const _CharT* __leaf, size_t __n)
853 uninitialized_copy_n(__leaf, __n, _M_buf_ptr);
874 operator()(const _CharT* __leaf, size_t __n)
879 if (__leaf[__i] == _M_pattern)
902 bool operator() (const _CharT* __leaf, size_t __n);
909 operator()(const _CharT* __leaf, size_t __n)
914 _M_o.put(__leaf[__i]);