MCPcopy Create free account
hub / github.com/KhronosGroup/Vulkan-ValidationLayers / SetError

Method SetError

tests/framework/error_monitor.cpp:326–330  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

324bool ErrorMonitor::AnyDesiredMsgFound() const { return message_found_; }
325
326void ErrorMonitor::SetError(const char* const errorString) {
327 auto guard = Lock();
328 message_found_ = true;
329 failure_message_strings_.emplace_back(errorString);
330}
331
332void ErrorMonitor::SetBailout(std::atomic<bool>* bailout) {
333 auto guard = Lock();

Callers 7

TEST_FFunction · 0.80
TEST_FFunction · 0.80
TEST_FFunction · 0.80
TEST_FFunction · 0.80
TEST_FFunction · 0.80
TEST_FFunction · 0.80
TEST_FFunction · 0.80

Calls 1

emplace_backMethod · 0.80

Tested by

no test coverage detected