Home
last modified time | relevance | path

Searched defs:handle_assert_equal (Results 1 – 1 of 1) sorted by relevance

/third_party/vulkan-loader/tests/framework/
Dtest_environment.h111 void handle_assert_equal(T const& left, T const& right) { in handle_assert_equal() function
115 void handle_assert_equal(std::vector<T> const& left, std::vector<T> const& right) { in handle_assert_equal() function
122 void handle_assert_equal(size_t count, T left[], T right[]) { in handle_assert_equal() function