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

1 2 3

  /external/libcxx/test/std/diagnostics/std.exceptions/range.error/
range_error.pass.cpp 10 // test range_error
20 static_assert((std::is_base_of<std::runtime_error, std::range_error>::value),
21 "std::is_base_of<std::runtime_error, std::range_error>::value");
22 static_assert(std::is_polymorphic<std::range_error>::value,
23 "std::is_polymorphic<std::range_error>::value");
25 const char* msg = "range_error message";
26 std::range_error e(msg);
28 std::range_error e2(e);
34 std::string msg("another range_error message");
35 std::range_error e(msg)
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/std.exceptions/range.error/
range_error.pass.cpp 10 // test range_error
20 static_assert((std::is_base_of<std::runtime_error, std::range_error>::value),
21 "std::is_base_of<std::runtime_error, std::range_error>::value");
22 static_assert(std::is_polymorphic<std::range_error>::value,
23 "std::is_polymorphic<std::range_error>::value");
25 const char* msg = "range_error message";
26 std::range_error e(msg);
28 std::range_error e2(e);
34 std::string msg("another range_error message");
35 std::range_error e(msg)
    [all...]
  /prebuilts/misc/common/swig/include/2.0.11/std/
std_except.i 52 struct range_error : runtime_error
54 range_error(const string& msg);
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_stdexcept.h 80 class _STLP_CLASS_DECLSPEC range_error : public runtime_error { class in inherits:runtime_error
82 range_error(const string& __arg) : runtime_error(__arg) {} function in class:range_error
84 ~range_error() _STLP_NOTHROW_INHERENTLY;
_range_errors.c 67 { _STLP_THROW_MSG(range_error, __msg); }
  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
_stdexcept.h 80 class _STLP_CLASS_DECLSPEC range_error : public runtime_error { class in inherits:runtime_error
82 range_error(const string& __arg) : runtime_error(__arg) {} function in class:range_error
84 ~range_error() _STLP_NOTHROW_INHERENTLY;
_range_errors.c 67 { _STLP_THROW_MSG(range_error, __msg); }
  /external/libcxx/include/
stdexcept 26 class range_error;
138 class _LIBCPP_EXCEPTION_ABI range_error
142 _LIBCPP_INLINE_VISIBILITY explicit range_error(const string& __s) : runtime_error(__s) {}
143 _LIBCPP_INLINE_VISIBILITY explicit range_error(const char* __s) : runtime_error(__s) {}
145 virtual ~range_error() _NOEXCEPT;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
stdexcept 26 class range_error;
138 class _LIBCPP_EXCEPTION_ABI range_error
142 _LIBCPP_INLINE_VISIBILITY explicit range_error(const string& __s) : runtime_error(__s) {}
143 _LIBCPP_INLINE_VISIBILITY explicit range_error(const char* __s) : runtime_error(__s) {}
145 virtual ~range_error() _NOEXCEPT;
  /prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/libcxx/include/
stdexcept 26 class range_error;
138 class _LIBCPP_EXCEPTION_ABI range_error
142 _LIBCPP_INLINE_VISIBILITY explicit range_error(const string& __s) : runtime_error(__s) {}
143 _LIBCPP_INLINE_VISIBILITY explicit range_error(const char* __s) : runtime_error(__s) {}
145 virtual ~range_error() _NOEXCEPT;
  /external/libcxx/test/std/localization/locales/locale.convenience/conversions/conversions.string/
ctor_err_string.pass.cpp 36 catch (const std::range_error&)
44 catch (const std::range_error&)
57 catch (const std::range_error&)
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locales/locale.convenience/conversions/conversions.string/
ctor_err_string.pass.cpp 36 catch (const std::range_error&)
44 catch (const std::range_error&)
57 catch (const std::range_error&)
  /prebuilts/misc/common/swig/include/2.0.11/typemaps/
std_except.swg 31 %std_exception_map(range_error, SWIG_OverflowError);
  /external/libcxxabi/src/
stdexcept.cpp 44 range_error::~range_error() _NOEXCEPT {}
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/
stdexcept.cpp 44 range_error::~range_error() _NOEXCEPT {}
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/
stdexcept 130 class range_error : public runtime_error
133 explicit range_error(const string& __arg);
134 virtual ~range_error() _GLIBCXX_USE_NOEXCEPT;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/
stdexcept 130 class range_error : public runtime_error
133 explicit range_error(const string& __arg);
134 virtual ~range_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 130 class range_error : public runtime_error
133 explicit range_error(const string& __arg);
134 virtual ~range_error() _GLIBCXX_USE_NOEXCEPT;
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/
stdexcept 130 class range_error : public runtime_error
133 explicit range_error(const string& __arg);
134 virtual ~range_error() _GLIBCXX_USE_NOEXCEPT;
  /external/libcxx/src/
stdexcept.cpp 100 range_error::~range_error() _NOEXCEPT {}
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
stdexcept.cpp 100 range_error::~range_error() _NOEXCEPT {}
  /ndk/sources/cxx-stl/gabi++/src/
stdexcept.cc 167 range_error::~range_error() _NOEXCEPT {}
  /prebuilts/misc/common/swig/include/2.0.11/csharp/
std_except.i 27 %typemap(throws, canthrow=1) std::range_error "SWIG_CSharpSetPendingException(SWIG_CSharpIndexOutOfRangeException, $1.what());\n return $null;"
  /prebuilts/misc/common/swig/include/2.0.11/d/
std_except.i 27 %typemap(throws, canthrow=1) std::range_error "SWIG_DSetPendingException(SWIG_DException, $1.what());\n return $null;"
  /prebuilts/misc/common/swig/include/2.0.11/go/
std_except.i 27 %typemap(throws) std::range_error %{_swig_gopanic($1.what());%}

Completed in 1248 milliseconds

1 2 3