HomeSort by relevance Sort by last modified time
    Searched refs:_S_max_size (Results 1 - 15 of 15) 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>'}}
  /prebuilts/gcc/linux-x86/host/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);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/
rc_string_base.h 167 // individual string is determined by _S_max_size. This is the
179 enum { _S_max_size = (((static_cast<size_type>(-1) - 2 * sizeof(_Rep)
277 { return size_type(_S_max_size); }
377 if (__capacity > size_type(_S_max_size))
412 // Never allocate a string bigger than _S_max_size.
413 if (__capacity > size_type(_S_max_size))
414 __capacity = size_type(_S_max_size);
430 if (__capacity > size_type(_S_max_size))
431 __capacity = size_type(_S_max_size);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/
rc_string_base.h 167 // individual string is determined by _S_max_size. This is the
179 enum { _S_max_size = (((static_cast<size_type>(-1) - 2 * sizeof(_Rep)
277 { return size_type(_S_max_size); }
377 if (__capacity > size_type(_S_max_size))
412 // Never allocate a string bigger than _S_max_size.
413 if (__capacity > size_type(_S_max_size))
414 __capacity = size_type(_S_max_size);
430 if (__capacity > size_type(_S_max_size))
431 __capacity = size_type(_S_max_size);
  /prebuilts/ndk/5/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);
  /prebuilts/ndk/6/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);
  /prebuilts/ndk/7/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);
  /prebuilts/ndk/8/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);
  /prebuilts/gcc/linux-x86/host/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...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
basic_string.h 158 // individual string is determined by _S_max_size. This is the
168 static const size_type _S_max_size;
722 { return _Rep::_S_max_size; }
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
basic_string.h 158 // individual string is determined by _S_max_size. This is the
168 static const size_type _S_max_size;
722 { return _Rep::_S_max_size; }
    [all...]
  /prebuilts/ndk/5/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...]
  /prebuilts/ndk/6/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...]
  /prebuilts/ndk/7/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...]
  /prebuilts/ndk/8/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 66 milliseconds