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

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/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/android-ndk-r5/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/android-ndk-r6/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/android-ndk-r7/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();
  /external/stlport/stlport/
memory 74 class bad_weak_ptr;
106 using ::boost::bad_weak_ptr;
  /ndk/sources/cxx-stl/stlport/stlport/
memory 74 class bad_weak_ptr;
106 using ::boost::bad_weak_ptr;
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/
memory 74 class bad_weak_ptr;
106 using ::boost::bad_weak_ptr;
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/
memory 74 class bad_weak_ptr;
106 using ::boost::bad_weak_ptr;
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/stlport/stlport/
memory 74 class bad_weak_ptr;
106 using ::boost::bad_weak_ptr;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/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.7-4.6/x86_64-linux/include/c++/4.6.x-google/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/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/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...]
shared_ptr.h 244 * @throw bad_weak_ptr when __r.expired(),
441 __catch(const bad_weak_ptr&)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/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...]
shared_ptr.h 244 * @throw bad_weak_ptr when __r.expired(),
441 __catch(const bad_weak_ptr&)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/tr1/
shared_ptr.h 146 // Throw bad_weak_ptr when __r._M_get_use_count() == 0.
423 * @throw bad_weak_ptr when __r.expired(),
714 __catch(const bad_weak_ptr&)
963 __catch(const bad_weak_ptr&)
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/tr1/
shared_ptr.h 146 // Throw bad_weak_ptr when __r._M_get_use_count() == 0.
423 * @throw bad_weak_ptr when __r.expired(),
714 __catch(const bad_weak_ptr&)
963 __catch(const bad_weak_ptr&)
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/tr1/
shared_ptr.h 146 // Throw bad_weak_ptr when __r._M_get_use_count() == 0.
423 * @throw bad_weak_ptr when __r.expired(),
714 __catch(const bad_weak_ptr&)
963 __catch(const bad_weak_ptr&)
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/tr1/
shared_ptr.h 146 // Throw bad_weak_ptr when __r._M_get_use_count() == 0.
423 * @throw bad_weak_ptr when __r.expired(),
714 __catch(const bad_weak_ptr&)
963 __catch(const bad_weak_ptr&)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
shared_ptr.h 318 // Throw bad_weak_ptr when __r._M_get_use_count() == 0.
682 * @throw bad_weak_ptr when __r.expired(),
    [all...]
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/bits/
shared_ptr.h 318 // Throw bad_weak_ptr when __r._M_get_use_count() == 0.
682 * @throw bad_weak_ptr when __r.expired(),
    [all...]
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/bits/
shared_ptr.h 318 // Throw bad_weak_ptr when __r._M_get_use_count() == 0.
682 * @throw bad_weak_ptr when __r.expired(),
    [all...]
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/bits/
shared_ptr.h 318 // Throw bad_weak_ptr when __r._M_get_use_count() == 0.
682 * @throw bad_weak_ptr when __r.expired(),
    [all...]

Completed in 277 milliseconds