Searched refs:m_uuid (Results 1 - 16 of 16) sorted by relevance

/external/lldb/include/lldb/Interpreter/
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
H A DOptionGroupUUID.h52 return m_uuid;
56 OptionValueUUID m_uuid; member in class:lldb_private::OptionGroupUUID
/external/lldb/source/Core/
H A DUUID.cpp27 ::memset (m_uuid, 0, sizeof(m_uuid));
33 ::memcpy (m_uuid, rhs.m_uuid, sizeof (m_uuid));
47 ::memcpy (m_uuid, rhs.m_uuid, sizeof (m_uuid));
60 ::memset (m_uuid, 0, sizeof(m_uuid));
[all...]
H A DModule.cpp134 m_uuid (),
178 m_uuid (),
316 obj_file->GetUUID(&m_uuid);
320 return m_uuid;
/external/lldb/source/Interpreter/
H A DOptionGroupUUID.cpp22 m_uuid ()
59 error = m_uuid.SetValueFromCString (option_arg);
61 m_uuid.SetOptionWasSet();
75 m_uuid.Clear();
H A DOptionValueUUID.cpp35 m_uuid.Dump (&strm);
53 if (m_uuid.SetFromCString(value_cstr) == 0)
/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/include/lldb/Core/
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...]
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
/external/chromium_org/third_party/WebKit/Source/platform/blob/
H A DBlobData.cpp166 : m_uuid(createCanonicalUUIDString())
169 BlobRegistry::registerBlobData(m_uuid, BlobData::create());
173 : m_uuid(createCanonicalUUIDString())
177 BlobRegistry::registerBlobData(m_uuid, data);
181 : m_uuid(uuid.isolatedCopy())
185 BlobRegistry::addBlobDataRef(m_uuid);
190 BlobRegistry::removeBlobDataRef(m_uuid);
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.cpp613 if (m_uuid.IsValid() || rhs.GetUUID().IsValid())
615 if (m_uuid == rhs.GetUUID())
643 m_uuid = uuid;
649 return m_uuid;
691 if (m_uuid.IsValid())
693 if (m_uuid != memory_module_sp->GetUUID())
700 if (!m_uuid.IsValid() && memory_module_sp->GetUUID().IsValid())
702 m_uuid = memory_module_sp->GetUUID();
713 if (m_uuid.IsValid())
718 if (m_uuid !
[all...]
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
/external/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.h181 lldb_private::UUID m_uuid; member in class:ObjectFileELF
H A DObjectFileELF.cpp466 if (m_uuid.IsValid())
469 *uuid = m_uuid;
837 return GetSectionHeaderInfo(m_section_headers, m_data, m_header, m_uuid, m_gnu_debuglink_file, m_gnu_debuglink_crc);

Completed in 327 milliseconds