OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:auto_ptr
(Results
51 - 70
of
70
) sorted by null
1
2
3
/prebuilts/ndk/android-ndk-r5/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/android-ndk-r6/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/android-ndk-r7/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
...]
/external/llvm/tools/opt/
opt.cpp
505
std::
auto_ptr
<TargetMachine> target;
510
std::
auto_ptr
<Module> M;
/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/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
...]
/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)
/frameworks/compile/mclinker/tools/llvm-mcld/
llvm-mcld.cpp
714
std::
auto_ptr
<Module> M;
838
std::
auto_ptr
<mcld::LLVMTargetMachine> target_machine(
/external/llvm/lib/CodeGen/
RegAllocGreedy.cpp
84
std::
auto_ptr
<Spiller> SpillerInstance;
185
std::
auto_ptr
<SplitAnalysis> SA;
186
std::
auto_ptr
<SplitEditor> SE;
[
all
...]
/external/llvm/tools/llvm-ar/
llvm-ar.cpp
741
std::
auto_ptr
<Archive> AutoArchive(TheArchive);
/external/llvm/tools/llvm-ld/
llvm-ld.cpp
601
std::
auto_ptr
<Module> Composite(TheLinker.releaseModule());
/external/webkit/Source/WebKit/win/
WebHistoryItem.cpp
158
std::
auto_ptr
<Vector<int> > dailyVector, weeklyVector;
/external/clang/lib/StaticAnalyzer/Core/
ExprEngine.cpp
[
all
...]
Completed in 422 milliseconds
1
2
3