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

/external/stlport/stlport/stl/
H A D_rope.h96 template<class _CharT, class _Alloc> struct _Rope_RopeSubstring;
564 struct _Rope_RopeSubstring : public char_producer<_CharT>, public _Rope_RopeFunction<_CharT,_Alloc> { struct in inherits:char_producer,_Rope_RopeFunction
601 _Rope_RopeSubstring(_RopeRep* __b, size_t __s, size_t __l, allocator_type __a) function in struct:_Rope_RopeSubstring
609 virtual ~_Rope_RopeSubstring()
1108 friend struct _Rope_RopeSubstring<_CharT,_Alloc>;
1139 typedef _Rope_RopeSubstring<_CharT,_Alloc> _RopeSubstring;
H A D_rope.c347 typedef _Rope_RopeSubstring<_CharT, _Alloc> _RopeSubstring;

Completed in 1062 milliseconds