Lines Matching refs:__leaf
75 const _RopeRep* __leaf = __x._M_path_end[__x._M_leaf_index]; in _S_setbuf() local
79 switch(__leaf->_M_tag) in _S_setbuf()
82 __x._M_buf_start = ((_Rope_RopeLeaf<_CharT, _Alloc>*)__leaf)->_M_data; in _S_setbuf()
84 __x._M_buf_end = __x._M_buf_start + __leaf->_M_size; in _S_setbuf()
91 size_t __leaf_end = __leaf_pos + __leaf->_M_size; in _S_setbuf()
93 _Alloc>*)__leaf)->_M_fn; in _S_setbuf()
856 operator()(const _CharT* __leaf, size_t __n) in operator()
858 uninitialized_copy_n(__leaf, __n, _M_buf_ptr); in operator()
879 operator()(const _CharT* __leaf, size_t __n) in operator()
884 if (__leaf[__i] == _M_pattern) in operator()
907 bool operator() (const _CharT* __leaf, size_t __n);
914 operator()(const _CharT* __leaf, size_t __n) in operator()
919 _M_o.put(__leaf[__i]); in operator()