Home
last modified time | relevance | path

Searched refs:returned_output (Results 1 - 2 of 2) sorted by relevance

/third_party/vulkan-loader/tests/framework/
H A Dtest_environment.h347 debug->returned_output += pCallbackData->pMessage; in DebugUtilsMessengerLoggerCallback()
348 debug->returned_output += '\n'; in DebugUtilsMessengerLoggerCallback()
355 returned_output.reserve(4096); // output can be very noisy, reserving should help prevent many small allocations in DebugUtilsLogger()
371 bool find(std::string const& search_text) const { return returned_output.find(search_text) != std::string::npos; } in find()
378 void clear() { returned_output.clear(); } in clear()
381 std::string returned_output; member
H A Dtest_environment.cpp314 while ((new_start = returned_output.find(prefix, new_start)) != std::string::npos) {
315 next_eol = returned_output.find("\n", new_start);
316 if ((postfix_index = returned_output.find(postfix, new_start)) != std::string::npos) {

Completed in 3 milliseconds