HomeSort by relevance Sort by last modified time
    Searched refs:auto_ptr (Results 76 - 100 of 105) sorted by null

1 2 34 5

  /external/llvm/lib/CodeGen/
RegAllocBasic.cpp 66 std::auto_ptr<Spiller> SpillerInstance;
RegAllocGreedy.cpp 81 std::auto_ptr<Spiller> SpillerInstance;
169 std::auto_ptr<SplitAnalysis> SA;
170 std::auto_ptr<SplitEditor> SE;
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
shared_ptr.h 303 // Special case for auto_ptr<_Tp> to provide the strong guarantee.
306 __shared_count(std::auto_ptr<_Tp>&& __r)
720 __shared_ptr(std::auto_ptr<_Tp1>&& __r)
743 operator=(std::auto_ptr<_Tp1>&& __r)
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
shared_ptr.h 303 // Special case for auto_ptr<_Tp> to provide the strong guarantee.
306 __shared_count(std::auto_ptr<_Tp>&& __r)
720 __shared_ptr(std::auto_ptr<_Tp1>&& __r)
743 operator=(std::auto_ptr<_Tp1>&& __r)
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
shared_ptr.h 303 // Special case for auto_ptr<_Tp> to provide the strong guarantee.
306 __shared_count(std::auto_ptr<_Tp>&& __r)
720 __shared_ptr(std::auto_ptr<_Tp1>&& __r)
743 operator=(std::auto_ptr<_Tp1>&& __r)
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
shared_ptr.h 303 // Special case for auto_ptr<_Tp> to provide the strong guarantee.
306 __shared_count(std::auto_ptr<_Tp>&& __r)
720 __shared_ptr(std::auto_ptr<_Tp1>&& __r)
743 operator=(std::auto_ptr<_Tp1>&& __r)
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
shared_ptr.h 303 // Special case for auto_ptr<_Tp> to provide the strong guarantee.
306 __shared_count(std::auto_ptr<_Tp>&& __r)
720 __shared_ptr(std::auto_ptr<_Tp1>&& __r)
743 operator=(std::auto_ptr<_Tp1>&& __r)
    [all...]
  /external/webkit/Source/WebKit/mac/Plugins/Hosted/
NetscapePluginHostManager.mm 263 auto_ptr<NetscapePluginInstanceProxy::InstantiatePluginReply> reply = instance->waitForReply<NetscapePluginInstanceProxy::InstantiatePluginReply>(requestID);
NetscapePluginInstanceProxy.mm 485 auto_ptr<NetscapePluginInstanceProxy::BooleanReply> reply = waitForReply<NetscapePluginInstanceProxy::BooleanReply>(requestID);
497 auto_ptr<NetscapePluginInstanceProxy::BooleanAndDataReply> reply = waitForReply<NetscapePluginInstanceProxy::BooleanAndDataReply>(requestID);
520 auto_ptr<NetscapePluginInstanceProxy::BooleanAndDataReply> reply = waitForReply<NetscapePluginInstanceProxy::BooleanAndDataReply>(requestID);
    [all...]
  /external/llvm/tools/llvm-extract/
llvm-extract.cpp 102 std::auto_ptr<Module> M;
  /external/chromium/chrome/browser/accessibility/
accessibility_win_browsertest.cc 21 using std::auto_ptr;
171 auto_ptr<VARIANT> child_array(new VARIANT[child_count]);
308 auto_ptr<VARIANT> child_array(new VARIANT[child_count]);
  /external/chromium/sdch/open-vcdiff/src/
vcdecoder.cc 35 #include <memory> // auto_ptr
550 std::auto_ptr<VCDiffAddressCache> addr_cache_;
553 std::auto_ptr<VCDiffCodeTableData> custom_code_table_;
562 std::auto_ptr<VCDiffStreamingDecoderImpl> custom_code_table_decoder_;
    [all...]
vcdiff_main.cc 156 std::auto_ptr<open_vcdiff::HashedDictionary> hashed_dictionary_;
blockhash_test.cc 21 #include <memory> // auto_ptr
234 // Boost scoped_ptr, if available, could be used instead of std::auto_ptr.
235 std::auto_ptr<const BlockHash> dh_; // hash table is populated at startup
236 std::auto_ptr<BlockHash> th_; // hash table not populated;
    [all...]
  /external/open-vcdiff/src/
vcdecoder.cc 35 #include <memory> // auto_ptr
552 std::auto_ptr<VCDiffAddressCache> addr_cache_;
555 std::auto_ptr<VCDiffCodeTableData> custom_code_table_;
564 std::auto_ptr<VCDiffStreamingDecoderImpl> custom_code_table_decoder_;
    [all...]
vcdiff_main.cc 157 std::auto_ptr<open_vcdiff::HashedDictionary> hashed_dictionary_;
blockhash_test.cc 21 #include <memory> // auto_ptr
234 // Boost scoped_ptr, if available, could be used instead of std::auto_ptr.
235 std::auto_ptr<const BlockHash> dh_; // hash table is populated at startup
236 std::auto_ptr<BlockHash> th_; // hash table not populated;
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
shared_ptr_base.h 530 // Special case for auto_ptr<_Tp> to provide the strong guarantee.
533 __shared_count(std::auto_ptr<_Tp>&& __r)
852 __shared_ptr(std::auto_ptr<_Tp1>&& __r)
880 operator=(std::auto_ptr<_Tp1>&& __r)
    [all...]
unique_ptr.h 164 unique_ptr(auto_ptr<_Up>&& __u)
  /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 530 // Special case for auto_ptr<_Tp> to provide the strong guarantee.
533 __shared_count(std::auto_ptr<_Tp>&& __r)
852 __shared_ptr(std::auto_ptr<_Tp1>&& __r)
880 operator=(std::auto_ptr<_Tp1>&& __r)
    [all...]
unique_ptr.h 164 unique_ptr(auto_ptr<_Up>&& __u)
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
shared_ptr_base.h 530 // Special case for auto_ptr<_Tp> to provide the strong guarantee.
533 __shared_count(std::auto_ptr<_Tp>&& __r)
852 __shared_ptr(std::auto_ptr<_Tp1>&& __r)
880 operator=(std::auto_ptr<_Tp1>&& __r)
    [all...]
unique_ptr.h 164 unique_ptr(auto_ptr<_Up>&& __u)
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
shared_ptr_base.h 537 // Special case for auto_ptr<_Tp> to provide the strong guarantee.
540 __shared_count(std::auto_ptr<_Tp>&& __r)
862 __shared_ptr(std::auto_ptr<_Tp1>&& __r)
890 operator=(std::auto_ptr<_Tp1>&& __r)
    [all...]
  /external/llvm/tools/opt/
opt.cpp 591 std::auto_ptr<Module> M;
658 std::auto_ptr<TargetMachine> TM(Machine);

Completed in 1469 milliseconds

1 2 34 5