HomeSort by relevance Sort by last modified time
    Searched defs:bad_weak_ptr (Results 1 - 4 of 4) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
shared_ptr_base.h 64 class bad_weak_ptr : public std::exception class in inherits:std::exception
70 virtual ~bad_weak_ptr() noexcept;
73 // Substitute for bad_weak_ptr object in the case of -fno-exceptions.
76 { _GLIBCXX_THROW_OR_ABORT(bad_weak_ptr()); }
540 // Throw bad_weak_ptr when __r._M_get_use_count() == 0.
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
shared_ptr_base.h 64 class bad_weak_ptr : public std::exception class in inherits:std::exception
70 virtual ~bad_weak_ptr() noexcept;
73 // Substitute for bad_weak_ptr object in the case of -fno-exceptions.
76 { _GLIBCXX_THROW_OR_ABORT(bad_weak_ptr()); }
540 // Throw bad_weak_ptr when __r._M_get_use_count() == 0.
    [all...]
  /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&)

Completed in 381 milliseconds