OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bad_cast
(Results
26 - 32
of
32
) sorted by null
1
2
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/numeric/conversion/
converter_policies.hpp
13
#include <typeinfo> // for std::
bad_cast
135
class bad_numeric_cast : public std::
bad_cast
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/smart_ptr/
shared_ptr.hpp
43
#include <typeinfo> // for std::
bad_cast
278
boost::throw_exception(std::
bad_cast
());
/external/elfutils/tests/
run-strings-test.sh
234
testfile4: 658e 8
bad_cast
/external/stlport/src/
locale_impl.cpp
117
_STLP_THROW(
bad_cast
());
/ndk/sources/cxx-stl/stlport/src/
locale_impl.cpp
117
_STLP_THROW(
bad_cast
());
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/
lexical_cast.hpp
76
// workaround MSVC bug with std::
bad_cast
when _HAS_EXCEPTIONS == 0
80
public std::
bad_cast
84
// under bcc32 5.5.1
bad_cast
doesn't derive from exception
[
all
...]
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
locale.cpp
430
throw
bad_cast
();
[
all
...]
Completed in 148 milliseconds
1
2