Home
last modified time | relevance | path

Searched defs:uuid_bytes (Results 1 – 6 of 6) sorted by relevance

/external/rust/crates/uuid/src/adapter/
Dcompact.rs44 let uuid_bytes = b"F9168C5E-CEB2-4F"; in test_serialize_compact() localVariable
/external/llvm-project/lldb/source/Interpreter/
DOptionValueUUID.cpp72 llvm::SmallVector<uint8_t, 20> uuid_bytes; in AutoComplete() local
/external/llvm-project/lldb/source/Utility/
DUUID.cpp74 llvm::SmallVectorImpl<uint8_t> &uuid_bytes) { in DecodeUUIDBytesFromString()
/external/rust/crates/uuid/src/
Dserde_support.rs108 let uuid_bytes = b"F9168C5E-CEB2-4F"; in test_serialize_compact() localVariable
/external/llvm-project/lldb/source/API/
DSBModule.cpp160 const uint8_t *uuid_bytes = nullptr; in GetUUIDBytes() local
/external/llvm-project/lldb/source/Plugins/ObjectFile/Mach-O/
DObjectFileMachO.cpp4851 const uint8_t *uuid_bytes = data.PeekData(offset, 16); in GetUUID() local