Home
last modified time | relevance | path

Searched refs:GetObject (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DEvent.cpp209 const StructuredData::ObjectSP &EventDataStructuredData::GetObject() const { in GetObject() function in EventDataStructuredData
259 return event_data->GetObject(); in GetObjectFromEvent()
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DEvent.h146 const StructuredData::ObjectSP &GetObject() const;
/freebsd/crypto/krb5/src/windows/leash/
H A DLeashView.cpp178 ::GetObject(font, sizeof(fontAttributes), &fontAttributes); in CreateBoldFont()
187 ::GetObject(font, sizeof(fontAttributes), &fontAttributes); in CreateItalicFont()
196 ::GetObject(font, sizeof(fontAttributes), &fontAttributes); in CreateBoldItalicFont()
/freebsd/crypto/krb5/src/windows/leashdll/
H A Dlsh_pwd.c478 GetObject(hBitmap, sizeof(Bitmap), (LPSTR) &Bitmap); in PaintLogoBitmap()