Home
last modified time | relevance | path

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

/src/contrib/googletest/googletest/src/
H A Dgtest.cc2673 Result HandleExceptionsInMethodIfSupported(T* object, Result (T::*method)(), in HandleExceptionsInMethodIfSupported() function
2735 internal::HandleExceptionsInMethodIfSupported(this, &Test::SetUp, "SetUp()"); in Run()
2740 internal::HandleExceptionsInMethodIfSupported(this, &Test::TestBody, in Run()
2748 internal::HandleExceptionsInMethodIfSupported(this, &Test::TearDown, in Run()
2876 Test* const test = internal::HandleExceptionsInMethodIfSupported( in Run()
2892 internal::HandleExceptionsInMethodIfSupported( in Run()
3052 internal::HandleExceptionsInMethodIfSupported( in Run()
3077 internal::HandleExceptionsInMethodIfSupported( in Run()
5595 return internal::HandleExceptionsInMethodIfSupported( in Run()