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

/haiku/headers/cpp/std/
H A Dbastring.cc30 inline void * basic_string <charT, traits, Allocator>::Rep::
37 inline void basic_string <charT, traits, Allocator>::Rep::
40 Allocator::deallocate(ptr, sizeof(Rep) +
41 reinterpret_cast<Rep *>(ptr)->res *
46 inline size_t basic_string <charT, traits, Allocator>::Rep::
55 inline basic_string <charT, traits, Allocator>::Rep *
56 basic_string <charT, traits, Allocator>::Rep::
60 Rep *p = new (extra) Rep;
68 charT * basic_string <charT, traits, Allocator>::Rep
[all...]
H A Dbastring.h80 struct Rep { struct in class:basic_string
129 inline static Rep* create (size_t);
140 Rep &operator= (const Rep &);
162 Rep *rep () const { return reinterpret_cast<Rep *>(dat) - 1; }
163 void repup (Rep *p) { rep ()->release (); dat = p->data (); }
452 static Rep nilRep;
479 Rep *p = Rep
[all...]

Completed in 37 milliseconds