HomeSort by relevance Sort by last modified time
    Searched refs:shared_from_this (Results 1 - 25 of 92) sorted by null

1 2 3 4

  /external/stlport/test/unit/
shared_ptr_test.cpp 16 CPPUNIT_TEST(shared_from_this);
20 void shared_from_this();
32 void SharedPtrTest::shared_from_this() function in class:SharedPtrTest
35 std::tr1::shared_ptr<X> q = p->shared_from_this();
  /ndk/tests/device/test-gnustl-full/unit/
shared_ptr_test.cpp 16 CPPUNIT_TEST(shared_from_this);
20 void shared_from_this();
32 void SharedPtrTest::shared_from_this() function in class:SharedPtrTest
35 std::tr1::shared_ptr<X> q = p->shared_from_this();
  /ndk/tests/device/test-stlport/unit/
shared_ptr_test.cpp 16 CPPUNIT_TEST(shared_from_this);
20 void shared_from_this();
32 void SharedPtrTest::shared_from_this() function in class:SharedPtrTest
35 std::tr1::shared_ptr<X> q = p->shared_from_this();
  /external/libcxx/test/utilities/memory/util.smartptr/util.smartptr.enab/
enable_shared_from_this.pass.cpp 19 // shared_ptr<T> shared_from_this();
20 // shared_ptr<T const> shared_from_this() const;
39 std::shared_ptr<T> q = p->shared_from_this();
45 std::shared_ptr<T> q = p->shared_from_this();
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/util.smartptr/util.smartptr.enab/
enable_shared_from_this.pass.cpp 19 // shared_ptr<T> shared_from_this();
20 // shared_ptr<T const> shared_from_this() const;
39 std::shared_ptr<T> q = p->shared_from_this();
45 std::shared_ptr<T> q = p->shared_from_this();
  /external/lldb/source/Target/
ExecutionContext.cpp 122 m_target_sp (t->shared_from_this()),
141 m_process_sp (process->shared_from_this()),
142 m_thread_sp (thread->shared_from_this()),
143 m_frame_sp (frame->shared_from_this())
146 m_target_sp = process->GetTarget().shared_from_this();
352 m_target_sp = target->shared_from_this();
361 m_process_sp = process->shared_from_this();
370 m_thread_sp = thread->shared_from_this();
379 m_frame_sp = frame->shared_from_this();
401 m_target_sp = process_sp->GetTarget().shared_from_this();
    [all...]
StackFrame.cpp 265 ExecutionContext exe_ctx (shared_from_this());
    [all...]
StackFrameList.cpp 314 unwind_frame_sp.reset (new StackFrame (m_thread.shared_from_this(),
339 unwind_frame_sp.reset (new StackFrame (m_thread.shared_from_this(), m_frames.size(), idx, cfa, pc, NULL));
361 StackFrameSP frame_sp(new StackFrame (m_thread.shared_from_this(),
537 frame_sp.reset (new StackFrame (m_thread.shared_from_this(), idx, idx, cfa, pc, NULL));
    [all...]
Thread.cpp 245 m_process_wp (process.shared_from_this()),
314 BroadcastEvent(eBroadcastBitSelectedFrameChanged, new ThreadEventData (this->shared_from_this(), new_frame_id));
    [all...]
Target.cpp 332 SearchFilterSP filter_sp(new SearchFilterForNonModuleSpecificSearches (shared_from_this()));
424 filter_sp.reset (new SearchFilterByModule (shared_from_this(), *containingModule));
429 m_search_filter_sp.reset (new SearchFilterForNonModuleSpecificSearches (shared_from_this()));
443 filter_sp.reset (new SearchFilterByModuleList (shared_from_this(), *containingModules));
448 m_search_filter_sp.reset (new SearchFilterForNonModuleSpecificSearches (shared_from_this()));
467 filter_sp.reset (new SearchFilterByModuleListAndCU (shared_from_this(), FileSpecList(), *containingSourceFiles));
471 filter_sp.reset (new SearchFilterByModuleListAndCU (shared_from_this(), *containingModules, *containingSourceFiles));
    [all...]
  /external/lldb/source/Expression/
ClangUtilityFunction.cpp 139 m_jit_process_wp = lldb::ProcessWP(process->shared_from_this());
  /external/lldb/source/Plugins/Process/Utility/
ThreadMemory.cpp 110 backing_stop_info_sp->SetThread (shared_from_this());
RegisterContextThreadMemory.cpp 24 m_thread_wp (thread.shared_from_this()),
RegisterContextLLDB.cpp 92 ExecutionContext exe_ctx(m_thread.shared_from_this());
271 ExecutionContext exe_ctx(m_thread.shared_from_this());
627 ExecutionContext exe_ctx(m_thread.shared_from_this());
    [all...]
  /external/lldb/source/Breakpoint/
Breakpoint.cpp 416 shared_from_this());
443 shared_from_this());
673 BreakpointEventData *data = new Breakpoint::BreakpointEventData (eventKind, shared_from_this());
BreakpointLocation.cpp 487 lldb::break_id_t new_id = process->CreateBreakpointSite (shared_from_this(), false);
672 m_owner.shared_from_this());
673 data->GetBreakpointLocationCollection().Add (shared_from_this());
  /external/lldb/source/API/
SBFunction.cpp 210 sb_type.ref().SetType (function_type->shared_from_this());
SBCommandInterpreter.cpp 53 SBDebugger debugger_sb(m_interpreter.GetDebugger().shared_from_this());
251 sb_debugger.reset(m_opaque_ptr->GetDebugger().shared_from_this());
  /external/lldb/source/Symbol/
FuncUnwinders.cpp 228 ExecutionContext exe_ctx (target.shared_from_this(), false);
  /external/lldb/source/Core/
Module.cpp 275 m_objfile_sp = ObjectFile::FindPlugin(shared_from_this(), process_sp, header_addr, data_sp);
365 sc.module_sp = shared_from_this();
397 sc->module_sp = shared_from_this();
403 return shared_from_this();
467 sc.module_sp = shared_from_this();
575 sc.module_sp = shared_from_this();
860 m_symfile_ap.reset(SymbolVendor::FindPlugin(shared_from_this(), feedback_strm));
    [all...]
Section.cpp 126 load_base_addr = target->GetSectionLoadList().GetSectionLoadAddress (const_cast<Section *>(this)->shared_from_this());
147 so_addr.SetSection(const_cast<Section *>(this)->shared_from_this());
  /external/lldb/source/Commands/
CommandObjectSource.cpp 684 SearchFilter target_search_filter (target->shared_from_this());
743 SearchFilter target_search_filter (target->shared_from_this());
846 SearchFilter target_search_filter (target->shared_from_this());
    [all...]
  /external/lldb/source/Interpreter/
OptionValueProperties.cpp 76 property.GetValue()->SetParent(shared_from_this());
91 value_sp->SetParent (shared_from_this());
756 return ov_properties->shared_from_this();
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/bits/
shared_ptr.h 475 * @brief Base class allowing use of member function shared_from_this.
493 shared_from_this() function in class:enable_shared_from_this
497 shared_from_this() const function in class:enable_shared_from_this
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
shared_ptr.h 538 * @brief Base class allowing use of member function shared_from_this.
556 shared_from_this() function in class:enable_shared_from_this
560 shared_from_this() const function in class:enable_shared_from_this

Completed in 655 milliseconds

1 2 3 4