HomeSort by relevance Sort by last modified time
    Searched full:length_error (Results 26 - 50 of 92) sorted by null

12 3 4

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/
vstring.h 497 * @throw std::length_error If @a __res_arg exceeds @c max_size().
501 * number requested is more than max_size(), length_error is
924 * @throw std::length_error If new length exceeds @c max_size().
929 * length_error is thrown. The value of the string doesn't
941 * @throw std::length_error If new length exceeds @c max_size().
944 * causes the length to exceed max_size(), length_error is
963 * @throw std::length_error If new length exceeds @c max_size().
975 * @throw std::length_error If new length exceeds @c max_size().
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/
vstring.h 497 * @throw std::length_error If @a __res_arg exceeds @c max_size().
501 * number requested is more than max_size(), length_error is
924 * @throw std::length_error If new length exceeds @c max_size().
929 * length_error is thrown. The value of the string doesn't
941 * @throw std::length_error If new length exceeds @c max_size().
944 * causes the length to exceed max_size(), length_error is
963 * @throw std::length_error If new length exceeds @c max_size().
975 * @throw std::length_error If new length exceeds @c max_size().
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
vstring.h 497 * @throw std::length_error If @a __res_arg exceeds @c max_size().
501 * number requested is more than max_size(), length_error is
924 * @throw std::length_error If new length exceeds @c max_size().
929 * length_error is thrown. The value of the string doesn't
941 * @throw std::length_error If new length exceeds @c max_size().
944 * causes the length to exceed max_size(), length_error is
963 * @throw std::length_error If new length exceeds @c max_size().
975 * @throw std::length_error If new length exceeds @c max_size().
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.capacity/
max_size.pass.cpp 48 catch ( const std::length_error & ) { return ; }
reserve.pass.cpp 47 catch (std::length_error&)
resize_size.pass.cpp 31 catch (std::length_error&)
resize_size_char.pass.cpp 31 catch (std::length_error&)
  /prebuilts/misc/common/swig/include/2.0.11/csharp/
std_except.i 23 %typemap(throws, canthrow=1) std::length_error "SWIG_CSharpSetPendingException(SWIG_CSharpIndexOutOfRangeException, $1.what());\n return $null;"
  /prebuilts/misc/common/swig/include/2.0.11/d/
std_except.i 23 %typemap(throws, canthrow=1) std::length_error "SWIG_DSetPendingException(SWIG_DNoSuchElementException, $1.what());\n return $null;"
std_vector.i 113 void reserve(size_type n) throw (std::length_error);
117 vector(size_type capacity) throw (std::length_error) {
121 // Might throw std::length_error.
453 void reserve(size_type n) throw (std::length_error);
457 vector(size_type capacity) throw (std::length_error) {
461 // Might throw std::length_error.
  /prebuilts/misc/common/swig/include/2.0.11/go/
std_except.i 23 %typemap(throws) std::length_error %{_swig_gopanic($1.what());%}
  /prebuilts/misc/common/swig/include/2.0.11/java/
std_except.i 23 %typemap(throws) std::length_error "SWIG_JavaThrowException(jenv, SWIG_JavaIndexOutOfBoundsException, $1.what());\n return $null;"
  /prebuilts/misc/common/swig/include/2.0.11/lua/
std_except.i 34 %typemap(throws) std::length_error "SWIG_exception(SWIG_IndexError, $1.what());"
  /prebuilts/misc/common/swig/include/2.0.11/
std_except.i 47 %std_exception_map(length_error, SWIG_IndexError);
exception.i 273 } catch (std::length_error& e) {
  /ndk/sources/cxx-stl/stlport/src/
dll_main.cpp 80 length_error::~length_error() _STLP_NOTHROW_INHERENTLY {}
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
basic_string.h 783 * @throw std::length_error If @a __res_arg exceeds @c max_size().
787 * number requested is more than max_size(), length_error is
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
basic_string.h 783 * @throw std::length_error If @a __res_arg exceeds @c max_size().
787 * number requested is more than max_size(), length_error is
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
basic_string.h 783 * @throw std::length_error If @a __res_arg exceeds @c max_size().
787 * number requested is more than max_size(), length_error is
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
basic_string.h 792 * @throw std::length_error If @a __res_arg exceeds @c max_size().
796 * number requested is more than max_size(), length_error is
    [all...]
  /external/libcxx/test/std/strings/basic.string/string.capacity/
reserve.pass.cpp 47 catch (std::length_error&)
resize_size.pass.cpp 31 catch (std::length_error&)
resize_size_char.pass.cpp 31 catch (std::length_error&)
  /prebuilts/misc/common/swig/include/2.0.11/typemaps/
exception.swg 68 } catch (std::length_error& e) {
  /ndk/tests/device/test-gnustl-full/unit/
string_test.cpp 176 catch (length_error const&) {
179 //Expected exception is length_error:
201 catch (length_error const&) {
204 //Expected exception is length_error:
    [all...]

Completed in 571 milliseconds

12 3 4