Searched refs:__leaf (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.0-release/contrib/libstdc++/include/ext/
H A Dropeimpl.h75 const _RopeRep* __leaf = __x._M_path_end[__x._M_leaf_index]; local
79 switch(__leaf->_M_tag)
82 __x._M_buf_start = ((_Rope_RopeLeaf<_CharT, _Alloc>*)__leaf)->_M_data;
84 __x._M_buf_end = __x._M_buf_start + __leaf->_M_size;
91 size_t __leaf_end = __leaf_pos + __leaf->_M_size;
93 _Alloc>*)__leaf)->_M_fn;
856 operator()(const _CharT* __leaf, size_t __n) argument
858 uninitialized_copy_n(__leaf, __n, _M_buf_ptr);
879 operator()(const _CharT* __leaf, size_t __n) argument
884 if (__leaf[__
914 operator ()(const _CharT* __leaf, size_t __n) argument
[all...]

Completed in 130 milliseconds