HomeSort by relevance Sort by last modified time
    Searched refs:bad_weak_ptr (Results 1 - 25 of 54) sorted by null

1 2 3

  /external/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.weakptr/
bad_weak_ptr.pass.cpp 12 // class bad_weak_ptr
16 // bad_weak_ptr();
26 static_assert((std::is_base_of<std::exception, std::bad_weak_ptr>::value), "");
27 std::bad_weak_ptr e;
28 std::bad_weak_ptr e2 = e;
30 assert(std::strcmp(e.what(), "bad_weak_ptr") == 0);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/util.smartptr/util.smartptr.weakptr/
bad_weak_ptr.pass.cpp 12 // class bad_weak_ptr
16 // bad_weak_ptr();
26 static_assert((std::is_base_of<std::exception, std::bad_weak_ptr>::value), "");
27 std::bad_weak_ptr e;
28 std::bad_weak_ptr e2 = e;
30 assert(std::strcmp(e.what(), "bad_weak_ptr") == 0);
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/smart_ptr/
bad_weak_ptr.hpp 11 // boost/smart_ptr/bad_weak_ptr.hpp
31 // convention (-pc). When the definition of bad_weak_ptr
39 class bad_weak_ptr: public std::exception class in namespace:boost
45 return "tr1::bad_weak_ptr";
  /external/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const/
weak_ptr.pass.cpp 51 catch (std::bad_weak_ptr&)
74 catch (std::bad_weak_ptr&)
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const/
weak_ptr.pass.cpp 51 catch (std::bad_weak_ptr&)
74 catch (std::bad_weak_ptr&)
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
boost_sp_counted_base.h 54 class bad_weak_ptr : public std::exception class in namespace:std
60 { return "std::bad_weak_ptr"; }
62 { return "tr1::bad_weak_ptr"; }
66 // Substitute for bad_weak_ptr object in the case of -fno-exceptions.
71 throw bad_weak_ptr();
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
boost_sp_counted_base.h 54 class bad_weak_ptr : public std::exception class in namespace:std
60 { return "std::bad_weak_ptr"; }
62 { return "tr1::bad_weak_ptr"; }
66 // Substitute for bad_weak_ptr object in the case of -fno-exceptions.
71 throw bad_weak_ptr();
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
boost_sp_counted_base.h 54 class bad_weak_ptr : public std::exception class in namespace:std
60 { return "std::bad_weak_ptr"; }
62 { return "tr1::bad_weak_ptr"; }
66 // Substitute for bad_weak_ptr object in the case of -fno-exceptions.
71 throw bad_weak_ptr();
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/tr1_impl/
boost_sp_counted_base.h 54 class bad_weak_ptr : public std::exception class in namespace:std
60 { return "std::bad_weak_ptr"; }
62 { return "tr1::bad_weak_ptr"; }
66 // Substitute for bad_weak_ptr object in the case of -fno-exceptions.
71 throw bad_weak_ptr();
  /external/libcxx/src/
memory.cpp 40 bad_weak_ptr::~bad_weak_ptr() _NOEXCEPT {}
43 bad_weak_ptr::what() const _NOEXCEPT
45 return "bad_weak_ptr";
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
memory.cpp 38 bad_weak_ptr::~bad_weak_ptr() _NOEXCEPT {}
41 bad_weak_ptr::what() const _NOEXCEPT
43 return "bad_weak_ptr";
  /ndk/sources/cxx-stl/stlport/stlport/
