Home
last modified time | relevance | path

Searched refs:m_failed (Results 1 – 2 of 2) sorted by relevance

/third_party/vk-gl-cts/modules/egl/
DteglMemoryStressTests.cpp91 bool m_failed; member in deqp::egl::__anonba811f240111::MemoryAllocator
111 , m_failed (false) in MemoryAllocator()
157 while (!m_failed) in allocateUntilFailure()
192 m_failed = true; in allocatePBuffer()
240 m_failed = true; in allocatePBuffer()
258 m_failed = true; in allocateContext()
304 m_failed = true; in allocateContext()
/third_party/json/test/thirdparty/doctest/
Ddoctest.h681 bool m_failed; member
1392 m_failed = !RelationalComparator<comparison, L, R>()(lhs, rhs);
1393 if(m_failed || getContextOptions()->success)
1399 m_failed = !val;
1402 m_failed = !m_failed;
1404 if(m_failed || getContextOptions()->success)
1433 rb.m_failed = failed; \
1447 rb.m_failed = failed; \
1448 if(rb.m_failed || getContextOptions()->success) \
1452 if(rb.m_failed && checkIfShouldThrow(at)) \
[all …]