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

/external/clang/test/CodeGenCXX/
H A D2006-10-30-ClassBitfield.cpp10 struct _Rope_RopeRep : public _Refcount_Base struct in inherits:_Refcount_Base
16 int foo(_Rope_RopeRep* r) { return r->_M_tag; }
/external/stlport/stlport/stl/
H A D_rope.h93 template<class _CharT, class _Alloc> struct _Rope_RopeRep;
327 struct _Rope_RopeRep struct in inherits:_Refcount_Base
330 typedef _Rope_RopeRep<_CharT, _Alloc> _Self;
365 _Rope_RopeRep() : _Refcount_Base(1), _M_size(allocator_type(), 0) { function in struct:_Rope_RopeRep
378 _Rope_RopeRep(_Tag __t, unsigned char __d, bool __b, size_t _p_size, function in struct:_Rope_RopeRep
451 struct _Rope_RopeLeaf : public _Rope_RopeRep<_CharT,_Alloc> {
459 typedef _Rope_RopeRep<_CharT,_Alloc> _RopeRep;
471 : _Rope_RopeRep<_CharT,_Alloc>(_RopeRep::_S_leaf, 0, true, _p_size, __a),
494 struct _Rope_RopeConcatenation : public _Rope_RopeRep<_CharT, _Alloc> {
496 typedef _Rope_RopeRep<_Char
[all...]

Completed in 138 milliseconds