OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:_String_base
(Results
1 - 2
of
2
) sorted by null
/external/stlport/src/
string.cpp
38
template class _STLP_CLASS_DECLSPEC
_String_base
<char, allocator<char> >;
67
template class _STLP_CLASS_DECLSPEC
_String_base
<wchar_t, allocator<wchar_t> >;
/external/stlport/stlport/stl/
_string_base.h
26
// Class
_String_base
.
28
//
_String_base
is a helper class that makes it it easier to write an
33
// points to a block of memory that was allocated using
_String_base
's
41
class
_String_base
{
42
typedef
_String_base
<_Tp, _Alloc> _Self;
110
_String_base
(const allocator_type& __a)
118
_String_base
(const allocator_type& __a, size_t __n)
144
_String_base
(__move_source<_Self> src)
156
~
_String_base
() { _M_deallocate_block(); }
215
_STLP_EXPORT_TEMPLATE_CLASS
_String_base
<char, allocator<char> >
[
all
...]
Completed in 78 milliseconds