Home
last modified time | relevance | path

Searched refs:DecodeUUIDBytesFromCString (Results 1 – 3 of 3) sorted by relevance

/trueos/contrib/llvm/tools/lldb/source/Core/
HDUUID.cpp179 UUID::DecodeUUIDBytesFromCString (const char *p, ValueType &uuid_bytes, const char **end, uint32_t … in DecodeUUIDBytesFromCString() function in lldb_private::UUID
232 const size_t uuid_byte_idx = UUID::DecodeUUIDBytesFromCString (p, m_uuid, &p, num_uuid_bytes); in SetFromCString()
/trueos/contrib/llvm/tools/lldb/include/lldb/Core/
HDUUID.h92DecodeUUIDBytesFromCString (const char *cstr, ValueType &uuid_bytes, const char **end, uint32_t nu…
/trueos/contrib/llvm/tools/lldb/source/Interpreter/
HDOptionValueUUID.cpp95 const size_t num_bytes_decoded = UUID::DecodeUUIDBytesFromCString(s, uuid_bytes, NULL); in AutoComplete()