Searched defs:to_text (Results 1 - 1 of 1) sorted by relevance
/third_party/vulkan-loader/tests/framework/ | ||
H A D | test_util.cpp | 122 std::string to_text(bool b) { return b ? std::string("true") : std::string("false"); } in to_text() function |
Completed in 3 milliseconds