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

  /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";
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-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-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/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
shared_ptr_base.h 66 class bad_weak_ptr : public std::exception class in inherits:std::exception
72 virtual ~bad_weak_ptr() noexcept;
75 // Substitute for bad_weak_ptr object in the case of -fno-exceptions.
78 { _GLIBCXX_THROW_OR_ABORT(bad_weak_ptr()); }
657 // Throw bad_weak_ptr when __r._M_get_use_count() == 0.
    [all...]
  /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/current/sources/cxx-stl/gnu-libstdc++/4.9/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.
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 1576 milliseconds