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

/external/stlport/stlport/stl/
H A D_rope.c98 typedef _Rope_RopeLeaf<_CharT, _Alloc> _RopeLeaf;
320 typedef _Rope_RopeLeaf<_CharT, _Alloc> _RopeLeaf;
322 _STLP_STD::_Destroy(__l); // ->_Rope_RopeLeaf<_CharT,_Alloc>::~_Rope_RopeLeaf();
358 # define __RopeLeaf__ _Rope_RopeLeaf<_CharT,_Alloc>
360 # define _RopeLeaf _Rope_RopeLeaf<_CharT,_Alloc>
395 void _Terminate_RopeLeaf(_Rope_RopeLeaf<_CharT,_Alloc> *__r,
402 void _Terminate_RopeLeaf(_Rope_RopeLeaf<_CharT,_Alloc> *__r,
790 typedef _Rope_RopeLeaf<_CharT,_Alloc> _RopeLeaf;
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 205 milliseconds