Lines Matching defs:message

43     void VerifyExpected(VkDebugReportFlagsEXT flags, VkDebugReportObjectTypeEXT object_type, const std::string& message) {
45 if (allow_any_message || (std::string::npos != message.find(expected_message))) {
187 // Look for the invaid count param message
206 // Look for the invaid count param message
277 // Test report created outside of vkCreateInstance with a manual info message of the wrong message flag type to be logged.
279 const char my_message[] = "This is my special message!";
304 // Test report created outside of vkCreateInstance with a manual info message of the wrong object type to be logged.
306 const char my_message[] = "This is my special message!";
331 // Test report created outside of vkCreateInstance with a manual info message to be logged.
333 const char my_message[] = "This is my special message!";
371 const std::string& message, const VkDebugUtilsMessengerCallbackDataEXT* callback_data) {
373 if (allow_any_message || (std::string::npos != message.find(expected_message))) {
553 // message type so it still won't be logged.
574 // Now that we should have gotten our message, destroy the messenger
583 // message severity so it still won't be logged.
602 // Now that we should have gotten our message, destroy the messenger
629 // Now that we should have gotten our message, destroy the messenger
659 // Now that we should have gotten our message, destroy the messenger
692 // Now that we should have gotten our message, destroy the messenger
723 // Now that we should have gotten our message, destroy the messenger
732 // Test messenger created outside of vkCreateInstance with a manual info message of the wrong message severity to be logged.
734 const char my_message[] = "This is my special message!";
751 // Trigger the message
765 // Now that we should have gotten our message, destroy the messenger
774 // Test messenger created outside of vkCreateInstance with a manual info message of the wrong object type to be logged.
776 const char my_message[] = "This is my special message!";
791 // Trigger the message
805 // Now that we should have gotten our message, destroy the messenger
814 // Test messenger created outside of vkCreateInstance with a manual info message.
816 const char my_message[] = "This is my special message!";
831 // Trigger the message
845 // Now that we should have gotten our message, destroy the messenger