Searched refs:__leaf (Results 1 – 1 of 1) sorted by relevance
35 const _RopeRep* __leaf = __x._M_path_end[__x._M_leaf_index]; in _S_setbuf() local39 switch(__leaf->_M_tag) { in _S_setbuf()42 ((_Rope_RopeLeaf<_CharT,_Alloc>*)__leaf)->_M_data; in _S_setbuf()44 __x._M_buf_end = __x._M_buf_start + __leaf->_M_size; in _S_setbuf()51 size_t __leaf_end = __leaf_pos + __leaf->_M_size; in _S_setbuf()53 ((_Rope_RopeFunction<_CharT,_Alloc>*)__leaf)->_M_fn; in _S_setbuf()759 bool operator() (const _CharT* __leaf, size_t __n) { in operator()760 uninitialized_copy_n(__leaf, __n, _M_buf_ptr); in operator()775 bool operator() (const _CharT* __leaf, size_t __n) { in operator()778 if (__leaf[__i] == _M_pattern) { in operator()[all …]