memory 74 class bad_weak_ptr;
106 using ::boost::bad_weak_ptr;
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/
memory 74 class bad_weak_ptr;
106 using ::boost::bad_weak_ptr;
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/
memory 74 class bad_weak_ptr;
106 using ::boost::bad_weak_ptr;
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/
memory 74 class bad_weak_ptr;
106 using ::boost::bad_weak_ptr;
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/
memory 74 class bad_weak_ptr;
106 using ::boost::bad_weak_ptr;
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/
memory 74 class bad_weak_ptr;
106 using ::boost::bad_weak_ptr;
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/smart_ptr/detail/
shared_count.hpp 28 #include <boost/smart_ptr/bad_weak_ptr.hpp>
331 explicit shared_count(weak_count const & r); // throws bad_weak_ptr when r.use_count() == 0
509 boost::throw_exception( boost::bad_weak_ptr() );
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/tr1/
shared_ptr.h 62 class bad_weak_ptr : public std::exception class in namespace:tr1
67 { return "tr1::bad_weak_ptr"; }
70 // Substitute for bad_weak_ptr object in the case of -fno-exceptions.
73 { _GLIBCXX_THROW_OR_ABORT(bad_weak_ptr()); }
334 // Throw bad_weak_ptr when __r._M_get_use_count() == 0.
868 __catch(const bad_weak_ptr&)
1115 __catch(const bad_weak_ptr&)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/tr1/
shared_ptr.h 62 class bad_weak_ptr : public std::exception class in namespace:tr1
67 { return "tr1::bad_weak_ptr"; }
70 // Substitute for bad_weak_ptr object in the case of -fno-exceptions.
73 { _GLIBCXX_THROW_OR_ABORT(bad_weak_ptr()); }
334 // Throw bad_weak_ptr when __r._M_get_use_count() == 0.
868 __catch(const bad_weak_ptr&)
1115 __catch(const bad_weak_ptr&)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/tr1/
shared_ptr.h 62 class bad_weak_ptr : public std::exception class in namespace:tr1
67 { return "tr1::bad_weak_ptr"; }
70 // Substitute for bad_weak_ptr object in the case of -fno-exceptions.
73 { _GLIBCXX_THROW_OR_ABORT(bad_weak_ptr()); }
334 // Throw bad_weak_ptr when __r._M_get_use_count() == 0.
868 __catch(const bad_weak_ptr&)
1115 __catch(const bad_weak_ptr&)
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/tr1/
shared_ptr.h 62 class bad_weak_ptr : public std::exception class in namespace:tr1
67 { return "tr1::bad_weak_ptr"; }
70 // Substitute for bad_weak_ptr object in the case of -fno-exceptions.
75 throw bad_weak_ptr();
341 // Throw bad_weak_ptr when __r._M_get_use_count() == 0.
875 __catch(const bad_weak_ptr&)
1122 __catch(const bad_weak_ptr&)
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/tr1/
shared_ptr.h 63 class bad_weak_ptr : public std::exception class in namespace:tr1
68 { return "tr1::bad_weak_ptr"; }
71 // Substitute for bad_weak_ptr object in the case of -fno-exceptions.
76 throw bad_weak_ptr();
341 // Throw bad_weak_ptr when __r._M_get_use_count() == 0.
875 __catch(const bad_weak_ptr&)
1122 __catch(const bad_weak_ptr&)
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/tr1/
shared_ptr.h 62 class bad_weak_ptr : public std::exception class in namespace:tr1
67 { return "tr1::bad_weak_ptr"; }
70 // Substitute for bad_weak_ptr object in the case of -fno-exceptions.
75 throw bad_weak_ptr();
341 // Throw bad_weak_ptr when __r._M_get_use_count() == 0.
875 __catch(const bad_weak_ptr&)
1122 __catch(const bad_weak_ptr&)
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/tr1/
shared_ptr.h 63 class bad_weak_ptr : public std::exception class in namespace:tr1
68 { return "tr1::bad_weak_ptr"; }
71 // Substitute for bad_weak_ptr object in the case of -fno-exceptions.
76 throw bad_weak_ptr();
341 // Throw bad_weak_ptr when __r._M_get_use_count() == 0.
875 __catch(const bad_weak_ptr&)
1122 __catch(const bad_weak_ptr&)
    [all...]

Completed in 985 milliseconds

1 2 3