Searched defs:_Rope_RopeLeaf (Results 1 - 1 of 1) sorted by relevance

/external/stlport/stlport/stl/
H A D_rope.h94 template<class _CharT, class _Alloc> struct _Rope_RopeLeaf;
451 struct _Rope_RopeLeaf : public _Rope_RopeRep<_CharT,_Alloc> { struct in inherits:_Rope_RopeRep
470 _Rope_RopeLeaf( _CharT* __d, size_t _p_size, allocator_type __a) function in struct:_Rope_RopeLeaf
478 _Rope_RopeLeaf() {} function in struct:_Rope_RopeLeaf
479 _Rope_RopeLeaf(const _Rope_RopeLeaf<_CharT, _Alloc>& ) {} argument
485 ~_Rope_RopeLeaf() {
573 typedef _Rope_RopeLeaf<_CharT,_Alloc> _RopeLeaf;
1137 typedef _Rope_RopeLeaf<_CharT,_Alloc> _RopeLeaf;

Completed in 369 milliseconds