Symbol: Rep
headers/cpp/std/bastring.cc
102
Rep *p = Rep::create (__size);
headers/cpp/std/bastring.cc
135
inline void basic_string <charT, traits, Allocator>::Rep::
headers/cpp/std/bastring.cc
143
inline void basic_string <charT, traits, Allocator>::Rep::
headers/cpp/std/bastring.cc
164
Rep *p = Rep::create (newlen);
headers/cpp/std/bastring.cc
181
inline void basic_string <charT, traits, Allocator>::Rep::
headers/cpp/std/bastring.cc
200
Rep *p = Rep::create (newlen);
headers/cpp/std/bastring.cc
30
inline void * basic_string <charT, traits, Allocator>::Rep::
headers/cpp/std/bastring.cc
37
inline void basic_string <charT, traits, Allocator>::Rep::
headers/cpp/std/bastring.cc
40
Allocator::deallocate(ptr, sizeof(Rep) +
headers/cpp/std/bastring.cc
41
reinterpret_cast<Rep *>(ptr)->res *
headers/cpp/std/bastring.cc
46
inline size_t basic_string <charT, traits, Allocator>::Rep::
headers/cpp/std/bastring.cc
517
basic_string <charT, traits, Allocator>::Rep
headers/cpp/std/bastring.cc
55
inline basic_string <charT, traits, Allocator>::Rep *
headers/cpp/std/bastring.cc
56
basic_string <charT, traits, Allocator>::Rep::
headers/cpp/std/bastring.cc
60
Rep *p = new (extra) Rep;
headers/cpp/std/bastring.cc
68
charT * basic_string <charT, traits, Allocator>::Rep::
headers/cpp/std/bastring.cc
71
Rep *p = Rep::create (len);
headers/cpp/std/bastring.cc
78
inline bool basic_string <charT, traits, Allocator>::Rep::
headers/cpp/std/bastring.cc
92
|| Rep::excess_slop (s, capacity ()));
headers/cpp/std/bastring.h
129
inline static Rep* create (size_t);
headers/cpp/std/bastring.h
140
Rep &operator= (const Rep &);
headers/cpp/std/bastring.h
162
Rep *rep () const { return reinterpret_cast<Rep *>(dat) - 1; }
headers/cpp/std/bastring.h
163
void repup (Rep *p) { rep ()->release (); dat = p->data (); }
headers/cpp/std/bastring.h
452
static Rep nilRep;
headers/cpp/std/bastring.h
479
Rep *p = Rep::create (newlen);