HomeSort by relevance Sort by last modified time
    Searched defs:bad_weak_ptr (Results 1 - 23 of 23) 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/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();
  /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-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/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
shared_ptr_base.h 61 class bad_weak_ptr : public std::exception class in inherits:std::exception
67 virtual ~bad_weak_ptr() noexcept;
70 // Substitute for bad_weak_ptr object in the case of -fno-exceptions.
75 throw bad_weak_ptr();
552 // Throw bad_weak_ptr when __r._M_get_use_count() == 0.
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
shared_ptr_base.h 61 class bad_weak_ptr : public std::exception class in inherits:std::exception
67 virtual ~bad_weak_ptr() noexcept;
70 // Substitute for bad_weak_ptr object in the case of -fno-exceptions.
75 throw bad_weak_ptr();
552 // Throw bad_weak_ptr when __r._M_get_use_count() == 0.
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/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/9/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.6/x86_64-linux/include/c++/4.6/bits/
shared_ptr_base.h 60 class bad_weak_ptr : public std::exception class in inherits:std::exception
66 virtual ~bad_weak_ptr() throw();
69 // Substitute for bad_weak_ptr object in the case of -fno-exceptions.
74 throw bad_weak_ptr();
545 // Throw bad_weak_ptr when __r._M_get_use_count() == 0.
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/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/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-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/bits/
shared_ptr_base.h 60 class bad_weak_ptr : public std::exception class in inherits:std::exception
66 virtual ~bad_weak_ptr() throw();
69 // Substitute for bad_weak_ptr object in the case of -fno-exceptions.
74 throw bad_weak_ptr();
545 // Throw bad_weak_ptr when __r._M_get_use_count() == 0.
    [all...]
  /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/bits/
shared_ptr_base.h 60 class bad_weak_ptr : public std::exception class in inherits:std::exception
66 virtual ~bad_weak_ptr() throw();
69 // Substitute for bad_weak_ptr object in the case of -fno-exceptions.
74 throw bad_weak_ptr();
545 // Throw bad_weak_ptr when __r._M_get_use_count() == 0.
    [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...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/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&)
  /prebuilts/ndk/9/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 622 milliseconds