HomeSort by relevance Sort by last modified time
    Searched refs:range_error (Results 1 - 18 of 18) sorted by null

  /ndk/sources/cxx-stl/llvm-libc++/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...]
  /ndk/sources/cxx-stl/llvm-libc++/test/localization/locales/locale.convenience/conversions/conversions.string/
ctor_err_string.pass.cpp 32 catch (const std::range_error&)
40 catch (const std::range_error&)
53 catch (const std::range_error&)
  /external/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); }
  /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/5/sources/cxx-stl/stlport/stlport/stl/
_stdexcept.h 81 class _STLP_CLASS_DECLSPEC range_error : public runtime_error { class in inherits:runtime_error
83 range_error(const string& __arg) : runtime_error(__arg) {} function in class:range_error
85 ~range_error() _STLP_NOTHROW_INHERENTLY;
_range_errors.c 67 { _STLP_THROW_MSG(range_error, __msg); }
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_stdexcept.h 81 class _STLP_CLASS_DECLSPEC range_error : public runtime_error { class in inherits:runtime_error
83 range_error(const string& __arg) : runtime_error(__arg) {} function in class:range_error
85 ~range_error() _STLP_NOTHROW_INHERENTLY;
_range_errors.c 67 { _STLP_THROW_MSG(range_error, __msg); }
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_stdexcept.h 81 class _STLP_CLASS_DECLSPEC range_error : public runtime_error { class in inherits:runtime_error
83 range_error(const string& __arg) : runtime_error(__arg) {} function in class:range_error
85 ~range_error() _STLP_NOTHROW_INHERENTLY;
_range_errors.c 67 { _STLP_THROW_MSG(range_error, __msg); }
  /prebuilts/ndk/8/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/stlport/src/
dll_main.cpp 82 range_error::~range_error() _STLP_NOTHROW_INHERENTLY {}
  /ndk/sources/cxx-stl/llvm-libc++/src/
stdexcept.cpp 190 range_error::~range_error() _NOEXCEPT {}
  /ndk/sources/cxx-stl/stlport/src/
dll_main.cpp 82 range_error::~range_error() _STLP_NOTHROW_INHERENTLY {}
  /external/v8/test/cctest/
test-api.cc 6015 v8::Handle<Value> range_error = v8::Exception::RangeError(foo); local
    [all...]

Completed in 927 milliseconds