Home
last modified time | relevance | path

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

/llvm-project/third-party/unittest/googletest/src/
H A Dgtest.cc2620 Result HandleExceptionsInMethodIfSupported(T* object, Result (T::*method)(), in HandleExceptionsInMethodIfSupported() function
2682 internal::HandleExceptionsInMethodIfSupported(this, &Test::SetUp, "SetUp()"); in Run()
2687 internal::HandleExceptionsInMethodIfSupported(this, &Test::TestBody, in Run()
2695 internal::HandleExceptionsInMethodIfSupported(this, &Test::TearDown, in Run()
2826 Test* const test = internal::HandleExceptionsInMethodIfSupported( in Run()
2842 internal::HandleExceptionsInMethodIfSupported( in Run()
3003 internal::HandleExceptionsInMethodIfSupported( in Run()
3028 internal::HandleExceptionsInMethodIfSupported( in Run()
5484 return internal::HandleExceptionsInMethodIfSupported( in Run()