Searched defs:GetID (Results 1 - 14 of 14) sorted by relevance

/external/lldb/source/Breakpoint/
H A DStoppoint.cpp37 Stoppoint::GetID () const function in class:Stoppoint
/external/lldb/include/lldb/Core/
H A DUserID.h62 GetID () const { return m_uid; } function in struct:lldb_private::UserID
96 operator () (const UserID& rhs) const { return m_uid == rhs.GetID(); }
115 return lhs.GetID() == rhs.GetID();
120 return lhs.GetID() != rhs.GetID();
/external/lldb/include/lldb/Breakpoint/
H A DStoppointLocation.h111 GetID () const function in class:lldb_private::StoppointLocation
/external/google-breakpad/src/client/mac/crash_generation/
H A DInspector.h104 const char *GetID() { return minidump_id_; } function in class:google_breakpad::MinidumpLocation
/external/lldb/include/lldb/Symbol/
H A DSymbol.h102 GetID() const function in class:lldb_private::Symbol
/external/llvm/lib/Target/XCore/
H A DXCoreLowerThreadLocal.cpp210 Function *GetID = Intrinsic::getDeclaration(GV->getParent(), local
212 Value *ThreadID = Builder.CreateCall(GetID);
/external/lldb/source/API/
H A DSBBreakpointLocation.cpp285 SBBreakpointLocation::GetID () function in class:SBBreakpointLocation
290 return m_opaque_sp->GetID ();
H A DSBWatchpoint.cpp68 SBWatchpoint::GetID () function in class:SBWatchpoint
75 watch_id = watchpoint_sp->GetID();
80 log->Printf ("SBWatchpoint(%p)::GetID () => LLDB_INVALID_WATCH_ID", watchpoint_sp.get());
82 log->Printf ("SBWatchpoint(%p)::GetID () => %u", watchpoint_sp.get(), watch_id);
158 watchpoint_sp->GetTarget().DisableWatchpointByID(watchpoint_sp->GetID());
H A DSBBreakpoint.cpp112 SBBreakpoint::GetID () const function in class:SBBreakpoint
118 break_id = m_opaque_sp->GetID();
123 log->Printf ("SBBreakpoint(%p)::GetID () => LLDB_INVALID_BREAK_ID", m_opaque_sp.get());
125 log->Printf ("SBBreakpoint(%p)::GetID () => %u", m_opaque_sp.get(), break_id);
515 s.Printf("SBBreakpoint: id = %i, ", m_opaque_sp->GetID());
H A DSBDebugger.cpp1083 user_id_t id = m_opaque_sp->GetID();
1093 SBDebugger::GetID() function in class:SBDebugger
1096 return m_opaque_sp->GetID();
H A DSBValue.cpp304 SBValue::GetID() function in class:SBValue
309 return value_sp->GetID();
/external/protobuf/python/google/protobuf/pyext/
H A Ddescriptor.cc95 static PyObject* GetID(CFieldDescriptor *self, void *closure) { function in namespace:google::protobuf::python::cfield_descriptor
104 { C("id"), (getter)GetID, NULL, "ID", NULL},
/external/pdfium/core/src/fxcrt/
H A Dfx_basic_bstring.cpp1056 FX_DWORD CFX_ByteString::GetID(FX_STRSIZE start_pos) const function in class:CFX_ByteString
1058 return CFX_ByteStringC(*this).GetID(start_pos);
1060 FX_DWORD CFX_ByteStringC::GetID(FX_STRSIZE start_pos) const function in class:CFX_ByteStringC
/external/pdfium/core/include/fpdfapi/
H A Dfpdf_parser.h77 void GetID(CFX_ByteString& id1, CFX_ByteString& id2) const function in class:CPDF_Document

Completed in 627 milliseconds