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

1 2 3 4

  /external/libcxx/test/std/diagnostics/std.exceptions/length.error/
length_error.pass.cpp 10 // test length_error
20 static_assert((std::is_base_of<std::logic_error, std::length_error>::value),
21 "std::is_base_of<std::logic_error, std::length_error>::value");
22 static_assert(std::is_polymorphic<std::length_error>::value,
23 "std::is_polymorphic<std::length_error>::value");
25 const char* msg = "length_error message";
26 std::length_error e(msg);
28 std::length_error e2(e);
34 std::string msg("another length_error message");
35 std::length_error e(msg)
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/std.exceptions/length.error/
length_error.pass.cpp 10 // test length_error
20 static_assert((std::is_base_of<std::logic_error, std::length_error>::value),
21 "std::is_base_of<std::logic_error, std::length_error>::value");
22 static_assert(std::is_polymorphic<std::length_error>::value,
23 "std::is_polymorphic<std::length_error>::value");
25 const char* msg = "length_error message";
26 std::length_error e(msg);
28 std::length_error e2(e);
34 std::string msg("another length_error message");
35 std::length_error e(msg)
    [all...]
  /prebuilts/misc/common/swig/include/2.0.11/std/
std_except.i 37 struct length_error : logic_error
39 length_error(const string& msg);
std_carray.swg 56 throw std::length_error("bad range length");
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_stdexcept.h 64 class _STLP_CLASS_DECLSPEC length_error : public logic_error { class in inherits:logic_error
66 length_error(const string& __arg) : logic_error(__arg) {} function in class:length_error
68 ~length_error() _STLP_NOTHROW_INHERENTLY;
_range_errors.c 73 { _STLP_THROW_MSG(length_error, __msg); }
  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
_stdexcept.h 64 class _STLP_CLASS_DECLSPEC length_error : public logic_error { class in inherits:logic_error
66 length_error(const string& __arg) : logic_error(__arg) {} function in class:length_error
68 ~length_error() _STLP_NOTHROW_INHERENTLY;
_range_errors.c 73 { _STLP_THROW_MSG(length_error, __msg); }
  /external/libcxx/include/
stdexcept 23 class length_error;
118 class _LIBCPP_EXCEPTION_ABI length_error
122 _LIBCPP_INLINE_VISIBILITY explicit length_error(const string& __s) : logic_error(__s) {}
123 _LIBCPP_INLINE_VISIBILITY explicit length_error(const char* __s) : logic_error(__s) {}
125 virtual ~length_error() _NOEXCEPT;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
stdexcept 23 class length_error;
118 class _LIBCPP_EXCEPTION_ABI length_error
122 _LIBCPP_INLINE_VISIBILITY explicit length_error(const string& __s) : logic_error(__s) {}
123 _LIBCPP_INLINE_VISIBILITY explicit length_error(const char* __s) : logic_error(__s) {}
125 virtual ~length_error() _NOEXCEPT;
  /prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/libcxx/include/
stdexcept 23 class length_error;
118 class _LIBCPP_EXCEPTION_ABI length_error
122 _LIBCPP_INLINE_VISIBILITY explicit length_error(const string& __s) : logic_error(__s) {}
123 _LIBCPP_INLINE_VISIBILITY explicit length_error(const char* __s) : logic_error(__s) {}
125 virtual ~length_error() _NOEXCEPT;
  /prebuilts/misc/common/swig/include/2.0.11/typemaps/
std_except.swg 27 %std_exception_map(length_error, SWIG_IndexError);
  /external/libcxxabi/src/
stdexcept.cpp 41 length_error::~length_error() _NOEXCEPT {}
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/
stdexcept.cpp 41 length_error::~length_error() _NOEXCEPT {}
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/
stdexcept 91 class length_error : public logic_error
94 explicit length_error(const string& __arg);
95 virtual ~length_error() _GLIBCXX_USE_NOEXCEPT;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/
stdexcept 91 class length_error : public logic_error
94 explicit length_error(const string& __arg);
95 virtual ~length_error() _GLIBCXX_USE_NOEXCEPT;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/
stdexcept 91 class length_error : public logic_error
94 explicit length_error(const string& __arg);
95 virtual ~length_error() _GLIBCXX_USE_NOEXCEPT;
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/
stdexcept 91 class length_error : public logic_error
94 explicit length_error(const string& __arg);
95 virtual ~length_error() _GLIBCXX_USE_NOEXCEPT;
  /external/libcxx/src/
stdexcept.cpp 97 length_error::~length_error() _NOEXCEPT {}
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
stdexcept.cpp 97 length_error::~length_error() _NOEXCEPT {}
  /ndk/sources/cxx-stl/gabi++/src/
stdexcept.cc 164 length_error::~length_error() _NOEXCEPT {}
  /external/libcxx/test/std/strings/basic.string/string.capacity/
over_max_size.pass.cpp 27 catch ( const std::length_error & ) { return ; }
  /hardware/bsp/intel/peripheral/libupm/src/
upm_exception.i 32 } catch (std::length_error& e) {
  /external/parameter-framework/asio-1.10.6/include/asio/detail/
socket_option.hpp 120 std::length_error ex("boolean socket option resize");
201 std::length_error ex("integer socket option resize");
294 std::length_error ex("linger socket option resize");
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
vstring.h 508 * @throw std::length_error If @a __res_arg exceeds @c max_size().
512 * number requested is more than max_size(), length_error is
962 * @throw std::length_error If new length exceeds @c max_size().
    [all...]

Completed in 966 milliseconds

1 2 3 4