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

/external/lldb/source/Core/
H A DUUID.cpp36 UUID::UUID (const void *uuid_bytes, uint32_t num_uuid_bytes) argument
38 SetBytes (uuid_bytes, num_uuid_bytes);
109 UUID::SetBytes (const void *uuid_bytes, uint32_t num_uuid_bytes) argument
113 switch (num_uuid_bytes)
179 UUID::DecodeUUIDBytesFromCString (const char *p, ValueType &uuid_bytes, const char **end, uint32_t num_uuid_bytes) argument
198 if (++uuid_byte_idx == num_uuid_bytes)
221 UUID::SetFromCString (const char *cstr, uint32_t num_uuid_bytes) argument
232 const size_t uuid_byte_idx = UUID::DecodeUUIDBytesFromCString (p, m_uuid, &p, num_uuid_bytes);
236 if (uuid_byte_idx == num_uuid_bytes)

Completed in 238 milliseconds