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

  /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:?)
  /external/clang/test/SemaTemplate/
instantiate-declref.cpp 75 struct smart_ptr { struct
87 void test_smart_ptr(smart_ptr<int> p) {
  /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 179 namespace smart_ptr { namespace
199 X x = make_Y(); // expected-error{{no viable conversion from 'smart_ptr::Y' to 'smart_ptr::X'}}
warn-thread-safety-parsing.cpp 1371 class smart_ptr { class in namespace:SmartPointerTest
    [all...]
  /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/webrtc/src/system_wrappers/interface/
scoped_ptr.h 9 // See http://www.boost.org/libs/smart_ptr/scoped_ptr.htm for documentation.
  /external/chromium/googleurl/base/
scoped_ptr.h 12 // See http://www.boost.org/libs/smart_ptr/scoped_ptr.htm for documentation.
  /external/webrtc/
NOTICE 151 // See http://www.boost.org/libs/smart_ptr/scoped_ptr.htm for documentation.
  /external/clang/www/
compatibility.html 791 href="http://www.boost.org/doc/libs/release/libs/smart_ptr/shared_ptr.htm"><tt>shared_ptr</tt></a>
    [all...]

Completed in 660 milliseconds