Home
last modified time | relevance | path

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

/freebsd/contrib/googletest/googletest/src/
H A Dgtest.cc2646 Result HandleExceptionsInMethodIfSupported(T* object, Result (T::*method)(), in HandleExceptionsInMethodIfSupported() function
2708 internal::HandleExceptionsInMethodIfSupported(this, &Test::SetUp, "SetUp()"); in Run()
2713 internal::HandleExceptionsInMethodIfSupported(this, &Test::TestBody, in Run()
2721 internal::HandleExceptionsInMethodIfSupported(this, &Test::TearDown, in Run()
2849 Test* const test = internal::HandleExceptionsInMethodIfSupported( in Run()
2865 internal::HandleExceptionsInMethodIfSupported( in Run()
3025 internal::HandleExceptionsInMethodIfSupported( in Run()
3050 internal::HandleExceptionsInMethodIfSupported( in Run()
5546 return internal::HandleExceptionsInMethodIfSupported( in Run()