Searched refs:SetFromStringRef (Results 1 – 7 of 7) sorted by relevance
93 size_t UUID::SetFromStringRef(llvm::StringRef str, uint32_t num_uuid_bytes) { in SetFromStringRef() function in UUID
42 if (m_uuid.SetFromStringRef(value) == 0) in SetValueFromString()
195 uuid.SetFromStringRef(definition.default_cstr_value); in Property()
70 size_t SetFromStringRef(llvm::StringRef str, uint32_t num_uuid_bytes = 16);
170 if (uuid.SetFromStringRef(token, token.size() / 2) != token.size()) in parse()
3540 module_spec.GetUUID().SetFromStringRef(uuid, uuid.size() / 2); in GetModuleInfo()3576 if (result.GetUUID().SetFromStringRef(string, string.size() / 2) != in ParseModuleSpec()
1554 module_spec.GetUUID().SetFromStringRef(uuid_cstr); in AddModule()