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

/haiku/headers/cpp/
H A Dropeimpl.h35 const _RopeRep* __leaf = __x._M_path_end[__x._M_leaf_index]; local
39 switch(__leaf->_M_tag) {
42 ((_Rope_RopeLeaf<_CharT,_Alloc>*)__leaf)->_M_data;
44 __x._M_buf_end = __x._M_buf_start + __leaf->_M_size;
51 size_t __leaf_end = __leaf_pos + __leaf->_M_size;
53 ((_Rope_RopeFunction<_CharT,_Alloc>*)__leaf)->_M_fn;
759 bool operator() (const _CharT* __leaf, size_t __n) { argument
760 uninitialized_copy_n(__leaf, __n, _M_buf_ptr);
775 bool operator() (const _CharT* __leaf, size_t __n) { argument
778 if (__leaf[__
802 operator ()(const _CharT* __leaf, size_t __n) argument
807 for (__i = 0; __i < __n; __i++) _M_o << __leaf[__i]; local
811 operator ()(const char* __leaf, size_t __n) argument
[all...]

Completed in 35 milliseconds