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

/haiku/headers/cpp/
H A Drope.h26 using __STD::wrope;
H A Dstl_rope.h2479 typedef rope<wchar_t> wrope; typedef
2486 inline wrope::reference __mutable_reference_at(wrope& __c, size_t __i)
2501 inline void swap(wrope __x, wrope __y) { __x.swap(__y); }
2518 __STL_TEMPLATE_NULL struct hash<wrope>
2520 size_t operator()(const wrope& __str) const

Completed in 57 milliseconds