HomeSort by relevance Sort by last modified time
    Searched full:smart_ptr (Results 1 - 25 of 30) sorted by null

1 2

  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/smart_ptr/detail/
sp_counted_base.hpp 21 #include <boost/smart_ptr/detail/sp_has_sync.hpp>
24 # include <boost/smart_ptr/detail/sp_counted_base_nt.hpp>
27 # include <boost/smart_ptr/detail/sp_counted_base_spin.hpp>
30 # include <boost/smart_ptr/detail/sp_counted_base_pt.hpp>
33 # include <boost/smart_ptr/detail/sp_counted_base_nt.hpp>
36 # include <boost/smart_ptr/detail/sp_counted_base_gcc_x86.hpp>
39 # include <boost/smart_ptr/detail/sp_counted_base_gcc_ia64.hpp>
42 # include <boost/smart_ptr/detail/sp_counted_base_acc_ia64.hpp>
45 # include <boost/smart_ptr/detail/sp_counted_base_vacpp_ppc.hpp>
48 # include <boost/smart_ptr/detail/sp_counted_base_cw_ppc.hpp
    [all...]
spinlock.hpp 32 #include <boost/smart_ptr/detail/sp_has_sync.hpp>
35 # include <boost/smart_ptr/detail/spinlock_pt.hpp>
38 # include <boost/smart_ptr/detail/spinlock_gcc_arm.hpp>
41 # include <boost/smart_ptr/detail/spinlock_sync.hpp>
44 # include <boost/smart_ptr/detail/spinlock_w32.hpp>
47 # include <boost/smart_ptr/detail/spinlock_pt.hpp>
50 # include <boost/smart_ptr/detail/spinlock_nt.hpp>
sp_has_sync.hpp 11 // boost/smart_ptr/detail/sp_has_sync.hpp
spinlock_sync.hpp 18 #include <boost/smart_ptr/detail/yield_k.hpp>
sp_counted_impl.hpp 28 #include <boost/smart_ptr/detail/sp_counted_base.hpp>
31 #include <boost/smart_ptr/detail/quick_allocator.hpp>
sp_counted_base_spin.hpp 22 #include <boost/smart_ptr/detail/spinlock_pool.hpp>
spinlock_pool.hpp 25 #include <boost/smart_ptr/detail/spinlock.hpp>
shared_count.hpp 28 #include <boost/smart_ptr/bad_weak_ptr.hpp>
29 #include <boost/smart_ptr/detail/sp_counted_base.hpp>
30 #include <boost/smart_ptr/detail/sp_counted_impl.hpp>
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/
scoped_array.hpp 11 // http://www.boost.org/libs/smart_ptr/scoped_array.htm
14 #include <boost/smart_ptr/scoped_array.hpp>
scoped_ptr.hpp 11 // http://www.boost.org/libs/smart_ptr/scoped_ptr.htm
14 #include <boost/smart_ptr/scoped_ptr.hpp>
shared_array.hpp 14 // See http://www.boost.org/libs/smart_ptr/shared_array.htm for documentation.
17 #include <boost/smart_ptr/shared_array.hpp>
shared_ptr.hpp 14 // See http://www.boost.org/libs/smart_ptr/shared_ptr.htm for documentation.
17 #include <boost/smart_ptr/shared_ptr.hpp>
  /external/valgrind/main/drd/tests/
annotate_smart_pointer.cpp 11 * (e.g. boost::shared_ptr<>, tr1::shared_ptr<> and the smart_ptr<>
158 class smart_ptr class
163 template <typename Q> friend class smart_ptr;
165 explicit smart_ptr() function in class:smart_ptr
169 explicit smart_ptr(T* const pT) function in class:smart_ptr
176 explicit smart_ptr(Q* const q) function in class:smart_ptr
182 ~smart_ptr()
187 smart_ptr(const smart_ptr<T>& sp) function in class:smart_ptr
194 smart_ptr(const smart_ptr<Q>& sp function in class:smart_ptr
    [all...]
annotate_smart_pointer2.stderr.exp 4 by 0x........: smart_ptr<counter>::set(counter*, AtomicInt32*) (annotate_smart_pointer.cpp:?)
5 by 0x........: smart_ptr<counter>::operator=(counter*) (annotate_smart_pointer.cpp:?)
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/smart_ptr/
shared_array.hpp 14 // See http://www.boost.org/libs/smart_ptr/shared_array.htm for documentation.
20 #include <boost/smart_ptr/detail/shared_array_nmt.hpp>
28 #include <boost/smart_ptr/detail/shared_count.hpp>
116 #include <boost/smart_ptr/detail/operator_bool.hpp>
scoped_array.hpp 11 // http://www.boost.org/libs/smart_ptr/scoped_array.htm
90 #include <boost/smart_ptr/detail/operator_bool.hpp>
scoped_ptr.hpp 11 // http://www.boost.org/libs/smart_ptr/scoped_ptr.htm
107 #include <boost/smart_ptr/detail/operator_bool.hpp>
bad_weak_ptr.hpp 11 // boost/smart_ptr/bad_weak_ptr.hpp
shared_ptr.hpp 14 // See http://www.boost.org/libs/smart_ptr/shared_ptr.htm for documentation.
20 #include <boost/smart_ptr/detail/shared_ptr_nmt.hpp>
32 #include <boost/smart_ptr/detail/shared_count.hpp>
34 #include <boost/smart_ptr/detail/sp_convertible.hpp>
37 #include <boost/smart_ptr/detail/spinlock_pool.hpp>
434 #include <boost/smart_ptr/detail/operator_bool.hpp>
  /external/clang/test/SemaTemplate/
instantiate-declref.cpp 75 struct smart_ptr { struct
87 void test_smart_ptr(smart_ptr<int> p) {
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/range/detail/
safe_bool.hpp 9 // <boost/smart_ptr/operator_bool.hpp>
  /external/clang/test/Index/
complete-memfunc-cvquals.cpp 12 struct smart_ptr { struct
18 smart_ptr<Foo> sf, const smart_ptr<Foo> &sfc, Foo volatile *fvp) {
  /external/clang/test/SemaCXX/
conversion-function.cpp 181 namespace smart_ptr { namespace
201 X x = make_Y(); // expected-error{{no viable conversion from 'smart_ptr::Y' to 'smart_ptr::X'}}
  /external/chromium/third_party/libjingle/source/talk/base/
scoped_ptr.h 9 // See http://www.boost.org/libs/smart_ptr/scoped_ptr.htm for documentation.
  /external/chromium_org/third_party/libjingle/source/talk/base/
scoped_ptr.h 9 // See http://www.boost.org/libs/smart_ptr/scoped_ptr.htm for documentation.

Completed in 418 milliseconds

1 2