HomeSort by relevance Sort by last modified time
    Searched refs:auto_ptr (Results 51 - 75 of 143) sorted by null

1 23 4 5 6

  /external/clang/test/SemaCXX/
conversion-function.cpp 222 // auto_ptr-like template. In particular, we can't create multiple
224 struct auto_ptr { struct in namespace:PR7055
227 auto_ptr(auto_ptr&);
228 auto_ptr(auto_ptr_ref);
229 explicit auto_ptr(int *);
235 X(auto_ptr);
239 X x(auto_ptr(new int));
240 return X(auto_ptr(new int));
243 auto_ptr foo()
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor/
auto_pointer.pass.cpp 19 // template <class U> explicit unique_ptr(auto_ptr<U>&);
46 std::auto_ptr<B> ap(p);
57 std::auto_ptr<B> ap(p);
auto_pointer01.fail.cpp 19 // template <class U> explicit unique_ptr(auto_ptr<U>&);
46 std::auto_ptr<B> ap(p);
57 std::auto_ptr<B> ap(p);
auto_pointer02.fail.cpp 19 // template <class U> explicit unique_ptr(auto_ptr<U>&);
52 std::auto_ptr<B> ap(p);
  /external/chromium/sdch/open-vcdiff/src/
decodetable.h 22 #include <memory> // auto_ptr
137 std::auto_ptr<VCDiffCodeTableData> non_default_code_table_data_;
  /external/chromium_org/sdch/open-vcdiff/src/
decodetable.h 22 #include <memory> // auto_ptr
137 std::auto_ptr<VCDiffCodeTableData> non_default_code_table_data_;
vcencoder.cc 31 #include <memory> // auto_ptr
69 std::auto_ptr<CodeTableWriterInterface> coder_;
  /external/chromium_org/third_party/WebKit/public/testing/
WebTestInterfaces.h 88 std::auto_ptr<TestInterfaces> m_interfaces;
WebTestProxy.h 236 std::auto_ptr<SpellCheckClient> m_spellcheck;
237 std::auto_ptr<WebUserMediaClientMock> m_userMediaClient;
240 std::auto_ptr<SkCanvas> m_canvas;
250 std::auto_ptr<WebKit::WebGeolocationClientMock> m_geolocationClient;
251 std::auto_ptr<WebKit::WebDeviceOrientationClientMock> m_deviceOrientationClient;
252 std::auto_ptr<MockWebSpeechRecognizer> m_speechRecognizer;
253 std::auto_ptr<MockWebSpeechInputController> m_speechInputController;
254 std::auto_ptr<MockWebValidationMessageClient> m_validationMessageClient;
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
loader.cpp 26 std::auto_ptr<Module> M;
radeon_llvm_emit.cpp 121 std::auto_ptr<TargetMachine> tm(AMDGPUTarget->createTargetMachine(
  /external/clang/test/Analysis/diagnostics/
report-issues-within-main-file.cpp 6 auto_ptr<int> B (new int[5]);
    [all...]
  /external/mesa3d/src/gallium/drivers/radeon/
loader.cpp 26 std::auto_ptr<Module> M;
radeon_llvm_emit.cpp 121 std::auto_ptr<TargetMachine> tm(AMDGPUTarget->createTargetMachine(
  /external/open-vcdiff/src/
decodetable.h 22 #include <memory> // auto_ptr
137 std::auto_ptr<VCDiffCodeTableData> non_default_code_table_data_;
vcencoder.cc 31 #include <memory> // auto_ptr
69 std::auto_ptr<CodeTableWriterInterface> coder_;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const/
auto_ptr.pass.cpp 12 // template<class Y> explicit shared_ptr(auto_ptr<Y>&& r);
59 std::auto_ptr<A> ptr(new A);
74 std::auto_ptr<A> ptr(new A);
  /external/chromium_org/third_party/angle_dx11/src/compiler/preprocessor/
MacroExpander.h 69 std::auto_ptr<Token> mReserveToken;
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/smart_ptr/
scoped_ptr.hpp 19 # include <memory> // for std::auto_ptr
37 // use shared_ptr or std::auto_ptr if your needs are more complex.
66 explicit scoped_ptr( std::auto_ptr<T> p ): px( p.release() ) // never throws
  /external/chromium_org/third_party/WebKit/Source/testing/runner/
CppBoundClass.cpp 79 GetterPropertyCallback(auto_ptr<CppBoundClass::GetterCallback> callback)
93 auto_ptr<CppBoundClass::GetterCallback> m_callback;
300 void CppBoundClass::bindGetterCallback(const string& name, auto_ptr<GetterCallback> callback)
TestPlugin.h 144 std::auto_ptr<WebKit::WebExternalTextureLayer> m_layer;
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/d3d1xshader/include/
sm4.h 256 std::auto_ptr<sm4_op> reg;
292 std::auto_ptr<sm4_op> ops[SM4_MAX_OPS];
308 std::auto_ptr<sm4_op> op;
  /external/mesa3d/src/gallium/state_trackers/d3d1x/d3d1xshader/include/
sm4.h 256 std::auto_ptr<sm4_op> reg;
292 std::auto_ptr<sm4_op> ops[SM4_MAX_OPS];
308 std::auto_ptr<sm4_op> op;
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/d3d1xshader/src/
dxbc_parse.cpp 34 std::auto_ptr<dxbc_container> container(new dxbc_container());
  /external/mesa3d/src/gallium/state_trackers/d3d1x/d3d1xshader/src/
dxbc_parse.cpp 34 std::auto_ptr<dxbc_container> container(new dxbc_container());

Completed in 2243 milliseconds

1 23 4 5 6