Home | History | Annotate | Download | only in cgpt

Lines Matching refs:guid2

1004 int GuidEqual(const Guid *guid1, const Guid *guid2) {
1005 return (0 == memcmp(guid1, guid2, sizeof(Guid)));