Searched refs:_Rep (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/libstdc++/include/ext/
H A Drc_string_base.h51 * [_Rep]
59 * you cast it to a pointer-to-_Rep and subtract 1 to get a
65 * a single "add" instruction: _Rep::_M_refdata(), and
67 * block of raw bytes and with room enough and constructs a _Rep
71 * not the _Rep is so that the debugger can see the string
73 * the _Rep for the debugger to use, so users can check the actual
76 * Note that the _Rep object is a POD so that you can have a
77 * static "empty string" _Rep object already "constructed" before
80 * destroy the empty-string _Rep object.
100 // _Rep
113 struct _Rep struct in class:__rc_string_base
[all...]
/freebsd-11-stable/contrib/libstdc++/include/bits/
H A Dbasic_string.h74 * [_Rep]
82 * you cast it to a pointer-to-_Rep and subtract 1 to get a
88 * a single "add" instruction: _Rep::_M_data(), and
90 * block of raw bytes and with room enough and constructs a _Rep
94 * not the _Rep is so that the debugger can see the string
96 * the _Rep for the debugger to use, so users can check the actual
99 * Note that the _Rep object is a POD so that you can have a
100 * static "empty string" _Rep object already "constructed" before
103 * destroy the empty-string _Rep object.
133 // _Rep
154 struct _Rep : _Rep_base struct in class:basic_string
[all...]
/freebsd-11-stable/contrib/libstdc++/src/
H A Dcompatibility.cc273 basic_string<char>::_Rep::_M_set_length_and_sharable(size_t);
320 basic_string<wchar_t>::_Rep::_M_set_length_and_sharable(size_t);

Completed in 166 milliseconds