Searched defs:m_uuid (Results 1 - 9 of 9) sorted by relevance

/external/lldb/include/lldb/Core/
H A DUUID.h97 ValueType m_uuid; member in class:lldb_private::UUID
H A DModule.h992 lldb_private::UUID m_uuid; ///< Each module is assumed to have a unique identifier to help match it up to debug symbols. member in class:lldb_private::Module
H A DModuleSpec.h29 m_uuid (),
42 m_uuid (),
55 m_uuid (),
68 m_uuid (rhs.m_uuid),
85 m_uuid = rhs.m_uuid;
209 if (m_uuid.IsValid())
210 return &m_uuid;
217 if (m_uuid
425 UUID m_uuid; member in class:lldb_private::ModuleSpec
[all...]
/external/lldb/include/lldb/Interpreter/
H A DOptionGroupUUID.h52 return m_uuid;
56 OptionValueUUID m_uuid; member in class:lldb_private::OptionGroupUUID
H A DOptionValueUUID.h27 m_uuid ()
33 m_uuid (uuid)
62 m_uuid.Clear();
77 return m_uuid;
83 return m_uuid;
89 m_uuid = value;
101 UUID m_uuid; member in class:lldb_private::OptionValueUUID
/external/chromium_org/third_party/WebKit/public/platform/
H A DWebBlobInfo.h23 , m_uuid(uuid)
31 , m_uuid(uuid)
41 , m_uuid(uuid)
55 return m_uuid;
80 WebString m_uuid; member in class:blink::WebBlobInfo
/external/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.h181 lldb_private::UUID m_uuid; member in class:ObjectFileELF
/external/chromium_org/third_party/WebKit/Source/platform/blob/
H A DBlobData.h223 String uuid() const { return m_uuid.isolatedCopy(); }
234 const String m_uuid; member in class:blink::BlobDataHandle
/external/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/
H A DDynamicLoaderDarwinKernel.h163 m_uuid (),
175 m_uuid.Clear();
263 lldb_private::UUID m_uuid; // UUID for this dylib if it has one, else all zeros member in class:DynamicLoaderDarwinKernel::KextImageInfo

Completed in 1471 milliseconds