Searched refs:_Rope_RopeRep (Results 1 - 3 of 3) 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...]
H A D_rope.c76 void _Rope_RopeRep<_CharT, _Alloc>::_M_free_c_string() {
316 void _Rope_RopeRep<_CharT,_Alloc>::_M_free_tree() {
359 # define __RopeRep__ _Rope_RopeRep<_CharT,_Alloc>
361 # define _RopeRep _Rope_RopeRep<_CharT,_Alloc>
786 _Rope_RopeRep<_CharT, _Alloc> * __r,
788 typedef _Rope_RopeRep<_CharT, _Alloc> _RopeRep;
918 rope<_CharT,_Alloc>::_S_flatten(_Rope_RopeRep<_CharT, _Alloc>* __r, _CharT* __buffer) {

Completed in 2741 milliseconds