template <>
class MatchGuidTMatcherP
Defined at line 172 of file ../../zircon/kernel/lib/efi/testing/include/lib/efi/testing/stub_boot_services.h
gmock matcher for an efi_guid.
We have to alias to
<efi
_guid> type explicitly because the compiler can't
deduce the efi_guid struct type from a generic aggregate initializer.
Example usage:
EXPECT_CALL(..., MatchGuid(EFI_FOO_PROTOCOL_GUID), ...);