Home
last modified time | relevance | path

Searched refs:AllDesiredMsgsFound (Results 1 – 2 of 2) sorted by relevance

/external/vulkan-validation-layers/tests/
Dlayer_validation_tests.h267 bool AllDesiredMsgsFound() const;
Dlayer_validation_tests.cpp696 bool ErrorMonitor::AllDesiredMsgsFound() const { return desired_message_strings_.empty(); } in AllDesiredMsgsFound() function in ErrorMonitor
723 if (!AllDesiredMsgsFound()) { in VerifyFound()