Searched refs:GuidStr (Results 1 – 1 of 1) sorted by relevance
560 TypeServer2Record(StringRef GuidStr, uint32_t Age, StringRef Name) in TypeServer2Record() argument562 assert(GuidStr.size() == 16 && "guid isn't 16 bytes"); in TypeServer2Record()563 ::memcpy(Guid.Guid, GuidStr.data(), 16); in TypeServer2Record()