Home
last modified time | relevance | path

Searched refs:scoped_ptr (Results 1 – 25 of 76) sorted by relevance

1234

/external/marisa-trie/include/marisa/
Dscoped-ptr.h9 class scoped_ptr {
11 scoped_ptr() : ptr_(NULL) {} in scoped_ptr() function
12 explicit scoped_ptr(T *ptr) : ptr_(ptr) {} in scoped_ptr() function
14 ~scoped_ptr() { in ~scoped_ptr()
20 scoped_ptr(ptr).swap(*this);
36 scoped_ptr().swap(*this); in clear()
38 void swap(scoped_ptr &rhs) { in swap()
46 scoped_ptr(const scoped_ptr &);
47 scoped_ptr &operator=(const scoped_ptr &);
/external/parameter-framework/asio-1.10.6/include/asio/detail/
Dscoped_ptr.hpp23 class scoped_ptr class
27 explicit scoped_ptr(T* p = 0) in scoped_ptr() function in asio::detail::scoped_ptr
33 ~scoped_ptr() in ~scoped_ptr()
65 scoped_ptr(const scoped_ptr&);
66 scoped_ptr& operator=(const scoped_ptr&);
Dresolver_service_base.hpp103 asio::detail::scoped_ptr<asio::io_service> work_io_service_;
109 asio::detail::scoped_ptr<asio::io_service::work> work_;
112 asio::detail::scoped_ptr<asio::detail::thread> work_thread_;
/external/google-breakpad/src/common/
Dscoped_ptr.h83 class scoped_ptr {
92 explicit scoped_ptr(C* p = NULL) : ptr_(p) { } in ptr_()
96 ~scoped_ptr() { in ~scoped_ptr()
131 void swap(scoped_ptr& p2) { in swap()
154 template <class C2> bool operator==(scoped_ptr<C2> const& p2) const;
155 template <class C2> bool operator!=(scoped_ptr<C2> const& p2) const;
158 scoped_ptr(const scoped_ptr&);
159 void operator=(const scoped_ptr&);
164 void swap(scoped_ptr<C>& p1, scoped_ptr<C>& p2) { in swap()
169 bool operator==(C* p1, const scoped_ptr<C>& p2) {
[all …]
Ddwarf_cu_to_module.h123 scoped_ptr<FilePrivate> file_private_;
325 scoped_ptr<CUContext> cu_context_;
328 scoped_ptr<DIEContext> child_context_;
/external/cronet/base/win/
Dscoped_localalloc_unittest.cc35 ScopedLocalAlloc scoped_ptr = TakeLocalAlloc(ptr); in TEST() local
36 EXPECT_TRUE(scoped_ptr); in TEST()
38 scoped_ptr.reset(); in TEST()
39 EXPECT_FALSE(scoped_ptr); in TEST()
/external/google-breakpad/src/processor/
Dfast_source_line_resolver.cc73 scoped_ptr<Function> func(new Function); in LookupAddress()
75 scoped_ptr<PublicSymbol> public_symbol(new PublicSymbol); in LookupAddress()
88 scoped_ptr<Line> line(new Line); in LookupAddress()
191 scoped_ptr<WindowsFrameInfo> result(new WindowsFrameInfo()); in FindWindowsFrameInfo()
215 scoped_ptr<Function> function(new Function); in FindWindowsFrameInfo()
229 scoped_ptr<PublicSymbol> public_symbol(new PublicSymbol); in FindWindowsFrameInfo()
258 scoped_ptr<CFIFrameInfo> rules(new CFIFrameInfo()); in FindCFIFrameInfo()
Dmicrodump_processor.cc64 scoped_ptr<Stackwalker> stackwalker( in Process()
73 scoped_ptr<CallStack> stack(new CallStack()); in Process()
Dminidump_stackwalk.cc72 using google_breakpad::scoped_ptr;
86 scoped_ptr<SimpleSymbolSupplier> symbol_supplier; in PrintMinidumpProcess()
Dmicrodump_stackwalk.cc69 using google_breakpad::scoped_ptr;
96 scoped_ptr<SimpleSymbolSupplier> symbol_supplier; in PrintMicrodumpProcess()
Dstackwalker_mips.cc143 scoped_ptr<StackFrameMIPS> frame(new StackFrameMIPS()); in GetCallerByCFIFrameInfo()
210 scoped_ptr<StackFrameMIPS> frame(new StackFrameMIPS()); in GetCallerByCFIFrameInfo()
257 scoped_ptr<StackFrameMIPS> new_frame; in GetCallerFrame()
260 scoped_ptr<CFIFrameInfo> cfi_frame_info( in GetCallerFrame()
Dstackwalker_amd64.cc133 scoped_ptr<StackFrameAMD64> frame(new StackFrameAMD64()); in GetCallerByCFIFrameInfo()
278 scoped_ptr<StackFrameAMD64> new_frame; in GetCallerFrame()
281 scoped_ptr<CFIFrameInfo> cfi_frame_info( in GetCallerFrame()
Drange_map_unittest.cc48 using google_breakpad::scoped_ptr;
338 scoped_ptr<TestMap> range_map(new TestMap()); in RetriveAtIndexTest2()
464 scoped_ptr<TestMap> range_map(new TestMap()); in RunTests()
Dstackwalker_arm.cc106 scoped_ptr<StackFrameARM> frame(new StackFrameARM()); in GetCallerByCFIFrameInfo()
250 scoped_ptr<StackFrameARM> frame; in GetCallerFrame()
256 scoped_ptr<CFIFrameInfo> cfi_frame_info( in GetCallerFrame()
Dminidump.cc237 scoped_ptr<string> out(new string()); in UTF16ToUTF8()
341 scoped_ptr<string> temp(UTF16ToUTF8(utf16_vector, swap)); in ConvertUTF16BufferToUTF8String()
476 scoped_ptr<MDRawContextAMD64> context_amd64(new MDRawContextAMD64()); in Read()
587 scoped_ptr<MDRawContextPPC64> context_ppc64(new MDRawContextPPC64()); in Read()
683 scoped_ptr<MDRawContextARM64_Old> context_arm64(new MDRawContextARM64_Old()); in Read()
742 scoped_ptr<MDRawContextARM64> new_context(new MDRawContextARM64()); in Read()
789 scoped_ptr<MDRawContextX86> context_x86(new MDRawContextX86()); in Read()
862 scoped_ptr<MDRawContextPPC> context_ppc(new MDRawContextPPC()); in Read()
938 scoped_ptr<MDRawContextSPARC> context_sparc(new MDRawContextSPARC()); in Read()
994 scoped_ptr<MDRawContextARM> context_arm(new MDRawContextARM()); in Read()
[all …]
Dstackwalker_arm64.cc128 scoped_ptr<StackFrameARM64> frame(new StackFrameARM64()); in GetCallerByCFIFrameInfo()
299 scoped_ptr<StackFrameARM64> frame; in GetCallerFrame()
302 scoped_ptr<CFIFrameInfo> cfi_frame_info( in GetCallerFrame()
/external/google-breakpad/src/google_breakpad/processor/
Dmicrodump.h125 scoped_ptr<MicrodumpContext> context_;
126 scoped_ptr<MicrodumpMemoryRegion> stack_region_;
127 scoped_ptr<MicrodumpModules> modules_;
128 scoped_ptr<SystemInfo> system_info_;
/external/marisa-trie/lib/marisa/
Dtrie.cc13 scoped_ptr<grimoire::LoudsTrie> temp(new (std::nothrow) grimoire::LoudsTrie); in build()
23 scoped_ptr<grimoire::LoudsTrie> temp(new (std::nothrow) grimoire::LoudsTrie); in mmap()
35 scoped_ptr<grimoire::LoudsTrie> temp(new (std::nothrow) grimoire::LoudsTrie); in map()
47 scoped_ptr<grimoire::LoudsTrie> temp(new (std::nothrow) grimoire::LoudsTrie); in load()
59 scoped_ptr<grimoire::LoudsTrie> temp(new (std::nothrow) grimoire::LoudsTrie); in read()
182 scoped_ptr<grimoire::LoudsTrie> temp( in fread()
202 scoped_ptr<grimoire::LoudsTrie> temp( in read()
/external/llvm/test/CodeGen/ARM/
Dinterval-update-remat.ll19 %class.AssertionResult.24.249.299.1324.2349 = type { i8, %class.scoped_ptr.23.248.298.1323.2348 }
20 %class.scoped_ptr.23.248.298.1323.2348 = type { %class.Trans_NS___1_basic_string.18.243.293.1318.23…
26 %class.Message.13.238.288.1313.2338 = type { %class.scoped_ptr.0.12.237.287.1312.2337 }
27 %class.scoped_ptr.0.12.237.287.1312.2337 = type { %"class.(anonymous namespace)::basic_stringstream…
87 …all.i.i.i = call %class.scoped_ptr.23.248.298.1323.2348* @_ZN10scoped_ptrI25Trans_NS___1_basic_str…
156 declare %class.scoped_ptr.23.248.298.1323.2348* @_ZN10scoped_ptrI25Trans_NS___1_basic_stringIciiEED…
/external/clang/test/CodeGenObjCXX/
Ddebug-info.mm5 template <class C> class scoped_ptr {
38 void WindowGetViewBounds(scoped_ptr<AutomationWindowTracker> window_tracker_) {
/external/google-breakpad/src/tools/mac/dump_syms/
Ddump_syms_tool.cc49 using google_breakpad::scoped_ptr;
163 scoped_ptr<Module> scoped_module(module); in Start()
174 scoped_ptr<Module> scoped_cfi_module(cfi_module); in Start()
/external/google-breakpad/src/client/mac/handler/
Dexception_handler.h271 scoped_ptr<struct sigaction> old_handler_;
275 scoped_ptr<CrashGenerationClient> crash_generation_client_;
/external/google-breakpad/src/client/windows/unittests/
Dexception_handler_death_test.cc127 scoped_ptr<google_breakpad::ExceptionHandler> exc( in TEST_F()
152 scoped_ptr<google_breakpad::ExceptionHandler> exc; in DoCrashAccessViolation()
314 scoped_ptr<google_breakpad::ExceptionHandler> exc( in TEST_F()
406 scoped_ptr<google_breakpad::ExceptionHandler> exc( in TEST_F()
499 scoped_ptr<google_breakpad::ExceptionHandler> exc( in TEST_F()
/external/google-breakpad/src/common/mac/
Ddump_syms.cc88 using google_breakpad::scoped_ptr;
358 bool DumpSymbols::CreateEmptyModule(scoped_ptr<Module>& module) { in CreateEmptyModule()
455 scoped_ptr<DumperRangesHandler> ranges_handler; in ReadDwarf()
631 scoped_ptr<Module> module; in ReadSymbolData()
672 scoped_ptr<Module> module; in WriteSymbolFileHeader()
/external/google-breakpad/src/common/dwarf/
Dfunctioninfo.cc45 using google_breakpad::scoped_ptr;
170 scoped_ptr<LineInfo> lireader(new LineInfo(iter->second.first + data, in ProcessAttributeUnsigned()

1234