HomeSort by relevance Sort by last modified time
    Searched full:shared_ptr (Results 226 - 250 of 502) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/tr1/
memory 53 # include <tr1/shared_ptr.h>
60 # include <tr1/shared_ptr.h>
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/tr1/
memory 53 # include <tr1/shared_ptr.h>
60 # include <tr1/shared_ptr.h>
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/tr1/
memory 53 # include <tr1/shared_ptr.h>
60 # include <tr1/shared_ptr.h>
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/tr1/
memory 53 # include <tr1/shared_ptr.h>
60 # include <tr1/shared_ptr.h>
  /external/chromium_org/mojo/public/cpp/bindings/
BUILD.gn 45 "lib/shared_ptr.h",
  /ndk/sources/host-tools/gdb-pretty-printers/stlport/gppfs-0.2/test/
test.cpp 166 STD_TR1::shared_ptr<Large> shared_ptr1( new Large);
167 STD_TR1::shared_ptr<Large> shared_ptr2;
172 std::string shared_ptr1 = "std::tr1::shared_ptr not supported";
173 std::string shared_ptr2 = "std::tr1::shared_ptr not supported";
  /prebuilts/python/darwin-x86/2.7.5/share/pretty-printers/stlport/test/
test.cpp 166 STD_TR1::shared_ptr<Large> shared_ptr1( new Large);
167 STD_TR1::shared_ptr<Large> shared_ptr2;
172 std::string shared_ptr1 = "std::tr1::shared_ptr not supported";
173 std::string shared_ptr2 = "std::tr1::shared_ptr not supported";
  /prebuilts/python/linux-x86/2.7.5/share/pretty-printers/stlport/test/
test.cpp 166 STD_TR1::shared_ptr<Large> shared_ptr1( new Large);
167 STD_TR1::shared_ptr<Large> shared_ptr2;
172 std::string shared_ptr1 = "std::tr1::shared_ptr not supported";
173 std::string shared_ptr2 = "std::tr1::shared_ptr not supported";
  /external/lldb/source/Plugins/SymbolFile/DWARF/
DWARFDebugLine.h 71 typedef std::shared_ptr<Prologue> shared_ptr; typedef in struct:DWARFDebugLine::Prologue
167 typedef std::shared_ptr<LineTable> shared_ptr; typedef in struct:DWARFDebugLine::LineTable
185 Prologue::shared_ptr prologue;
203 State (Prologue::shared_ptr& prologue_sp,
217 Prologue::shared_ptr prologue;
244 LineTable::shared_ptr GetLineTable(const dw_offset_t offset) const;
247 typedef std::map<dw_offset_t, LineTable::shared_ptr> LineTableMap;
  /external/clang/www/
libstdc++4.4-clang0x.patch 61 diff -ur a/bits/shared_ptr.h b/bits/shared_ptr.h
62 --- a/bits/shared_ptr.h 2011-03-15 14:49:05.000000000 -0700
63 +++ b/bits/shared_ptr.h 2011-03-31 16:40:45.000000000 -0700
87 // 2.2.3.9 shared_ptr casts
89 * <code>shared_ptr<_Tp, _Lp>(static_cast<_Tp*>(__r.get()))</code>
91 swap(shared_ptr<_Tp>& __a, shared_ptr<_Tp>& __b)
96 - swap(shared_ptr<_Tp>&& __a, shared_ptr<_Tp>& __b
    [all...]
  /external/ceres-solver/include/ceres/internal/
port.h 60 using std::tr1::shared_ptr;
62 using std::shared_ptr;
  /external/lldb/source/Plugins/ObjectContainer/BSD-Archive/
ObjectContainerBSDArchive.cpp 182 ObjectContainerBSDArchive::Archive::shared_ptr
186 shared_ptr archive_sp;
224 ObjectContainerBSDArchive::Archive::shared_ptr
234 shared_ptr archive_sp(new Archive (arch, time, file_offset, data));
328 Archive::shared_ptr archive_sp (Archive::FindCachedArchive (*file,
355 Archive::shared_ptr archive_sp (Archive::FindCachedArchive (*file,
405 ObjectContainerBSDArchive::SetArchive (Archive::shared_ptr &archive_sp)
526 Archive::shared_ptr archive_sp (Archive::FindCachedArchive (file, ArchSpec(), file_mod_time, file_offset));
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/runtime/cla/
parameter.hpp 134 inline shared_ptr<Parameter>
135 operator-( shared_ptr<Parameter> p, Modifier const& m )
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/
memory 76 # include <bits/shared_ptr.h>
83 # include <bits/shared_ptr.h>
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/
memory 76 # include <bits/shared_ptr.h>
83 # include <bits/shared_ptr.h>
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/
memory 76 # include <bits/shared_ptr.h>
83 # include <bits/shared_ptr.h>
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/
memory 76 # include <bits/shared_ptr.h>
83 # include <bits/shared_ptr.h>
  /external/clang/test/Analysis/
analyzer-config.cpp 16 // CHECK-NEXT: c++-shared_ptr-inlining = false
  /external/libcxx/test/utilities/memory/util.smartptr/util.smartptr.shared/
test_deleter.h 12 // shared_ptr
  /external/libcxx/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.mod/
reset.pass.cpp 33 std::shared_ptr<A> p1(new A);
  /external/libcxx/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.obs/
expired.pass.cpp 38 std::shared_ptr<A> sp0(new A);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/util.smartptr/util.smartptr.shared/
test_deleter.h 12 // shared_ptr
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.mod/
reset.pass.cpp 33 std::shared_ptr<A> p1(new A);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.obs/
expired.pass.cpp 38 std::shared_ptr<A> sp0(new A);
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/
unit_test_suite_impl.hpp 28 #include <boost/shared_ptr.hpp>
239 user_tc_method_invoker( shared_ptr<InstanceType> inst, TestMethod test_method )
244 shared_ptr<InstanceType> m_inst;
264 boost::shared_ptr<InstanceType> user_test_case )

Completed in 781 milliseconds

1 2 3 4 5 6 7 8 91011>>