Searched defs:bad_weak_ptr (Results 1 - 20 of 20) sorted by relevance

/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
H A Dshared_ptr.h244 * @throw bad_weak_ptr when __r.expired(),
504 __catch(const bad_weak_ptr&) argument
H A Dshared_ptr_base.h64 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.
1255 __catch(const bad_weak_ptr&) argument
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
H A Dshared_ptr.h244 * @throw bad_weak_ptr when __r.expired(),
504 __catch(const bad_weak_ptr&) argument
H A Dshared_ptr_base.h64 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.
1255 __catch(const bad_weak_ptr&) argument
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/c++/4.8.3/bits/
H A Dshared_ptr.h244 * @throw bad_weak_ptr when __r.expired(),
504 __catch(const bad_weak_ptr&) argument
H A Dshared_ptr_base.h64 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.
1255 __catch(const bad_weak_ptr&) argument
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
H A Dshared_ptr.h244 * @throw bad_weak_ptr when __r.expired(),
504 __catch(const bad_weak_ptr&) argument
H A Dshared_ptr_base.h64 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.
1255 __catch(const bad_weak_ptr&) argument
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
H A Dshared_ptr_base.h66 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.
/prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
H A Dshared_ptr_base.h66 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.
/prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
H A Dshared_ptr_base.h66 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.
/prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
H A Dshared_ptr_base.h66 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.
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/tr1/
H A Dshared_ptr.h62 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&) argument
1115 __catch(const bad_weak_ptr&) argument
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/tr1/
H A Dshared_ptr.h62 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&) argument
1115 __catch(const bad_weak_ptr&) argument
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/c++/4.8.3/tr1/
H A Dshared_ptr.h62 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&) argument
1115 __catch(const bad_weak_ptr&) argument
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/tr1/
H A Dshared_ptr.h62 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&) argument
1115 __catch(const bad_weak_ptr&) argument
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/tr1/
H A Dshared_ptr.h62 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&) argument
1115 __catch(const bad_weak_ptr&) argument
/prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/tr1/
H A Dshared_ptr.h62 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&) argument
1115 __catch(const bad_weak_ptr&) argument
/prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/tr1/
H A Dshared_ptr.h62 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&) argument
1115 __catch(const bad_weak_ptr&) argument
/prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/tr1/
H A Dshared_ptr.h62 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&) argument
1115 __catch(const bad_weak_ptr&) argument

Completed in 430 milliseconds