Searched refs:__e (Results 26 - 28 of 28) sorted by relevance

12

/haiku-buildtools/legacy/gcc/libstdc++/stl/
H A Dstl_rope.h408 // Generally function results are counted, i.__e.
1627 rope(const _CharT *__s, const _CharT *__e, argument
1629 : _Base(__STL_ROPE_FROM_UNOWNED_CHAR_PTR(__s, __e - __s, __a), __a)
1632 rope(const const_iterator& __s, const const_iterator& __e, argument
1635 __e._M_current_pos), __a)
1638 rope(const iterator& __s, const iterator& __e, argument
1641 __e._M_current_pos), __a)
1893 rope& append(const _CharT* __s, const _CharT* __e) { argument
1895 _S_destr_concat_char_iter(_M_tree_ptr, __s, __e - __s);
1901 rope& append(const_iterator __s, const_iterator __e) { argument
[all...]
/haiku-buildtools/gcc/libstdc++-v3/include/bits/
H A Dregex_compiler.h59 _Compiler(_IterT __b, _IterT __e,
H A Dios_base.h496 * @param __e One of the members of the event enum.
504 typedef void (*event_callback) (event __e, ios_base& __b, int __i);

Completed in 106 milliseconds

12