OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_S_max_size
(Results
1 - 7
of
7
) sorted by null
/external/clang/test/SemaCXX/
crashes.cpp
11
basic_string<_CharT, _Traits, _Alloc>::_Rep::
_S_max_size
// expected-error{{no member named '_Rep' in 'basic_string<_CharT, _Traits, _Alloc>'}}
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
rc_string_base.h
165
// individual string is determined by
_S_max_size
. This is the
177
enum {
_S_max_size
= (((static_cast<size_type>(-1) - 2 * sizeof(_Rep)
263
{ return size_type(
_S_max_size
); }
363
if (__capacity > size_type(
_S_max_size
))
398
// Never allocate a string bigger than
_S_max_size
.
399
if (__capacity > size_type(
_S_max_size
))
400
__capacity = size_type(
_S_max_size
);
416
if (__capacity > size_type(
_S_max_size
))
417
__capacity = size_type(
_S_max_size
);
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/
rc_string_base.h
165
// individual string is determined by
_S_max_size
. This is the
177
enum {
_S_max_size
= (((static_cast<size_type>(-1) - 2 * sizeof(_Rep)
263
{ return size_type(
_S_max_size
); }
363
if (__capacity > size_type(
_S_max_size
))
398
// Never allocate a string bigger than
_S_max_size
.
399
if (__capacity > size_type(
_S_max_size
))
400
__capacity = size_type(
_S_max_size
);
416
if (__capacity > size_type(
_S_max_size
))
417
__capacity = size_type(
_S_max_size
);
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/
rc_string_base.h
165
// individual string is determined by
_S_max_size
. This is the
177
enum {
_S_max_size
= (((static_cast<size_type>(-1) - 2 * sizeof(_Rep)
263
{ return size_type(
_S_max_size
); }
363
if (__capacity > size_type(
_S_max_size
))
398
// Never allocate a string bigger than
_S_max_size
.
399
if (__capacity > size_type(
_S_max_size
))
400
__capacity = size_type(
_S_max_size
);
416
if (__capacity > size_type(
_S_max_size
))
417
__capacity = size_type(
_S_max_size
);
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
basic_string.h
155
// individual string is determined by
_S_max_size
. This is the
165
static const size_type
_S_max_size
;
635
{ return _Rep::
_S_max_size
; }
[
all
...]
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/bits/
basic_string.h
155
// individual string is determined by
_S_max_size
. This is the
165
static const size_type
_S_max_size
;
635
{ return _Rep::
_S_max_size
; }
[
all
...]
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/bits/
basic_string.h
155
// individual string is determined by
_S_max_size
. This is the
165
static const size_type
_S_max_size
;
635
{ return _Rep::
_S_max_size
; }
[
all
...]
Completed in 182 milliseconds