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

1 2 3 4 5 6 7 8

  /ndk/sources/cxx-stl/llvm-libc++/test/diagnostics/std.exceptions/out.of.range/
out_of_range.pass.cpp 10 // test out_of_range
20 static_assert((std::is_base_of<std::logic_error, std::out_of_range>::value),
21 "std::is_base_of<std::logic_error, std::out_of_range>::value");
22 static_assert(std::is_polymorphic<std::out_of_range>::value,
23 "std::is_polymorphic<std::out_of_range>::value");
25 const char* msg = "out_of_range message";
26 std::out_of_range e(msg);
28 std::out_of_range e2(e);
34 std::string msg("another out_of_range message");
35 std::out_of_range e(msg)
    [all...]
  /external/stlport/stlport/stl/
_stdexcept.h 72 class _STLP_CLASS_DECLSPEC out_of_range : public logic_error { class in inherits:logic_error
74 out_of_range(const string& __arg) : logic_error(__arg) {} function in class:out_of_range
76 ~out_of_range() _STLP_NOTHROW_INHERENTLY;
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_stdexcept.h 72 class _STLP_CLASS_DECLSPEC out_of_range : public logic_error { class in inherits:logic_error
74 out_of_range(const string& __arg) : logic_error(__arg) {} function in class:out_of_range
76 ~out_of_range() _STLP_NOTHROW_INHERENTLY;
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_stdexcept.h 73 class _STLP_CLASS_DECLSPEC out_of_range : public logic_error { class in inherits:logic_error
75 out_of_range(const string& __arg) : logic_error(__arg) {} function in class:out_of_range
77 ~out_of_range() _STLP_NOTHROW_INHERENTLY;
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_stdexcept.h 73 class _STLP_CLASS_DECLSPEC out_of_range : public logic_error { class in inherits:logic_error
75 out_of_range(const string& __arg) : logic_error(__arg) {} function in class:out_of_range
77 ~out_of_range() _STLP_NOTHROW_INHERENTLY;
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_stdexcept.h 73 class _STLP_CLASS_DECLSPEC out_of_range : public logic_error { class in inherits:logic_error
75 out_of_range(const string& __arg) : logic_error(__arg) {} function in class:out_of_range
77 ~out_of_range() _STLP_NOTHROW_INHERENTLY;
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_stdexcept.h 72 class _STLP_CLASS_DECLSPEC out_of_range : public logic_error { class in inherits:logic_error
74 out_of_range(const string& __arg) : logic_error(__arg) {} function in class:out_of_range
76 ~out_of_range() _STLP_NOTHROW_INHERENTLY;
  /ndk/sources/cxx-stl/llvm-libc++/test/strings/string.conversions/
stod.pass.cpp 40 catch (const std::out_of_range&)
49 catch (const std::out_of_range&)
59 catch (const std::out_of_range&)
68 catch (const std::out_of_range&)
77 catch (const std::out_of_range&)
87 catch (const std::out_of_range&)
97 catch (const std::out_of_range&)
107 catch (const std::out_of_range&)
stof.pass.cpp 41 catch (const std::out_of_range&)
50 catch (const std::out_of_range&)
60 catch (const std::out_of_range&)
69 catch (const std::out_of_range&)
78 catch (const std::out_of_range&)
88 catch (const std::out_of_range&)
98 catch (const std::out_of_range&)
108 catch (const std::out_of_range&)
stold.pass.cpp 42 catch (const std::out_of_range&)
51 catch (const std::out_of_range&)
61 catch (const std::out_of_range&)
70 catch (const std::out_of_range&)
79 catch (const std::out_of_range&)
89 catch (const std::out_of_range&)
99 catch (const std::out_of_range&)
109 catch (const std::out_of_range&)
stoi.pass.cpp 41 catch (const std::out_of_range&)
49 catch (const std::out_of_range&)
  /ndk/sources/cxx-stl/llvm-libc++/include/
stdexcept 24 class out_of_range;
120 class _LIBCPP_EXCEPTION_ABI out_of_range
124 _LIBCPP_INLINE_VISIBILITY explicit out_of_range(const string& __s) : logic_error(__s) {}
125 _LIBCPP_INLINE_VISIBILITY explicit out_of_range(const char* __s) : logic_error(__s) {}
127 virtual ~out_of_range() _NOEXCEPT;
  /ndk/sources/cxx-stl/llvm-libc++/test/utilities/template.bitset/bitset.members/
set_one.pass.cpp 26 catch (std::out_of_range&)
36 catch (std::out_of_range&)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/
stdexcept 101 class out_of_range : public logic_error
104 explicit out_of_range(const string& __arg);
105 virtual ~out_of_range() throw();
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/
stdexcept 101 class out_of_range : public logic_error
104 explicit out_of_range(const string& __arg);
105 virtual ~out_of_range() throw();
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/
stdexcept 101 class out_of_range : public logic_error
104 explicit out_of_range(const string& __arg);
105 virtual ~out_of_range() throw();
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/
stdexcept 101 class out_of_range : public logic_error
104 explicit out_of_range(const string& __arg);
105 virtual ~out_of_range() _GLIBCXX_USE_NOEXCEPT;
  /ndk/sources/cxx-stl/llvm-libc++/test/containers/unord/unord.map/unord.map.elem/
at.pass.cpp 48 catch (std::out_of_range&)
73 catch (std::out_of_range&)
  /ndk/sources/cxx-stl/llvm-libc++/src/
string.cpp 59 throw out_of_range("stoi: out of range");
80 throw out_of_range("stoi: out of range");
100 throw out_of_range("stol: out of range");
120 throw out_of_range("stol: out of range");
140 throw out_of_range("stoul: out of range");
160 throw out_of_range("stoul: out of range");
180 throw out_of_range("stoll: out of range");
200 throw out_of_range("stoll: out of range");
220 throw out_of_range("stoull: out of range");
240 throw out_of_range("stoull: out of range")
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/test/containers/associative/map/map.access/
at.pass.cpp 48 catch (std::out_of_range&)
79 catch (std::out_of_range&)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/
stdexcept 96 class out_of_range : public logic_error
99 explicit out_of_range(const string& __arg);
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/
stdexcept 96 class out_of_range : public logic_error
99 explicit out_of_range(const string& __arg);
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/
stdexcept 96 class out_of_range : public logic_error
99 explicit out_of_range(const string& __arg);
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/
stdexcept 96 class out_of_range : public logic_error
99 explicit out_of_range(const string& __arg);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/
stdexcept 96 class out_of_range : public logic_error
99 explicit out_of_range(const string& __arg);

Completed in 1386 milliseconds

1 2 3 4 5 6 7 8