/external/stlport/stlport/stl/ |
_stdexcept.h | 32 class _STLP_CLASS_DECLSPEC logic_error : public __Named_exception { class in inherits:__Named_exception 34 logic_error(const string& __s) : __Named_exception(__s) {} function in class:logic_error 36 ~logic_error() _STLP_NOTHROW_INHERENTLY; 48 class _STLP_CLASS_DECLSPEC domain_error : public logic_error { 50 domain_error(const string& __arg) : logic_error(__arg) {} 56 class _STLP_CLASS_DECLSPEC invalid_argument : public logic_error { 58 invalid_argument(const string& __arg) : logic_error(__arg) {} 64 class _STLP_CLASS_DECLSPEC length_error : public logic_error { 66 length_error(const string& __arg) : logic_error(__arg) {} 72 class _STLP_CLASS_DECLSPEC out_of_range : public logic_error { [all...] |
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_stdexcept.h | 32 class _STLP_CLASS_DECLSPEC logic_error : public __Named_exception { class in inherits:__Named_exception 34 logic_error(const string& __s) : __Named_exception(__s) {} function in class:logic_error 36 ~logic_error() _STLP_NOTHROW_INHERENTLY; 48 class _STLP_CLASS_DECLSPEC domain_error : public logic_error { 50 domain_error(const string& __arg) : logic_error(__arg) {} 56 class _STLP_CLASS_DECLSPEC invalid_argument : public logic_error { 58 invalid_argument(const string& __arg) : logic_error(__arg) {} 64 class _STLP_CLASS_DECLSPEC length_error : public logic_error { 66 length_error(const string& __arg) : logic_error(__arg) {} 72 class _STLP_CLASS_DECLSPEC out_of_range : public logic_error { [all...] |
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/ |
_stdexcept.h | 33 class _STLP_CLASS_DECLSPEC logic_error : public __Named_exception { class in inherits:__Named_exception 35 logic_error(const string& __s) : __Named_exception(__s) {} function in class:logic_error 37 ~logic_error() _STLP_NOTHROW_INHERENTLY; 49 class _STLP_CLASS_DECLSPEC domain_error : public logic_error { 51 domain_error(const string& __arg) : logic_error(__arg) {} 57 class _STLP_CLASS_DECLSPEC invalid_argument : public logic_error { 59 invalid_argument(const string& __arg) : logic_error(__arg) {} 65 class _STLP_CLASS_DECLSPEC length_error : public logic_error { 67 length_error(const string& __arg) : logic_error(__arg) {} 73 class _STLP_CLASS_DECLSPEC out_of_range : public logic_error { [all...] |
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/ |
_stdexcept.h | 33 class _STLP_CLASS_DECLSPEC logic_error : public __Named_exception { class in inherits:__Named_exception 35 logic_error(const string& __s) : __Named_exception(__s) {} function in class:logic_error 37 ~logic_error() _STLP_NOTHROW_INHERENTLY; 49 class _STLP_CLASS_DECLSPEC domain_error : public logic_error { 51 domain_error(const string& __arg) : logic_error(__arg) {} 57 class _STLP_CLASS_DECLSPEC invalid_argument : public logic_error { 59 invalid_argument(const string& __arg) : logic_error(__arg) {} 65 class _STLP_CLASS_DECLSPEC length_error : public logic_error { 67 length_error(const string& __arg) : logic_error(__arg) {} 73 class _STLP_CLASS_DECLSPEC out_of_range : public logic_error { [all...] |
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/ |
_stdexcept.h | 33 class _STLP_CLASS_DECLSPEC logic_error : public __Named_exception { class in inherits:__Named_exception 35 logic_error(const string& __s) : __Named_exception(__s) {} function in class:logic_error 37 ~logic_error() _STLP_NOTHROW_INHERENTLY; 49 class _STLP_CLASS_DECLSPEC domain_error : public logic_error { 51 domain_error(const string& __arg) : logic_error(__arg) {} 57 class _STLP_CLASS_DECLSPEC invalid_argument : public logic_error { 59 invalid_argument(const string& __arg) : logic_error(__arg) {} 65 class _STLP_CLASS_DECLSPEC length_error : public logic_error { 67 length_error(const string& __arg) : logic_error(__arg) {} 73 class _STLP_CLASS_DECLSPEC out_of_range : public logic_error { [all...] |
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/ |
_stdexcept.h | 32 class _STLP_CLASS_DECLSPEC logic_error : public __Named_exception { class in inherits:__Named_exception 34 logic_error(const string& __s) : __Named_exception(__s) {} function in class:logic_error 36 ~logic_error() _STLP_NOTHROW_INHERENTLY; 48 class _STLP_CLASS_DECLSPEC domain_error : public logic_error { 50 domain_error(const string& __arg) : logic_error(__arg) {} 56 class _STLP_CLASS_DECLSPEC invalid_argument : public logic_error { 58 invalid_argument(const string& __arg) : logic_error(__arg) {} 64 class _STLP_CLASS_DECLSPEC length_error : public logic_error { 66 length_error(const string& __arg) : logic_error(__arg) {} 72 class _STLP_CLASS_DECLSPEC out_of_range : public logic_error { [all...] |
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/ |
_stdexcept.h | 32 class _STLP_CLASS_DECLSPEC logic_error : public __Named_exception { class in inherits:__Named_exception 34 logic_error(const string& __s) : __Named_exception(__s) {} function in class:logic_error 36 ~logic_error() _STLP_NOTHROW_INHERENTLY; 48 class _STLP_CLASS_DECLSPEC domain_error : public logic_error { 50 domain_error(const string& __arg) : logic_error(__arg) {} 56 class _STLP_CLASS_DECLSPEC invalid_argument : public logic_error { 58 invalid_argument(const string& __arg) : logic_error(__arg) {} 64 class _STLP_CLASS_DECLSPEC length_error : public logic_error { 66 length_error(const string& __arg) : logic_error(__arg) {} 72 class _STLP_CLASS_DECLSPEC out_of_range : public logic_error { [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/std.exceptions/logic.error/ |
logic_error.pass.cpp | 10 // test logic_error 20 static_assert((std::is_base_of<std::exception, std::logic_error>::value), 21 "std::is_base_of<std::exception, std::logic_error>::value"); 22 static_assert(std::is_polymorphic<std::logic_error>::value, 23 "std::is_polymorphic<std::logic_error>::value"); 25 const char* msg = "logic_error message"; 26 std::logic_error e(msg); 28 std::logic_error e2(e); 34 std::string msg("another logic_error message"); 35 std::logic_error e(msg) [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/futures.future_error/ |
types.pass.cpp | 12 // class future_error : public logic_error {...}; 20 std::logic_error*>::value), "");
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/runtime/ |
validation.hpp | 37 // ************** runtime::logic_error ************** // 40 class logic_error class in namespace:boost::BOOST_RT_PARAM_NAMESPACE 48 explicit logic_error( cstring msg ) : m_msg( new dstring( msg.begin(), msg.size() ) ) {} function in class:boost::BOOST_RT_PARAM_NAMESPACE::logic_error 49 ~logic_error() throw() {} 65 throw BOOST_RT_PARAM_NAMESPACE::logic_error( msg.str() );
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/ |
exception.hpp | 57 struct container_error : public std::logic_error 60 : std::logic_error(__N("__gnu_pbds::container_error")) { }
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/ |
stdexcept.cpp | 99 logic_error::logic_error(const string& msg) function in class:std::logic_error 105 logic_error::logic_error(const char* msg) function in class:std::logic_error 111 logic_error::logic_error(const logic_error& le) _NOEXCEPT 117 logic_error& 118 logic_error::operator=(const logic_error& le) _NOEXCEP [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/ |
exception.hpp | 50 struct container_error : public std::logic_error 53 : std::logic_error(__N("__gnu_pbds::container_error")) { }
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/pb_ds/ |
exception.hpp | 52 struct container_error : public std::logic_error 55 : std::logic_error(__N("__gnu_pbds::container_error")) { }
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/pb_ds/ |
exception.hpp | 52 struct container_error : public std::logic_error 55 : std::logic_error(__N("__gnu_pbds::container_error")) { }
|
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/ |
exception.hpp | 50 struct container_error : public std::logic_error 53 : std::logic_error(__N("__gnu_pbds::container_error")) { }
|
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/ |
exception.hpp | 50 struct container_error : public std::logic_error 53 : std::logic_error(__N("__gnu_pbds::container_error")) { }
|
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/ |
exception.hpp | 50 struct container_error : public std::logic_error 53 : std::logic_error(__N("__gnu_pbds::container_error")) { }
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/ |
exception.hpp | 50 struct container_error : public std::logic_error 53 : std::logic_error(__N("__gnu_pbds::container_error")) { }
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/ |
exception.hpp | 52 struct container_error : public std::logic_error 55 : std::logic_error(__N("__gnu_pbds::container_error")) { }
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/ |
exception.hpp | 58 struct container_error : public std::logic_error 61 : std::logic_error(__N("__gnu_pbds::container_error")) { }
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/ |
exception.hpp | 52 struct container_error : public std::logic_error 55 : std::logic_error(__N("__gnu_pbds::container_error")) { }
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/ |
exception.hpp | 58 struct container_error : public std::logic_error 61 : std::logic_error(__N("__gnu_pbds::container_error")) { }
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/std.exceptions/domain.error/ |
domain_error.pass.cpp | 20 static_assert((std::is_base_of<std::logic_error, std::domain_error>::value), 21 "std::is_base_of<std::logic_error, std::domain_error>::value");
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/std.exceptions/invalid.argument/ |
invalid_argument.pass.cpp | 20 static_assert((std::is_base_of<std::logic_error, std::invalid_argument>::value), 21 "std::is_base_of<std::logic_error, std::invalid_argument>::value");
|